This is referring to my recent report: Erratic response for interday history request (start date sometimes not included) - LSEG Developer Community I got an answer from the Historical Pricing API Support Team: After investigating the issue, we found that the problem arises because the request you are submitting is using an…
Dear Dev Community, I'm currently facing issues when trying to use both the Eikon Python library and direct Web API calls in parallel. The Refinitiv application runs continuously in the background, and while the Python library functions work as expected, direct API calls fail with authentication issues. Eikon…
Dear all, I am currently working on retrieving historical data for a set of RICs. While I am able to successfully obtain fundamental data, such as revenue information, I am facing challenges in retrieving historical Index membership Information. Below is the code I have implemented: df = rd.get_data(unique_ric_list,…
Hello Team, I am trying to get an output for /data/quantitative-analytics-dates-and-calendars/v1/holidays API and i have updated the parameters in POSTMAN. When i try to run the GET command, I get an authorization error. Kindly assist on this as i need to demo it to the client.
I am using /data/historical-pricing/v1/views/interday-summaries to get historical daily data (via Refinitiv.Data .NET nuget package). The documentation states that for interday-summaries, both the given start and end dates are inclusive. So for the following request, I would expect three bars to be returned (as the…
Hello, daily historical/stream requests do not work with options that don't have standard intervals like this one 1SW2W1014O25 (Soybean with a price of 1014) I can run the 2.1.11-HistoricalPricing-TSIntraday project with this symbol, but if I run the 2.1.10-HistoricalPricing-TSInterday project it starts hitting internal…
Hello, may I ask if anyone is aware whether LSEG offers API to convert PE and PDP, and vice-versa? I looked up to https://myaccount.lseg.com/en/productcodelookup/dacsdetails?PE=3786 and it shows all the PDPs tagged to 3786 PE. Would like to know if I can write a script (e.g. Python) to extract the PDPs when given a PE.
Hi all, I'm trying to get hourly level data for a contract with RIC 'FFH3^2' which is CBoT 30days Fed Fund Rate Future for March 2023. Even though for current future contract 'FFH25' hourly level data is available, the RIC 'FFH3^2' doesnt return any data when I use code: rd.get_history(universe=['FFH3^2'], fields =['BID',…
I am trying to filter news articles received via Refinitiv News Archive service based on presence of subject qcodes. For example, I have a news article with a headline of "INFINEON TECHNOLOGIES AG <IFXGn.DE> SHARES DOWN 4.5% IN EARLY FRANKFURT TRADE AFTER RESULTS", which I do NOT need to see. This article has a total of 34…
I am trying to connect to this endpoint and hoping to receive a excel file: "https://api.refinitiv.com/data/change-notifications/v1/published-notifications/211744/attachments/DN_ContentsetANDProduct_Impact.xlsx/.tWLIDJLHSzhZ1zBnHqOboyu8CqsFKMF" It works when I try and connect using the API Playground but not locally.…
It looks like you're new here. Sign in or register to get started.