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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 1 1 1

Is there any API to get all the Exchange Rates for Central Bank UAE

Hi Team,

Do we have any particular API where we can pass Central Bank UAE as data source code and get all the Exchange rates w.r.to the Bank that are available.

Thanks & Regards
Khambu Swetha Naraharisetti

exchanges
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.

Hi @n.khambu.swetha,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.


Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

Hello @n.khambu.swetha ,

Please see this previous discussion thread on obtaining exchange rates, in my understanding, the request for OAE (RIC = CMP) should be along the same lines:

{
                {protocol}}{
                {host}}{
                {api}}Extractions/ExtractRaw
{
    "ExtractionRequest": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",
        "ContentFieldNames": [
            "Currency Code",
            "Base Currency Code",
            "Mid Price",
            "Price Decimals",
            "Trade Date",
            "Trade Time",
            "Last Update Time",
            "Instrument Snap Time",
            "Security Description"
        ],
        "IdentifierList": {
      "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",  
      "InstrumentIdentifiers": [{
        "Identifier": "CMP",
        "IdentifierType": "Ric"
      }],
      "ValidationOptions": null,
      "UseUserPreferencesForValidationOptions": false
    },
        "Condition": {
            "ScalableCurrency": "true"
        }
    }
}

Is this what you are looking for?

If this is not what you are looking for, I would suggest to first better identify the required content:

Are you able to request and obtain this information via DSS GUI? If yes, please share the details and we will try to help with the same request via API.

If you need help identifying content, suggest to consult with Refitnitiv content experts directly via Refinitiv Helpdesk Online -> Content -> DSS and once the content is identified, request it via API.



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.