Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 1 1

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

eikon-data-apipython#technology#contentpython api
1686329724721.png (11.0 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
98 5 5 13

dear @rinnie.cheung


Price Indexes are published on a monthly basis, so the interval should be used is 'monthly' rather than 'DAILY'.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.