Hi,
I read here that to get the latest IMF WEO release automatically, I can use the WEO:latest
code.
For example, if I open this url:
https://db.nomics.world/IMF/WEO:latest/NZL.LP.persons
as expectet, I get redirected to
https://db.nomics.world/IMF/WEO:2023-04/NZL.LP.persons
The issue is that in python the following command works:
df = fetch_series(‘IMF/WEO:2023-04/NZL.LP.persons’)
but this one doesn’t:
df = fetch_series(‘IMF/WEO:latest/NZL.LP.persons’)
What am I missing? Thanks