question

Upvotes
Accepted
2 4 3 1

Streaming Prices

I'm trying to get Streaming Prices working for some specific RICs. I've managed to get the example working and returning results:

streaming_prices = rdp.StreamingPrices(universe = ['EUR=','JPY=','CAD=','GBP='],
                                      fields = ['TIMACT','DSPLY_NAME','PROD_PERM','OPEN_PRC','HST_CLOSE','LOW_1','HIGH_1'])
streaming_prices.open()

However, when I try adopting the code for my specific example, all I get are NaN values

streaming_prices = rdp.StreamingPrices(universe = ['SON3H0','SON3M0', 'SON3U0'],
                                      fields = ['BID','BIDSIZE','ASK','ASKSIZE','TRDPRC_1','TRD_UNITS','HST_CLOSE'])

Also, TIMACT seems to provide values down to the second resolution, while I'm interested in getting streaming values with resolutions at the millisecond level. Is there a different field to use?

elektron-sdkrdp-apirefinitiv-data-platformwebsocketsstreaming-prices
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.

<AHS and Original Poster>

I moved this question from Eikon Data API to Refinitiv Data Platform forum.

Hello @jeff.kenyon,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

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


Upvote
Accepted
9.6k 10 7 7

Hello @jeff.kenyon

I also do not get the results like you face. Data is published by the feed. Hence, you should contact the feed/data team via MyRefinitiv. This is the best and speediest way to receive an answer. They will either have the answer for you right away, or will reach out to the content experts who can provide the answer you're looking for.

This forum is aimed at software developers using Refinitiv APIs. The moderators on this forum do not have the required deep expertise in all the content sets available through our products to answer your question.

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
18.2k 21 13 21

Hi @jeff.kenyon

I am not sure if you are using RDP API or Eikon Data API(Python)

Because you are posting the question to Eikon Data API but your code includes RDP API.


Regardless of the API, I see that the data fields you are requesting are not available.

So it is best to know what data fields you are interested in first.

However, the moderators here do not have deep expertise in every type of content available through Eikon or RDP.

The Refinitiv Content Helpdesk can be reached at https://my.refinitiv.com/ or by calling the Helpdesk number in your country.

You can get support from the helpdesk to look for the data fields you are interested in.


ahs.png (126.4 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.