Best Of
-
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 -
Re: ETF constituent movers on a list of dates
Hello @"arun.sharma3", Reviewing this previous discussion thread may be helpful with the approach to obtaining this result set. Next I would tweak/tune the approach to your requirements, an…0 -
Re: How Can we USE EIKON API to connect to any RPA tool like power automate ,
@"Manish.Mukherjee" So I don't know about power automate in detail but it seems to be a no/lo code environment. Generally this type of software would rely upon connectors with a GUI type in…0 -
Re: How to get calendar years instead of "FY-t"?
@"eikon28" So you could use the Income Statement Period End Date field to give you the absolute date for FY0, FY-1, FY-2 etc: I hope this can help.0 -
Re: Minute prices result is nan for some stocks in 0#.AXKO
Hello @"yu.yang" and @"XiaoyanWang1" , The request as you issue it in terms of API is correct, nothing is off with EDAPI Python usage. I have run a quick verification on my side, …0 -
Re: How to get historical monthly open interest data in Eikon with Python API?
@"raksina.samasiri" Thanks a lot. It works :)0