powered by
This function retrieves historical dividends data from the API.
get_historical_dividends_data( api_token, ticker, date_from = NULL, date_to = NULL )
A list containing historical dividends data.
The API token for authentication.
consists of two parts: [SYMBOL_NAME].[EXCHANGE_ID].
date from with format Y-m-d
api_token <- "demo" ticker <- "AAPL.US" date_from <- "2017-09-10" date_to <- "2017-09-12" result <- get_historical_dividends_data(api_token, ticker, date_from, date_to)
Run the code above in your browser using DataLab