-
How to get unique delisted stocks using RDP search?
I am trying to get the delisted stock's details using RDP search. But there are multiple entries of the same stock(different share class, different listing location, etc.). Here is the code that I am using to pull the data: df = rdp.search(view = rdp.SearchViews.EquityQuotes, top = 10000, filter = f'''…
-
How to get daily deliverable basket data for a bond future?
how can we get historical baskets for the first bond future contract? if we use a historical future ric, we will get an error saying that market data don't exist.
-
Hi, I’m trying to retrieve the Equity RIC of a company in the Codebook. Is it possible to do this us
import refinitiv.data as rd import pandas as pd rd.open_session() # List of company names to search for company_names = [ "TAKEDA PHARMACEUTICAL CO LTD", "EURONEXT NV", "BAXTER INTERNATIONAL INC", "EMERSON ELECTRIC CO", "FIDELITY NATIONAL INFORMATION SERVICES INC", "FISERV INC", "INTERNATIONAL BUSINESS MACHINES CORP",…
-
'UniverseContainer' object is not subscriptable
Hi, I am trying to get a price history for tickers that meet certain criterias, so I run : rd.get_history(universe = ['TFMBMH6', 'TFMBMK6', 'TFMBMJ6', 'TFMBMM6', 'TFMBMN6', 'TFMBMF7', 'TFMBMV6', 'TFMBMG7', 'TFMBMZ6', 'TFMBMH7', 'TFMBMX6', 'TFMBMJ7', 'TFMBMU6', 'TFMBMQ6', 'TFMBMK7', 'TFMBMQ7', 'TFMBMM7', 'TFMBMN7',…
-
FX Forward Curve Constituents
Hi, I am trying to source FX Forward curves via Python. The first step is obviously to get the constituents of the curve under consideration. If we consider RIC= "ZAROR=FMD", the following is working: from datetime import datetime, date import json import lseg.data as rdp import pandas as pd import ref rom…
-
how to get the historical closing price of FRGOV10YZ=R
df = ld.get_history(universe="FRGOV10YZ=R", fields=['ZERO_YIELD1'], interval='monthly', start=start_date, end=end_date )
-
Pull In US OIS curve for all tenors using an effective date
Hi guys, I want to pull in Pull In OIS curve for all tenors using an effective date i.e. i want to see what PIS curve across all tenors was last month EOM etc. Also if you have any papers on the identifiers for the python api to pull different curves, CDS, fx?
-
Client app key, client id and secret
Hi, I'm trying to use Dataiku to access lseg data. I'd like to confirm the endpoint url, app key, client id and client secret. Please confirm i'm using the correct information: URL: "https://api.refinitiv.com/auth/oauth2/v2/token" app key: app key generated from the API KEY generator app on the workspace desktop app.…
-
LSEG Data Library using ldpv2
Hi, I have a LSEG Workspace account. I am able to lseg.data in python code when my desktop session is logged in. Can I also use lseg.data without my desktop being logged in by supplying credentials to a platform session? How do I use platform.ldpv2 which i believe is replacing the older the platform.ldp. This requires…
-
"code":500,"message":"Error: Could not establish connection to data-api-proxy-csm"
I encountered an error while using the ld.get_data function, but i have open a session by using "ld.open_session( config_name=".//lseg_data_config.json", name="desktop.workspace")"