Quandl.pit.fromto: Retrieves Point In Time Data from the Quandl PIT endpoint....

View source: R/Quandlpointintime.R

Quandl.pit.fromtoR Documentation

Retrieves Point In Time Data from the Quandl 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.

Description

Retrieves Point In Time Data from the Quandl 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.

Usage

Quandl.pit.fromto(datatable_code, start_date, end_date, paginate = FALSE, ...)

Arguments

datatable_code

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

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

Value

Returns a data.frame.

See Also

Quandl.api_key

Examples

## Not run: 
Quandl.pit.fromto('RSM/MSB', '2020-06-11', '2020-06-12', paginate=TRUE)

## End(Not run)

quandl/quandl-r documentation built on June 11, 2022, 2:04 a.m.