Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • TRTH /
avatar image
REFINITIV
Question by tao.su · May 13 at 11:34 AM · dss-rest-apidsstick-history-rest-api.net

How to get futures RIC and chain RIC by REST API

A client cannot get futures RIC and chain RIC content by RTH REST API. but can get the RIC like EUR=. Client environment is .NET framework v4.8 and uses sample code 'Refinitiv DSS .NET SDK'. cannot-get-futures-ric.png

cannot-get-futures-ric.png (13.3 KiB)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by zoya faberov · May 13 at 03:37 PM

Hello @tao.su,

In addition to guidance from @gareth.teage ,

You may wish to create InstrumentList as empty per DSS .NET SDK examples:

var instrumentList = new InstrumentList { Name = "Instrument List Name" };
extractionsContext.InstrumentListOperations.Create(instrumentList);

And then append the identifiers to it:

IEnumerable<InstrumentIdentifier> appendIdentifiers = new[]
{
     new InstrumentIdentifier
    {
        Identifier = "SAGc1",
        IdentifierType = IdentifierType.Ric,
        UserDefinedIdentifier = "UserIdent5A"
    },
     new InstrumentIdentifier
    {
        Identifier = "0#SAG:",
        IdentifierType = IdentifierType.ChainRIC,
        UserDefinedIdentifier = "UserIdent5A"
    }
};
extractionsContext.InstrumentListOperations.AppendIdentifiers(instrumentList, appendIdentifiers, true);

Let us know how this works on your side?

Comment

People who like this

0 Show 1 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

avatar image
REFINITIV
gareth.teage · May 13 at 03:41 PM 0
Share
Thanks @zoya faberov

I've been working directly with @tao.su and the Tick History team via Teams to narrow down the cause of this.

Believe this is resolved now, not a C# code or API issue.

Tick History by design for Free Trial allows for a current 2 week date range window of data for testing purposes. It has been confirmed that client can get recent data for 0#SAG: Chain now.

@tao.su please confirm if this answer can be accepted (post marked as closed)

Best regards,

Gareth

avatar image
REFINITIV
Answer by gareth.teage · May 13 at 12:18 PM

Hi @tao.su ,

As discussed via Teams we have validated that Tick History itself accepts use of Chain RIcs including the one provided in a Time and Sales extraction request.

We are pending knowing if the Chain RIC is being added to an Instrument List (for Scheduled Extraction use), or added into an Array for an On Demand ExtractRaw Request.

Best regards,

Gareth


Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

how to find strike and maturity for all options in an options chain including all historic now defunct?

DSS Curl Command doesnt not provide output in the response

ThomsonReuters Request Examples

How to request time series using Data Scope Rest APIs

AWS File Extraction not working properly

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges