Hello, I am interested in fetching Government Auctions data for G8 countries pythonically through the refinitiv.data API.
I am currently utilizing the rd.discovery.Views.GOV_CORP_INSTRUMENTS
to do this. However, the issue is that in this View, it seems like the data are overridden if there is a new re-opening auction for a given bond.
For example, the following 10Y Gilt with ISIN: GB00BQC82C90
is only referenced once in the View, with the latest AuctionDate
being 2025-01-15
.
However, this is a re-opening. GB00BQC82C90
has been auctioned a few times, which can be seen below:
This csv was extracted from the G8 Government Auctions app in Workspace, see below:
Is there any way I can modify my query to handle re-openings (similar to Workspace) or these are lost in the current View setup? Is there any other recommended way I could get the data from the G8 Government Auctions page?
Thank you.