Get ID changes using Python API.

Hello,
I'd like to know if there's a way to keep track on ISIN/SEDOL/Any other identifier changes for a given company.
Is there a way to do this with the Eikon API?
Thanks for your time!
Best Answer
-
Hi,
To check the historical changes you can try with:
ek.get_data('MTBC.F',["TR.ISIN","TR.ISIN.date"],{'SDate':0,'EDate':-20,'FRQ':'Y',})
the same should work with TR.RIC or TR.SEDOL.
@22ca8780-99e4-42fa-9ca2-b27abad3c0c4_deprecated_52290d28-5651-43dc-98eb-52c06ef37810
Thanks
0
Answers
-
Thanks a lot for your help!
I tried this using dates as inputs and didn't succeed. Why would that be?
ek.set_app_id('8A7A8AE30B105E8CDB41')
freq='D'
sDate='01/15/2007'
eDate='01/31/2007'
data = dict() #creating and updating dictionary
data.update(Sdate=sDate)
data.update(Edate=eDate)
data.update(Frq=freq)
df = ek.get_data(rics, 'TR.ISIN', data)0 -
It's hard to tell without knowing what RICs were used in the request. The date range you're querying is only 16 days. Are you sure there were any changes in ISINs for the RICs in your request within this 16 day period? If you provide an example of the RICs, then we can look further.
0 -
Hi Alex!
Yes, I know that most likely within that time range hardly we'll see any changes. But even so, I should have an output if I request information within those days, right? Or should I use a much broader time range to make it work?
Perhaps something like:
sDate='01/15/2000'
eDate='01/31/2007'Would that be good?
Attached to this message I have a sample of the RICS I'm working with at the moment.
Thanks for your valuable help!
0 -
Hi @22ca8780-99e4-42fa-9ca2-b27abad3c0c4_deprecated_52290d28-5651-43dc-98eb-52c06ef37810 ,
In your syntax you are missing TR.ISIN.date
df = ek.get_data(rics, ['TR.ISIN','TR.ISIN.date'], data)
Your example with broader time window gives more non empty results.
Please also make sure that the RIC was active on that date as few examples from your list contains instruments that were listed quite recently. Try to set up eDate to today's value to check that all the fields are non empty.
0 -
One question about this, specifically speaking of RICs:
I thought RIC was an ID we could use to map all other ID's, despite it being changed from time to time, "delisted" RICs still could be used to map new stuff (even newer RICs).
Is there an ID that serves for this purpose?0 -
The relationship between various IDs is as complex as the relationship between entities they identify: companies, legal entities issuing financial instruments, financial instrument issues and venues where the latter are traded. All are dynamic and change over time. I'm a bit lost in what exactly you're looking to track, but I think you may want to take a look at the concept of PermID, which you can explore on https://permid.org. In Eikon PermIDs can be retrieved using field names TR.OrganizationID, TR.InstrumentID, TR.QuoteID. PermIDs can also be used as inputs to retrieve corresponding ISINs
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 687 Datastream
- 1.4K DSS
- 621 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 4 Trading API
- 2.9K Elektron
- 1.4K EMA
- 254 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 669 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 229 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛