Description Usage Arguments Value References Examples
View source: R/getYF_functions.R
Returns Yahoo Finance Profile of a set of companies (tickers) Fields: city, country, sector, industry, website and fullTimeEmployees To avoid heavy loads, by default, each query gets executed every second and the system stops 10 seconds after each 10 tickers.
1 | getYFProfile(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 profile info
https://finance.yahoo.com/quote/VOW3.DE/profile?p=VOW3.DE
1 | getYFProfile(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.