-
How can I get the former ISIN in case of an ISIN change with Python from LSEG.data ?
With Excel I got the following way for an example RIC which works: RDP.Data("WSE.O";"TR.ISIN";"Frq=D SDate=2024-01-01 EDate=1D CH=Fd RH=IN,date") But when trying to transform the formula to a Python program I get an error "Error code 221 | The access to field(s) denied. Requested universes: ['JE00BQKY0816']. Requested…
-
I request information about an ISIN and it returns a different one via lseg.data (get_data function)
I request information about the ISIN XS2112473553 with get_data function (lseg.data library) and it returns data of ISIN XS2112470708 (just 1 row). I don't know why. Does anyone know how to tell me the reason? Thanks in advance.
-
How to get security's ISIN code from PermID?
The PermID search API seems do not contain ISIN in its quote response. Though the Eikon API supports to get ISIN from RIC, we don't have the Eikon account. Is it possible to get the ISIN from PermID APIs?
-
How to retrieve ISIN Code (TR.ISIN not working) with RDP API.
Hi Team, This request is on behalf a client, that is not able to request the ISIN Code with the RDP API. All other fields works. Instrument: U9226VAU1 Also its working for LSEG Workspace API. user: xxx
-
Datastream for Office (DFO) request - download data via LEI
Hello, I have seen a post that there is a way to convert LEI numbers to RIC using phyton - and download company data as such, however, I cannot work with phyton and I wonder if there is a way to download company data with DFO Excel table (Datastream) via LEI (not via ISIN) - and what is it?
-
How to get the ISIN for All Security types (futures, commodities, etc)
Hello, I was wondering how I could get the ISIN for security types other than Equities such as futures or commodities? For example, I'm looking to find the ISIN for the RIC ESU25. Based on the github examples, I can only get the ISIN for equities.
-
Python: search directly by ISIN
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?
-
Getting ISIN Numbers
Hello everyone, Currently I have PERM ID's as firm identifiers in my dataset. I want to gather their corresponding ISIN numbers. Is it possible to do that here ? If so how can I do that ?
-
Unable to resolve all requested fields in ['TR.SHARETYPE'].
To return to my previous problem, I realized that only part of the query worked. I can successfully extract the "GICS Sector" and the "GICS Industry Sector" from an ISIN using the fields "TR.GICSSector" and "TR.GICSIndustryGroup". However, I can’t extract the "Instrument Type" using the field you provided me:…
-
Peer funds retrieval
Hi, is there any way to pull the peers under the same classification under "Lipper Global" using Python. While pulling, i want to pull their ISINs and Benchmark names? below you can see to understand what i want.
-
All RICS for an ISIN or CUSIP
When a company is listed on several markets, it has different RICs but a single ISIN or CUSIP. Is there a way to obtain ALL the RICs associated with an ISIN or CUSIP?
-
How to retrieve the RICs using the bond ISINs?
Hello Team, I hope all is well. I'm seeking for your help, (for example) Apple, Microsoft and Tesla have bonds going 10 years and each of these bonds have a specific ISIN, unfortunately the ISIN doesn’t map directly to the company’s RIC but to the bond’s RIC. My goal is to sort of input an ISIN of a bond and return a…
-
Question about getting bid ask of Isincodes by Codebook.
I want to obtain bid ask data by Code book. The code attached below is about getting bid ask from the input data; Isincode. Could you tell me why the code does not work. import pandas as pd import refinitiv.data as rd from refinitiv.data.content import symbol_conversion as sc # ← v1.6 ではこちら 1. セッション開始(Workspace/CodeBook…
-
Does RTO allows to send a SEADOL/ISIN/CUSIP and recieve a RIC?
Does RTO allows to send a SEADOL/ISIN/CUSIP and recieve a RIC?
-
How to import all Global Equity managers into python that have an ISIN that starts with AU?
Hi there, I am trying to import all Global Equity managers into python (Workspace/Eikon API) that have an ISIN that starts with AU. I’ve been using https://cdn.refinitiv.com/public/rd-lib-python-doc/1.0.0.0/book/en/sections/intro.html as a guide but some elements are not working. If you could provide some assistance that…