Open
Description
I've been testing a connection to the Statistical Data Warehouse in my fork of the pandas-datareader
. It works much in the same way as the oecd
and eurostat
readers, as the SDMX schema only has slight differences: ECB SDMX 2.1 RESTful web service
Anyway, it is working for me, so I'm a bit optimistic that this could be useful for more people :)
For example, one can easily query the Euro short-term rate (€STR):
df = web.DataReader('EST.B.EU000A2X2A25.WT','sdw',start='2020-02-21',end='2020-02-21')
Now, any tips on what I should do next even before starting to think about a pull request?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels