retrieve bond ISIN issued by a list of firm RICs

Hi! I have a list of RICs around 700 firms. I am trying to find ISIN of their issued bond for a typical year (for example 2020). How can I use API for this issue? Many thanks!
Best Answer
-
As @aramyan.h has pointed out, the one API that could provide such information is the Search API. With this, you can experiment the results based on any desired query.
For example, here is a simple experimental query for Microsoft:
The above does provide some general details that could be relevant to determine the issued bonds for Microsoft. However, I did not find the actual RIC associated with each of these hits. The best I could do was capture the Ticker - which may be sufficient.
Now, to actually capture the list of ISINs issued within a given year, you can to something like this:
Here are the top 10 hits for 2017. Now, with Search, if you want to be more specific, you could apply additional filters based on your requirements. But I think this could be a good start for your investigation.
0
Answers
-
Hi @jiayin.meng.20 ,
I have posted an answer to a similar question here proposing Search capabilities of Refinitiv Data Libraries for Python.
Please check it here: How can I use python to get issued bonds of an issuer for a given issuer's Ticker? - Forum | Refinitiv Developer Community
Best regards,
Haykaz
0 -
@nick.zincone Thank you so much for providing this query. May I ask if I could add the item "Announcement Date" in this query? Actually, I haven't found this item in the Advanced Search.0
-
Thank you so much0
-
You can try adding the "FirstAnnouncementDate":
Also, you can apply the date filter against this field if that is more applicable.
0 -
0
-
Hi @nick.zincone , may I ask how can I export this result into excel? I try to write code as follows, but it fails.
import pandas as pd
import refinitiv.data as rd
rd.open_session()
result = rd.discovery.search(
view = rd.discovery.Views.GOV_CORP_INSTRUMENTS,
filter = "(DbType eq 'CORP' and RCSAssetCategory eq 'A:J' and DebtType ne 'SYKHYB' and DebtType ne 'SUK*' and IsConvertible eq false and ((IssuerOrgid eq '27965') and IsGreenBond eq false and (IssueDate ge 2013-01-01 and IssueDate le 2013-12-31)))",
select = "FirstAnnouncementDate,CouponRate,MaturityDate,IssueDate,ISIN,FaceIssuedUSD,RCSConvertibleLeaf,IsGreenBond,IssuerOrgid"
)
if result.data:
data_df = pd.DataFrame(result.data)
excel_path = 'E:\\RIC-2013_conventional.xlsx'
data_df.to_excel(excel_path, index=False)
print(f"Data successfully written to {excel_path}")
else:
print("No data retrieved."
rd.close_session()0 -
The call to export you have is generally correct. However, I have no idea what fails or if the drive you specified 'E:' exists. I would simply just specify the filename to ensure you can export.
data_df.to_excel("test.xlsx")
This site is not responsible for pandas dataframe issues so if the above fails, then I would recommend contacting the Python community or the Pandas discussion boards.
0
Categories
- All Categories
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 33 Data Model Discovery
- 682 Datastream
- 1.4K DSS
- 613 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 248 ETA
- 552 WebSocket API
- 37 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
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.8K Refinitiv Data Platform
- 625 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
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 191 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 83 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛