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 wasim · Jan 18, 2018 at 08:52 AM · get_dataget_timeseriesmissing datavwap

Missing dates for get_timeseries and no VWAP data for German stocks

  • When using the ‘get_timeseries’ function if I specify a date range for the previous 2 weeks on these two RICs, ‘ARONL.S’ and ‘SCF.L’ no data for the dates ‘2018-01-05’ and ‘2018-01-08’ get returned even though these are trading days for their respective exchanges. Why is this?
  • I can’t seem to collect the timeseries VWAP prices for German and Oslo stocks. I have tried using the ‘get_data’ function and calling the variables ‘TR.TSVWAP’ and ‘VWAP.Value’ however it always returns an empty dataframe. The slightly confusing thing for me is that I can collect the VWAP prices using the process table in Excel, so the data is there.

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 Zhenya Kovalyov · Jan 18, 2018 at 09:44 AM

@wasim,

1. Some of the instruments may not be traded daily due to illiquidity. For instance, I could not find any trades for ARONL.S for 2018-01-05. Here is the request and the result:

ts = tr.get_timeseries(rics=['SCF.L', 'ARONL.S'], fields="CLOSE", start_date='2018-01-01', end_date='2018-01-20', interval="daily")

2. For VWAP, you try this:

response, err = tr.get_data(instruments=['SCF.L', 'ARONL.S'], fields=['TR.TSVWAP.date','TR.TSVWAP.value'], parameters={'Frq':'D','SDate':'0','EDate':'-9'})

vwap = response.pivot_table(values='VWAP', index=['Date', 'Instrument']).unstack('Instrument') 


screen-shot-2018-01-18-at-143641.png (72.3 KiB)
screen-shot-2018-01-18-at-144345.png (77.6 KiB)
Comment

People who like this

0 Show 2 · 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.

avatar image
wasim · Jan 18, 2018 at 10:22 AM 0
Share

From what I can gather from the answer to my first question is that when there are missing dates its purely down to illiquidity of the stock and consequently being no data in your database. For the second part of my question regarding not being able to obtain historic German VWAP data, this still doesn't work.

avatar image
REFINITIV
Zhenya Kovalyov ♦♦ · Jan 18, 2018 at 10:33 AM 0
Share

@wasim, I have looked at .GDAXI constituents, and none seem to have TR.TSVWAP populated, so seems like something to do with stocks listed on Deutsche Boerse. At this point, I suggest to contact your local Thomson Reuters Support Desk for the explanation. You can refer to the data absent in Eikon Excel, since they are using the same back ends.

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

Related Questions

Retrieving historical minute-by-minute VWAP values

Adding year/qtr/date to data frame retrieved from get_data function

How to sort an ek.get_data request by instrument and fiscal period (absolute)?

Python code to retrieve historical point in time daily futures curve (replicate Eikon for Excel below)

Data point limit for get_data and get_timeseries?

  • 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