question

Upvotes
Accepted
23 4 3 6

Requesting historic bar data via RFA

Its great that you have all those examples in the RFA.NET package but Im sorry it does not cover the basics and gives zero over site.

Where can I find examples of how to build send and receive requests for Historic Bar Data, ie 1 min bars for CLc1.

Where can I find examples of how to subscribe to Economic release.

A simple guild on how to build and send requests would be good.

datahistorical.net
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.

@gordon.konheiser

Hi,

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 most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@gordon.konheiser

Hi,

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

Thanks,

AHS

Upvote
Accepted
22k 58 14 21

Hi @gordon.konheiser,

Have you seen the Quickstart and step by step tutorials for RFA.NET. They cover the basics of how to build and send the request. Please note that RFA is a feature complete (legacy) API and we encourage the new applications to use the EMA API, or the Websockets.

RFA and the EMA are geared towards the streaming real time data consumption in an application. As such, historical data is not delivered through these real time channels, and we offer different products like Refinitiv Tickhistory or RDP for that. I would recommend that you speak to your Refinitiv account manager about your requirements, and they would be able to guide you to an appropriate product.

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.

Upvotes
23 4 3 6

Are there APIs for .NET compatible with .net 6 ?

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.

Upvotes
22k 58 14 21

EMA is only available in Java and C++. For .NET, you could use Websockets API. Here are some of the C# examples. You can start from the MarketPrice.cs example and also follow the tutorials I linked in the previous post.

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.

Upvotes
23 4 3 6

What veriosn of .NET is that ?

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.

Upvotes
23 4 3 6

Ive just downloaded that , its an old version of .net , 4.5.2 . Are there any apis that are .net 6 (modern standard)?

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.

Upvote
22k 58 14 21

There are no out of box sample for .NET 6 right now.

The Websockets is not an API but a protocol specification and the user is free to implement this specification in any language/version or platform they need. We provide some examples in magnitude of languages, but you can use that as a baseline to build it for .NET 6.

As seen in the MarketPrice example, it depends on the third party JSON and Websockets modules. You can use either the ones shown in the sample, or other ones of your choice.

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.