Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 1

How to receive Soybean(CBOT future, ticker= Sc1)streaming price

Hello, I am rying to receive a streaming price of soybean price(ticker=Sc1). streaming_prices = ek.StreamingPrices( instruments = ['Sc1'], fields = ['DSPLY_NAME', 'CF_BID', 'CF_ASK','CF_Last'], on_update = lambda streaming_price, instrument_name, fields : print("Update received for {}: {}".format(instrument_name, fields)) ) streaming_prices.open() I used this code, but it won't work.
eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apistreaming-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.

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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