getDividends | R Documentation |
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 = ""
)
src |
source of dividends information. Could be 'investing' or 'tinkoff' |
figi |
FIGI of the instrument to get dividends for (only for Tinkoff broker) |
api.key |
Tinkoff broker API key (only for Tinkoff broker) |
from |
start date of the dividends data. Default is 10 days ago |
to |
end date of the dividends data. Default is today |
country |
a character string with the country name to filter dividends data for (only for Investing.com) |
a list with dividends data
Not for the faint of heart. All profits and losses related are yours and yours alone. If you don't like it, write it yourself.
Vyacheslav Arbuzov
getDividends(from = Sys.Date(),to = Sys.Date()+10,country = "Australia")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.