Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Eikon Data APIs /
avatar image
Question by simone.da.costa · Jul 20, 2020 at 08:55 AM · eikondataapistreaming pricecodebook

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)

)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by umer.nalla · Jul 20, 2020 at 09:27 AM

Hi @simone.da.costa

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.

Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

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

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

How to pull list of LSE Stocks in Codebook app?

StreamingPrices run forever

Options from a chain ric for a specific month

Hello - While using Codebook app on Eikon, is there a way to retrieve the RICs fulfilling a certain condition- say I need to retrieve all Equity Option RICs for which FID 1056 is blank?

Install Python packages in codebook

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges