sboysel / fredr

An R client for the Federal Reserve Economic Data (FRED) API
https://sboysel.github.io/fredr/
Other
92 stars 21 forks source link

limit of 1000 on fredr_search() #7

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is it possible to pull more than 1000 records with fredr_search() ?

sboysel commented 6 years ago

No, this is an API limit. But you can mimic pagination using the parameter offset. Documentation here.