question

Upvotes
Accepted
3 0 1 2

Is there a way to get historical bond data from TREP-RT via RFA API?

As part of a project we need, among other things, historical time series of bonds. These time series can be displayed in EIKON. Can I also get these time series via an RFA API via TREP-RT? If so, is there any documentation on this?

treprfarfa-api
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.

@Juergen Burkart

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 20

Hello @Juergen Burkart,

You will not be able to get Eikon Time Series using RFA API interacting with local TREP.

There are several ways that you can obtain historical prices on bonds.

  • Eikon price history can be interfaced via Eikon Data API Eikon Data API -> Quickstart Guide -> Timeseries
    • This API is Python
    • It's a user level, so code will have to running on the same machine where Refinitiv Workspace/Eikon is running and for use by the single user only
  • Via TREP you may be able to obtain limited price history via RFA and legacy TS1 interface.
    • If you are in RFA8 C++, in your RFA SDK, in Examples, see StarterConsumer_TS1 example,
    • If you are on RFA8 Java, in your RFA SDK, in Examples, see Framework -> IDN -> Ts1TimeSeries
    • Both SDKs cover TS1Data in docs, C++ also includes TS1 Developer Guide
  • If neither is sufficient for your use case, the complete history, with enterprise options, is available via history products such as Tick History. It will allow to extract the full available bond price history with HTTP REST interface in your language of choice. To learn more about the product, and discuss the best option for your organization, contact your Refinitiv account manager. Additionally you can see developer's info on Refinitiv Tick History here.
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.