question

Upvotes
Accepted
3 0 0 4

Market / Index Summary - RFA.Net - How To Request Realtime Data?

Is there a sample / Code on how to request Index Summary / Market Summary RealTime?

Currently using,

Service: ELEKTRON_DD
API: RFA .NET
Language: .NET ( C# )


Thanks,

elektron#technologyrfac#.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.

Upvotes
Accepted
79.8k 257 52 74

@amahdy

You can subscribe to a chain RIC (0#.NDX) to get all RICs enlisted under NASDAQ 100 index.

There is the StarterConsumer_Chain example in the RFA.NET package. The output looks like this:

1669269814368.png

After getting all items, you can use Market Price requests to get real-time data of those items.


1669269814368.png (44.9 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.

Upvote
17.7k 82 39 63

Hi @amahdy

I would suggest you review the learning material around this API:

https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time/robust-foundation-api-raf-net/tutorials

When using any of the realtime APIs, the data you request for is independent of the API - that is, you need to determine what data you want and you feed it into your request using the API. For example, if you are interested in the market summary for Nasdaq, you will request for this information using the RIC code: .NDX

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
3 0 0 4

Hi @nick.zincone

After searching for .NDX we found that it is a stock market index ( NASDAQ 100 index ), we would like to receive data-feed on both Markets "All Stocks enlisted under the stock market" and Indices.

then will we subscribe to Market Price domain, or we will use another one?


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.