- Requesting Price for this RIC returns Currency = C$.
- According to HOR/other sources, this RIC is priced in SEK.
Why the discrepency ?
@nick.cranham
When I search for this instrument on the Datastream navigator, it returns:
Please contact the Datastream support team directly via MyRefinitiv to verify the currency of this instrument.
However, you can change the currency of the fields by using the following code.
df=ds.get_data(tickers="<0QVL.L>",fields =["X(P)~SK","NAME","X(RI)~SK"], kind=0)df
The output is:
To get prices in SEK, you can also use W:AOU instead, as shown below.