Daily CPI value

How can I get daily CPI data for EU countries such as aFRCPIXT, aSECPI , aGBRPI with the Eikon module in python?

df_r = ek.get_timeseries('aGBRPI', start_date='2023-03-01',end_date='2023-06-26',interval='daily')

I tried the code above, i get

EikonError: Error code -1 | aGBRPI: Interval is not supported |

I get end of month data by changing interval = 'month', can you advise how to get daily value?


1686329724721.png

Best Answer