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 fidel.esteves · Oct 08, 2020 at 12:47 PM · pythonpython apifieldscount

What is the field COUNT and what does it mean when it is assigned with -1?

I am requesting SPY data via API calls - python.

I have seen from a previous question that it means the number of quotes received within the time interval .

However, my issue is that it sometimes returns -1 and sometimes returns NaN. Look what happens when I concatenate the dataframes:



1602161016275.png (21.2 KiB)

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 jason.ramchandani · Oct 08, 2020 at 03:34 PM

@fidel.esteves As the thread you mentioned explains - count is mainly used for OTC market instruments - where there is no volume indicated eg FX market and it represents number of quotes. For an exchange traded instrument this is number of trades.

To get this for SPY you should use an exchange traded primary RIC (SPY.N) using the timeseries call:

df = ek.get_timeseries('SPY.N') df

Alternatively, you can use the volume indicator and also the field TR.NUMBEROFTRADES which is available as an end of day series using the get_data function.

df, err = ek.get_data('SPY.N',['TR.Volume.date','TR.Volume','TR.NUMBEROFTRADES'],{'SDate':'0','EDate':'-10D','FRQ':'D'}) df

I hope this can help.


1602171294008.png (125.0 KiB)
1602171559861.png (129.5 KiB)
Comment
fidel.esteves

People who like this

1 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 >
11 People are following this question.

Related Questions

Get Instruments by exchange or country?

python can not get the "TR.MIDPRICE" data of “AUDQM3AB3Y=”,however the excel can do it

EIKON API PYTHON AUTOMATION

[Python API] How to retrieve competitors or similar companies list

For TR.TotalReturnYTD field, how to change it to a customized version?

  • 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