Description Usage Arguments Value References Examples
View source: R/getYF_functions.R
Returns Yahoo Finance Basic Financials of a set of companies (tickers) To avoid heavy loads, by default, each query gets executed every second and the system stops 10 seconds after each 10 tickers.
1 | getYFFinancialsBasics(tickers, block = 10, slp = 10)
|
block |
'integer' After each block the query stops slp seconds. Default = 10 |
slp |
'integer' Number os seconds to sleep after each block. Default = 10 |
list of tickers with the Basic Financials info
https://finance.yahoo.com/quote/VOW3.DE/key-statistics?p=VOW3.DE
1 | getYFFinancialsBasics(c("UNA.AS", "G.MI", "BMED.MI", "wrongticker","VOW3.DE"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.