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

MEI_PRICES oecd does not contain monthly data

Open ams530 opened this issue 9 years ago • 1 comments

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 avatar Jun 28 '16 09:06 ams530

@ams530 would you have a current URL available? Did this data become subscription only?

gliptak avatar Sep 26 '19 23:09 gliptak