For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 0 1 3

Wrong Currency Code in DSS API

We are receiving for currency wrong Code on the API interface. Can you check and make change? Currency/ Country Code from Refinitiv Identifier Reason 'Currency Code': 'KWf' KW0EQ0601058 Correct ISO Code: KWD 'Currency Code': 'ZAc' ZAE000063863 Correct ISO Code: ZAR

#technology#productdsscountry-code
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.

Upvotes
Accepted
83.1k 281 53 77

@maximilian.mayrl

Thanks for reaching out to us.

I tested it with the CompositeExtractionRequest and it returns "KWf" and "ZAc" for KW0EQ0601058 and ZAE000063863 respectively.

        {
            "IdentifierType": "Isin",
            "Identifier": "KW0EQ0601058",
            "Instrument ID": "KW0EQ0601058",
            "RIC": "ZAIN.KW",
            "Instrument Full Name - ESMA": null,
            "Asset Type": "EQTY",
            "Currency Code": "KWf"
        },
        {
            "IdentifierType": "Isin",
            "Identifier": "ZAE000063863 ",
            "Instrument ID": "ZAE000063863 ",
            "RIC": "WHLJ.J",
            "Instrument Full Name - ESMA": "Woolworths Holding Ord Shs",
            "Asset Type": "EQTY",
            "Currency Code": "ZAc"
        }

To verify the retrieved content, you need to contact the Refinitiv DataScope Select support team directly via MyRefinitiv.

I hope that this information is of help.

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.

Upvotes
3 0 1 3

We can see that some figures are using for example ZAR (Rand), but for the price of the asset it is used ZAc (cents). ISIN: ZAE000063863

How can we extract all figures with the same currency code?

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.

Upvotes
3 0 1 3

Thank you. I created a ticket and it is work in progress as of now.

My question here can be closed.

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.