Defining Color output StreamingPrices

I would like to know how I could apply color definitions to my StreamingPrices function. for example if the field MKT_HIGH gets updated I want the update to display in green and if MKT_LOW gets updated I want the display to be shown in red. I have seen some information around ASPI color codes but I can't seem to get into the StreamingPrices far enough to adjust it myself.
streaming_prices = rdp.StreamingPrices(
universe = dowjones_constituents,
fields = ['MKT_HIGH','MKT_LOW'],
on_refresh = lambda streaming_price, instrument_name, fields:
display_refreshed_fields(streaming_price, instrument_name, fields),
on_update = lambda streaming_price, instrument_name, fields,:
display_updated_fields(streaming_price, instrument_name, fields),
on_status = lambda streaming_price, instrument_name, status :
display_status(streaming_price, instrument_name, status),
on_complete = lambda streaming_price :
display_complete_snapshot(streaming_price)
)
Best Answer
-
The StreamingPrices class will just return data back - the format and container type of the data depending on how you access the data.
In terms of how you display the data - that is up to you using python code.
e.g. the display_complete_snapshot() callback I am guessing is the same as in the official examples - so that calls get_snapshot() which returns a Pandas Dataframe - which is then displayed using the display() method. If you want to change the colours on certain conditions, you could use conditional formatting of the Pandas datagram - for example as described in this 3rd party tutorial.
The other callback methods in the above example such as the on_update() callback above, receive a Python dict containing the field values - which are then dumped out to the console.
If you want to update the dataframe each time you get an update, you could map those fields to the existing dataframe and update the relevant cells. OR you could just call get_snapshot() again to get the full dataframe, compare to the existing dataframe and use conditional formatting to change the colours - not tried anything of this - just thinking of the approaches I would consider.
The above is on the assumption that you are using our RDP Examples and want to keep code changes to a minimum.
You could always explore other Data visualisation frameworks to show your data .e.g. Dash or ipysheets - just two of the frameworks I covered in my recent Webinar - see the examples here.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 652 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛