powered by
This function returns dividends data from Investing.com or Tinkoff broker.
getDividends( src = "investing", figi = "", api.key = "", from = Sys.Date() - 10, to = Sys.Date(), country = "" )
a list with dividends data
source of dividends information. Could be 'investing' or 'tinkoff'
FIGI of the instrument to get dividends for (only for Tinkoff broker)
Tinkoff broker API key (only for Tinkoff broker)
start date of the dividends data. Default is 10 days ago
end date of the dividends data. Default is today
a character string with the country name to filter dividends data for (only for Investing.com)
Vyacheslav Arbuzov
getDividends(from = Sys.Date(),to = Sys.Date()+10,country = "Australia")
Run the code above in your browser using DataLab