Best Of
-
Re: API issue - response has no data although client is getting 200 OK
Hello @"f.cipriani" , Your content field names are invalid for FX instruments - trade fields are not applicable to fx. Please use the DSS website or contact the Refinitiv helpdesk at my.ref…0 -
Re: RTO - 'Force Logout from DACS' in the EMA 'login domain' message.
Hi @"Frederic" If the customer adds a registerClient for Login or specifies a callback client for OmmConsumer, then they should receive a StatusMsg for when the Login stream is closed. e.g.…0 -
Re: API issue - response has no data although client is getting 200 OK
@"f.cipriani" You need to check the notes. You get the notes in the body of an HTTP response when an HTTP response is 200. I used the same request and got the following notes. { ... "N…0 -
Re: Missing Eikon Data API
@"cmarks" I checked the entitlements on your Eikon account from your email used to post this question. You subscribe to the low-tier Eikon variant named Eikon Core. According to this thread…0 -
Re: Refinitiv-Data vs Refinitiv-Dataplatform
Hi @"cmarks" refinitiv-data is the replacement for refinitiv-data-platform refinitiv-data-platform was an alpha release and refinitiv-data is a beta release. We will be publishing tutorials…0 -
Re: How do I convert a DSGRID/DataStream query into one for the Python API?
@"Nikunj.Jain" The code looks like the following. ds.get_data(tickers='MSQ$DELTA25C,MSQ$DELTA25P,MSQ$DELTA10C,MSQ$DELTA10P,MSQ$DELTAATM', fields=['O3'], start='2015-01-01', freq='D') The ou…0 -
Re: node-js websocket sample market_price.js not working on ads version 3.5.3
Corroborating the previous answers; I just tested the latest NodeJS market price sample with ADS 3.5.3 and was able to get data without any modifications to the sample. What is the error message you …0 -
Re: CSR Reporting
@"jason.ramchandani01" This is fantastic!! it works very well, thank you very much0 -
Re: I what to know how can I get the Earning Season-like filter on the Eikon API.
the correct ansour would be: df, e = ek.get_data("SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/),TR.ExpectedReportDate(Period=FQ1)<"+d1.strftime('%Y%m%d')+"/*dt:Date*/,TR…0 -
Re: DSS Rental Instrument Usage
@"hiroki.chinushi" To get instrument usage, You can use this endpoint (https://selectapi.datascope.refinitiv.com/RestApi/v1/Usage/GetExtractionUsageInstrumentSummar) with the HTTP Post meth…0