Africa Oil (0QVL.L) Security Trading Currency

- Requesting Price for this RIC returns Currency = C$.

- According to HOR/other sources, this RIC is priced in SEK.

Why the discrepency ?

Best Answer

  • Jirapongse
    Answer ✓

    @nick.cranham

    When I search for this instrument on the Datastream navigator, it returns:

    92231-1.png

    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:

    92231-2.png


Answers