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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 0 0 3

Tic History Identifier List Info

Hi team, we need to consume ticHistory for the identifier List, can you please provide info for the identifier list and their format so we can put into the request ?
For example if we need to get the tic hisotyr from EUR to INR how can we send it or from USD to INR.

dss-rest-apidsstick-history-rest-apitick-data
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.

@om.joshi

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvote
Accepted
78.8k 250 52 74

@om.joshi

Sorry, we don't have any link where all the RICs whose data is present in RTH.

You can use the Search/InstrumentSearch endpoint to get all RICs in the Money group.

{
  "SearchRequest": {
    "InstrumentTypeGroups": [     
      "Money"    
    ],
    "IdentifierType": "Ric",
    "Identifier": "*",
    "PreferredIdentifierType": "Ric"
  }
}

The output returns with paging in the "@odata.nextlink" element.

1657525992572.png

To handle it, please refer to the answer on this thread.

Otherwise, you can contact the Tick History support team directly via MyRefinitiv to get a list of RICs for you.



1657525992572.png (42.9 KiB)
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
78.8k 250 52 74

@om.joshi

According to the question, I assume that you would like to know how to construct RICs for spot rates. You can refer to the answer on this thread.

Then, you can use it in the request like this:

...
"InstrumentIdentifiers": [
                {
                    "Identifier": "EURINR=",
                    "IdentifierType": "Ric"
                }
            ],
...

For more information, you can also refer to the Refinitiv Tick History (RTH) - REST API Tutorials.

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 @Jirapongse i want list of all the currencies for which the tick history data is being provided by the refinitiv.

I tried to create a some RIC for ticHistory but it is saying it is not avaiable . If there is any list available for the same it will be helpful

Upvotes
5 0 0 3

Can you please provide any link where all the RICs whose data is present there ? I tried to create some RIC for historical tic data , so any list where we can check where the currency pair data i present @Jirapongse .
Thank you

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.