-
Exact endpoints and documentation for building an Economic Calendar (Real-time + Historical)
Hi, I am currently working on implementing a custom Economic Calendar application and I need direct guidance on which specific APIs and endpoints to use within the LSEG ecosystem. My application has two primary requirements: Historical & Upcoming Events List: I need to retrieve a schedule of economic events, including…
-
Reuters Polls retrieval
hi! can one retrieve historical and current Reuters Polls (Economic Indicators, Central Banks, etc), ideally at the contributor level, from LSEG Data Library API, or any other API? I can see there is an old post for Eikon API but I wonder if this can be done with the new API or in any other way. thanks!
-
API key to recreate two examples in Python.
Hi Dev Team, I'm looking to convert from SQLX to Python. Therefore, I am seeking confirmation that I would be able to accurately recreate the two Python scripts (examples) listed below through an API key, with the data from Workspace.…
-
How to set-up an API call to pull historical data included in the economic calendar app.
just trying to set-up some code and looking for some help i want historical data for fields like this: df = ld.get_data(universe = ["CAEMPC=ECI"], fields = ['DSPLY_NAME', 'DSPLY_NME2', "RELEVANCE",'CF_DATE', 'VALUE_TS1','ECON_ACT', 'ECON_PRIOR','RTR_POLL', 'FCAST_SEST','FCAST_HIGH',…
-
Hi Team, is there any way we can download historical economic events from the Python API?
I tried using the Code Creator and the fields supported is only 14. Client is looking for the following: timestamp, polls, surprise, prior, revised, etc. When I provided the result of Code creator, they want to know how they can set the parameters but per checking this seems to be not possible. Can you help and advise on…
-
How to pull a list of all economic data that is being release on a specific day with high impact in
Ideally I would want to pull a list of all economic data that is being release on a specific day with high impact in certain countries e.g. Germany, US Similar to what you can see in the economic monitor in the desktop app
-
How to get the economic calendar via python?
I want to know whether any functions for library `lseg-data` in python can fetch whole year economic event.
-
Getting Benchmark Revisions for Economic Indicator
Hello, When the US Jobs report (RIC: USNFAR=ECI) is released, they also send in revisions for prior months along with new data for the month. We noticed that the values in get_history call from LSEG python library does not reflect these revisions for prior months for few hours… today the values were updated 2-3 hours after…
-
Cannot find the appropriate field to get data from Economic indicators
For the economic indicators, with RIC='aXZBISNXBR', which is shown below There is monthly data in the chart. But when I was looking for the field to get this data, I checked for the DIB, but I could not find the right Item Code for the indicator. I think it should be 'ECON_ACT'. But no data was shown when I checked for…
-
Issue with Subscribing to Economic Data Stream (if possible?) - Status Remains 'Pending'
Hi, I'm working with the pricing stream API and I've encountered an issue specifically with subscribing to economic data. I am able to successfully create a stream for bid and ask of EUR=. The stream opens correctly, the status changes to 'Live', and I receive updates as expected. However, when I try to subscribe to…
-
Python API to retrieve historical data of economic events
I am using the python api to retrieve historical data of Economic Events using the get_history() method but i cant find the fields which it will take to retrieve different columns such as Prior , Actual , Revised etc.. Any reference material will be very helpful.
-
How can I retrieve GDP information via the Excel Formula Builder?
Hello everyone, I am quite new to Refinitiv Workspace and have up until now only retrieved company information in Excel using the formula builder. However, now I need to retrieve historical GDP data in Excel for broader geographic regions, namely the US, Europe and Asia from the year 2002 until 2012. Is there any way to do…
-
Hi Team, Can you please check if there is access to the Economic Monitor data?
I was looking for assistance regarding access to economic monitor data via python api, can you please help me? Can you please check if there is access to the Economic Monitor data, i.e. access to the full economic calendar via Phyton API? But the most important / what I care about is: local date, local time, country,…
-
Sample code for rto getting economic events
Hi team, do we have any sample code using RTO to fetch economic events data? Say US cpi. Thank you!
-
Issue with field PDOR_1 with LSEG Data API
I am attempting to get the previous date of release of an economic indicator EUECBR=ECI. On Workspace Quote page that field id PDOR_1. I am able to get the data for this field with Workspace Excel as well, however in Python API it gives me NA. Can someone assist me with this please? I have attached relevant screenshots…