getYFProfile: Returns Yahoo Finance Profile of a set of companies (tickers)...

Description Usage Arguments Value References Examples

View source: R/getYF_functions.R

Description

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.

Usage

1
getYFProfile(tickers, block = 10, slp = 10)

Arguments

block

'integer' After each block the query stops slp seconds. Default = 10

slp

'integer' Number os seconds to sleep after each block. Default = 10

Value

list of tickers with the profile info

References

https://finance.yahoo.com/quote/VOW3.DE/profile?p=VOW3.DE

Examples

1
getYFProfile(c("UNA.AS", "G.MI", "BMED.MI", "wrongticker","VOW3.DE"))

gabifoix/YHFinR documentation built on March 27, 2021, 9:41 p.m.