When you type in Economic Indicators in Eikon search bar, it will bring up the app where you can choose the country and CPI from the dropdown list. This will get you a RIC which can be used in the get timeseries call shown by @chavalit-jintamalit See example showing Poland and Russia.
>>> ek.get_timeseries('PLGDPY=ECI', start_date='2003-01-01', end_date='2020-01-01', interval='yearly')PLGDPY=ECI VALUEDate2003-12-31 3.62004-12-31 5.12005-12-31 3.52006-12-31 6.22007-12-31 7.02008-12-31 4.22009-12-31 2.82010-12-31 3.62011-12-31 5.02012-12-31 1.62013-12-31 1.42014-12-31 3.32015-12-31 3.82016-12-31 3.12017-12-31 4.82018-12-31 5.1>>> ek.get_timeseries('RUBUD=ECI', start_date='2003-01-01', end_date='2020-01-01', interval='yearly')RUBUD=ECI VALUEDate2003-12-31 2.6166672004-12-31 5.0250002005-12-31 9.8666672006-12-31 9.5333332007-12-31 7.4000002008-12-31 8.0666672009-12-31 -1.8000002010-12-31 -2.0666672011-12-31 2.2416672012-12-31 0.3000002013-12-31 0.0666672014-12-31 2.0916672015-12-31 -3.1333332016-12-31 -2.2333332017-12-31 -1.0083332018-12-31 2.4916672019-12-31 3.266667
Hi @nyks
1. Find a RIC code.
Type in "Turkey CPI" in the Eikon Search bar and select from there.
2. Use Python to retrieve the data.
I tried that but all coming Nan for other countries too.