-
[REST API] Vessel Physical Assets
Hello all, I am trying to select new columns for the new data available for the vessels voyages: Last trade flow information: Charterer, Commodity, Cargo Size, Rate, Load Port, Load Date, Discharge Port, Discharge Data, Status, Previous Port and Previous Port Duration. However, when we tried to insert on the select part…
-
Error code 403 - a padding to disable MSIE and Chrome friendly error page
Hi, I’m currently having a problem retrieving data via Python using the EIKON API. I’m getting the following error message when running the Python script: eikon.eikonError.EikonError: Error code 403 | Client Error: <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body>…
-
Unable to run the code provided in Github by Refinitiv.
The file can be found here : https://github.com/LSEG-API-Samples/Article.EikonAPI.Python.GatheringAggregatedESGDataOnCompanies/blob/master/README.md The error I am getting is: ESG UN SDG part 2_CB_007.ipynb
-
Unable to obtain latest information on marketcap.
Hello Support Team, Until recently, my nightly batch job was able to retrieve the same-day market capitalization. (Command example) test_df, e = ek.get_data('9984.T', ['TR.IssueMarketCap.date', 'TR.IssueMarketCap', 'DSPLY_NAME']) For example, when I ran this in the evening Japan time, it used to return the market cap for…
-
I'm using the screener from Python. Is there a way to filter for instruments where TR.TRBCEconomicSe
import eikon as ek import pandas as pd Set your App Keyek.set_app_key("...") expr = ( 'SCREEN(' 'U(IN(Equity(active,public,primary))) AND TR.IsPrimaryQuote = 1 AND TR.IsDelistedQuote = false, IN(TR.TRBCEconomicSector,""), ' 'TOP(TR.CompanyMarketCap, 25, nnumber), ' 'CURN=USD' ')' ) fields = [ "TR.OrganizationID",…
-
Where can I get metadata/information about the data on the PORTS app?
I’m trying to understand more about the data source used in the PORTS app. How is the AIS data collected and processed? Is it obtained directly from official AIS networks or through third-party providers? If third parties are involved, which ones supply the data, and how is accuracy, coverage, and update frequency…
-
Link to API, DLL and sample codes
Hi team, We are looking for an API solution that is best suited for our environment and requirements. -Windows, C#, .NET Framework 4.8 -Seeking real time data feed Can someone direct me to the link where API DLL, samples codes are available? Thank you, Hiro
-
Can you let me know the difference between Eikon data base and Refinitiv Data base?
Can you let me know the difference between Eikon data base and Refinitiv Data base?
-
I am trying to get to grips with the Python API With mixed results tbh.
I am trying to get to grips with the Python API With mixed results tbh. I am trying to donwload IBES data via the api the fields are as follows: "TR.EPSMean.fperiod", "TR.EPSMean.periodenddate", "TR.EPSMean", "TR.EPSMedian", "TR.EPSHigh", "TR.EPSLow", "TR.EPSStdDev", "TR.EPSNumberofEstimates" Instrument ATVI.O^J23 I think…
-
LDError: 'dict' object has no attribute 'url'
Currently, I am encountering an error when using either rd, or ld while making data requests through the API gateway. The error is: "LDError: 'dict' object has no attribute 'url'". Please assist me with this issue.