-
Empty response when searching for derivative by underlying
Hi, I'm building a tool that requires me to search for information on derivatives. Here i'm trying to find some futures contracts. To find these contracts I have information on the underlying of the contract. I tried using the content search like so : df1 = rd.content.search.Definition( view=rd.discovery.Views.SEARCH_ALL,…
-
https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/symbology-API
Is the symbology API accessible only through v1 authentication or is it possible to use it via v2 as well?
-
Extract Primary RIC from Symbology API
Hi there, Client has a list of 38k PermID. They would like to extract Primary RIC using PermID from Symbology API. They would like to know how they can do this in Postman. Thank you!
-
Getting SSL error while running OpenPermID library in python
I tried running the following command but got the error: output,err = opid.lookup("1-4295880893", orient="row", format='dataframe') err requests.exceptions.SSLError(urllib3.exceptions.MaxRetryError("HTTPSConnectionPool(host='permid.org', port=443): Max retries exceeded with url:…
-
Symbology API using Postman
I want to extract Primary RIC from PermID, for this I have written a JSON in API playground using Symbology API but due to small batch size of API playground I want to use POST request in Postman to extract the same. Can you list out the ways to do it using Postman. JSON I am using is as follows: { "from": [ {…
-
What is the ID retrieved in the API?
Hello, Using the following two fields: ['TR.InvestorFullName.investorid','TR.InvestorFullName'], I may get as ID "2928306", corresponding to "Mitsubishi UFJ Financial Group Inc". If I try to use ek.get_data() with 'TR.ISIN' for the ID above then I get no match. If I try to use ek.get_symbology() I have the same issue. (For…
-
Is there a way to map PermID to all the RICs associated to that company, if a company is listed i...
...n multiple stock exchanges. Q1 I am trying to match PermID to RIC in API Playground and wanted to know if there’s a way to Identify all stock exchange listings for a particular group ? For example NIKE is listed in NYSE and ETR Stock exchanges but when I pass Nike’s PermID it only gives one output. * Is the mapping…
-
Is it possible to get company's PermID using symbology API Playground, from only passing its name...
... and incorporation country as input parameter? I have used record matching functionality where an excel of max 1000 records can be passed to get permid, but is there any other alternative using API playground to achieve it ?
-
How to extract instrument changes in eikon api
Hi I am trying to find a way to download data displayed in https://my.refinitiv.com/content/mytr/en/symbolchanges.html/ via eikon api. Will there be any method to do this? I would like to export upcoming changes in RIC/ISIN and SEDOL and also to extract data related to delisting of the companies .
-
Symbology Library Just Went Down
About 15 minutes ago, the Symbology library just went down. I'm now unable to get the RIC, ticker, and company name info. "Object reference not set to an instance of an object" is the error I get when using the Symbology library
-
Getting RICs using TR.CIKNUMBER
I need to get RICs for a list of CIKs I have in possession. I tried to use this command ek.get_symbology But it does not have CIKs as identifiers so I am wondering is there a way to use TR.CIKNUMBER to get the list of RICs for my list of CIKs. My list consists of firms under SEC "1311" industry code.
-
How to convert a RIC-list to ISINs?
I want to convert a list of RICs to ISINs. I tried with symbology: import refinitiv.dataplatform as rdp from refinitiv.dataplatform.content import symbology sv_fields5 = ["TR.ISIN"] sv_result5 = get_symbology(ric_liste, from_symbol_type="RIC", to_symbol_type="ISIN") sv_result5.data.df But I get the error "name…
-
Symbology/Symbol Conversion API does not work as intended
Example 1: When I use Symbol Conversion to convert Ticker "RDHL" into RIC, the API response is RDHL.O. The news feed however, tags all RDHL news items with the RIC "2RH0y.F". This means that if I use the Symbol Conversion tool and news feed together, I will not be able to find news items as intended. Moreover, if I try to…
-
Issue to retrieve RICS list for a given bond using Refinitiv Data under C#
Dear Developer community. i'm facing an issue to retrieve Ric list for a given ISIN by using Refinitiv Data (version beta4) under C#. Indeed, i'm used to retieve this list using TR.RICS field with Excel and also Python (as shown below), but it doesn't work when using FundamentalAndReference module under .Net and i have no…
-
get_symbology() got an unexpected keyword argument 'bestMatch'
Since yesterday when I've upgrade Eikon 1.0.2 to 1.1.16 (latest) and Python from 3.6 to 3.11, I can't use get_symbology with the parameter "bestMatch". ¿Any idea? get_symbology() got an unexpected keyword argument 'bestMatch'