NasdaqDataLink.pit.asofdate {NasdaqDataLink} | R Documentation |
Retrieves Point In Time Data from the Nasdaq Data Link PIT endpoint. As of date is used to see the table as it was at a specific point in time in the past.
Description
Retrieves Point In Time Data from the Nasdaq Data Link PIT endpoint. As of date is used to see the table as it was at a specific point in time in the past.
Usage
NasdaqDataLink.pit.asofdate(datatable_code, start_date, paginate = FALSE, ...)
Arguments
datatable_code |
Datatable code on Nasdaq Data Link specified as a string. |
start_date |
Lower 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. |
Details
Set your api_key
with Nasdaq Data Link.api_key
function. For instructions on finding your api key go to https://data.nasdaq.com/account/profile
Value
Returns a data.frame.
See Also
Examples
## Not run:
NasdaqDataLink.pit.asofdate('RSM/MSB', '2020-06-11', paginate=TRUE)
## End(Not run)
[Package NasdaqDataLink version 1.0.0 Index]