I am using Eikon Python API to retrieve prices and it is working as expected, but when trying to retrieve the price for the RIC H1ARGWTC1 I get the error 'Invalid RIC'.
The code I use is :
df = ek.get_timeseries("H1ARGWTc1",
start_date="2018-06-01",
end_date="2018-06-10",
fields='CLOSE')
Using this RIC in the Data Item Browser works and returns the prices, which means I have the required permissions.
There is no space in the RIC I use, neither any mistype whatsoever.
Either there is something different regarding this product and needs special handling or an error on the server side.
Anyone who knows something about this or faced a similar situation?
Thank you