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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonstreaming-prices
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
18k 21 12 20

ahs.png (38.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea