pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Loading OECD data should already include time range when requesting data

Open BenediktAllendorf opened this issue 4 years ago • 0 comments

According to https://data.oecd.org/api/sdmx-ml-documentation/, it's possible to add a start/end date to the API call. Instead of requesting everything and truncating it locally, only the required data should be loaded. Loading time can be improved considerably!

This can be easily achieved by adapting the URL in OECDReader.url. I can open a PR for this if requested.

BenediktAllendorf avatar Nov 10 '20 11:11 BenediktAllendorf