View source: R/nasdaq_data_link_pointintime.R
NasdaqDataLink.pit.fromto | R Documentation |
Retrieves Point In Time Data from the Nasdaq Data Link PIT endpoint. From start to end will also show all rows that were visible at any point between two specified points in time, including start, but excluding end.
NasdaqDataLink.pit.fromto( datatable_code, start_date, end_date, paginate = FALSE, ... )
datatable_code |
Datatable code on Nasdaq Data Link specified as a string. |
start_date |
Lower date as a string. |
end_date |
Upper date as a string. |
paginate |
When set to TRUE, fetches up to 1,000,000 rows of data |
... |
Additional named values that are interpreted as Nasdaq Data Link API parameters. |
Set your api_key
with NasdaqDataLink.api_key
function. For instructions on finding your api key go to https://data.nasdaq.com/account/profile
Returns a data.frame.
NasdaqDataLink.api_key
## Not run: NasdaqDataLink.pit.fromto('RSM/MSB', '2020-06-11', '2020-06-12', paginate=TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.