pandas-datareader
pandas-datareader copied to clipboard
Extract data from a wide range of Internet sources into a pandas DataFrame.
Hi, I want to obtain the data from _http://www.oecd-ilibrary.org/economics/data/main-economic-indicators/price-indices_data-00047-en_ with the pandas data reader by using the following code: df = web.DataReader('MEI_PRICES', 'oecd', end=datetime.datetime(2016, 6, 1)) But this only gives...
https://github.com/OliverSherouse/wbdata is a package focused on World Bank data, which looks to have some overlap to `pandas-datareader`'s World Bank capabilities. I haven't used much either but thought it may be...
Apologies as I'm new to git and github. I can try to make a fork/patch/pull request but I have to figure out how. In the meantime, I thought I'd offer...
Hello, I coded a python script to retrieve data from Braincube, a French company that stores data for its customers in an online platform, in pandas. By looking at how...
Current documentation is not clear. Shall I start improving it? Who is the maintainer for this? Doc string inside the code is much clear than the documentation.
OANDA API is now accessible for free for registered users. Should someone re-implement it again?
Am having a look at various methods here, possibly fixing some things. Along the way I've noticed there really aren't many sources that have what I like to call an...
The wb.search() function returns all the variables from the Findex database, but the wb.download() function returns an error. For example, “Saved at a financial institution, income, poorest 40% (% age...
Would you like Barchart added as daily datasource? APi key signup required at https://www.barchartondemand.com/free Thanks
or any other reliable source of futures data (such as IQFeed, etc)