Hi team, We're encountering a critical issue when using ld.discovery.Chain to fetch futures option chain constituents. When making multiple sequential calls to ld.discovery.Chain(universe).constituents, if one call fails with an LDError, subsequent calls cause the Python instance or thread to freeze. Issue Description:…
Im having trouble with the API. As you can see below, the resultant dataframe comes with null values on the last dates, and values on the first dates. The problem is that the "MATD3.SA" didnt exist before 2021. On excel, with same parameters, the dataframe comes alright, with null values up to 2014. So why is this…
Our client is currently working on the government bond curve for the European region. However, using the method below, He is unable to retrieve EUR-denominated French government bonds (while major countries such as Germany and Belgium are returned correctly). If you happen to know a way to obtain them, I would greatly…
Hi, I have an LSEG Workspace account, and for research purposes, I’m trying to download company filings using Python, either through a library or via the API. I’ve tried two methods so far: Using the RDP API through the /data-store/v1/graphql endpoint. Even when running the examples provided in the API Playground, I…
Hi Refinitiv Developer Community, I am working with a list of ~450 companies (primarily listed firms) and would like to retrieve, for each company, a list of peer companies — ideally 5 to 10 — using the Refinitiv Eikon or Workspace Python API. In the Workspace platform, I know the “Peers” tab in the GUI and the PEERS()…
I have looked into building a historical dataset of high dimensional (1 minute or 5 minute) of options data for some oil contracts. I have been able to access these frequencies for options data with the get_history for non-expired contracts. My impression is that get_history is unsuitable for expired contracts. What ways…
Hello, Since past thursday we are no more able to open a Reuters platform session through our C# tool. We use it to call some API entry point such as https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries or…
Hi everyone, I am trying to download mutual fund holdings data using the following code in codebook: import refinitiv.data as rd from refinitiv.data.errors import RDError import pandas as pd import time LP=[ 'LP40215045', 'LP40212543', 'LP40235060', 'LP40209239', 'LP40209247', 'LP40215141', 'LP40212555', 'LP40209256',…
I want to be able to search directly by ISIN, as I will start out with only the ISIN available in python and not the Equity RIC. Is there a way via python to figure out the RIC and other features based on solely the ISIN?
It looks like you're new here. Sign in or register to get started.