Learn R Programming

Quandl (version 2.11.0)

Quandl.pit.asofdate: Retrieves Point In Time Data from the Quandl 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 Quandl PIT endpoint. As of date is used to see the table as it was at a specific point in time in the past.

Usage

Quandl.pit.asofdate(datatable_code, start_date, paginate = FALSE, ...)

Arguments

datatable_code

Datatable code on Quandl 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 Quandl API parameters.

Value

Returns a data.frame.

Details

Set your api_key with Quandl.api_key function. For instructions on finding your api key go to https://www.quandl.com/account/profile

See Also

Quandl.api_key

Examples

Run this code
# NOT RUN {
Quandl.pit.asofdate('RSM/MSB', '2020-06-11', paginate=TRUE)
# }

Run the code above in your browser using DataLab