pandas-datareader
pandas-datareader copied to clipboard
MEI_PRICES oecd does not contain monthly data
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 me certain yearly data and does not contain the monthly data from 1950, which I need. Does anyone know how to obtain the monthly data from the CPI?
Thank you!
@ams530 would you have a current URL available? Did this data become subscription only?