question

Upvotes
Accepted
20 0 1 6

How to pull bond yield through RESTful API export from the platform?

How to pull bond yield through API export from the platform? we are doing daily valuation on our funds, and would like to have the prior day's closing yield fed to the system automatically.
We are trying to determine if you offer a RESTful implementation of your service. We want to be able to call it from an ETL job from Azure Data Factory to get the daily updates as part of a batch process.
Please advise, and if supported provide documentation.

Product: Refinitiv Workspace


The documentation notes that the python examples require the Refinitive app installed and running in a Windows or Apple computer. The app acts as a data proxy that fetches data requested by the python scripts from your back end.


This is not a RESTful api (based on https calls to an endpoint that you host), such as other service providers offer. Do you offer a RESTful interface at a different subscription level, or not at all?


What we are trying to implement fully automated updates for GOC bond yields for our commercial loan servicing VM. Our preference is to call your back end for this data with having to dedicate and manage a computer to host your app as a proxy.

workspaceworkspace-data-api#productapi#content
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@dianne.palmario

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
78.9k 250 52 74

@dianne.palmario

You can try Refinitiv Data Platform. Refinitiv Data Platform provides simple web-based API access to a broad range of content. It required an internet connection to retrieve data from Refinitiv Data Platform.

For example, you can get historical trade yield through this endpoint: https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/075887BX6=FINR?interval=P1D&count=20&fields=TRD_YLD1.

The output looks like this:

1667369121629.png

There are other endpoints available in RDP to retrieve other data, such as fundamental data, news, and ESG.

Instead of directly sending HTTP requests to RDP, you can also use Refinitiv Data Libraries which are ease-of-use APIs defining a set of uniform interfaces providing the developer access to the Refinitiv Data Platform.


1667369121629.png (58.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.