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 vanderkroon · Dec 04, 2020 at 10:44 AM · python apieikondataapipython eikon#eikon

How do I retrieve a price for US92204A7028 Vanguard Information Technology Etf traded at NYSE ARCA?

I have attempted to retrieve a price for US92204A7028 Vanguard Information Technology Etf as follows:

df = ek.get_data('US92204A7028', ['TR.NETASSETVAL.date', 'TR.NETASSETVAL'],
                        {'SDate': '-2Y', 'EDate': '0D'})

to no avail. This is what I use for Mutual Funds and some ETF's (e.g. VanEck's).

For regular securities I use the code hereunder, now with the ripper code as parameter:

ek.get_timeseries(['40091394'], fields=['OPEN', 'CLOSE', 'HIGH', 'LOW', 'VOLUME','TR.FundSFFactor'],start_date='2020-01-01', end_date='2020-12-04')

This didn't produce meaningful results either.

Please clarify.

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 zoya.farberov · Dec 04, 2020 at 07:54 PM

Hello @vanderkroon,

Try:

df, err = ek.get_data('VGT', ['TR.NETASSETVAL.date', 'TR.NETASSETVAL'],
                         {'SDate': '-2Y', 'EDate': '0D'})
df

It produces the net asset results, from my testing.

The difference seems to be, that 'US92204A7028' maps to many 'VGTx' RICs. Many of which do not support net asset values, according to DIB review.

For instance:

Hope this helps


vgt.gif (228.1 KiB)
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 >
11 People are following this question.

Related Questions

Price data missing for several RIC's using ek.get_timeseries in python API

Server Error: code 500 by downloading the data from eikon

Gap in FX data via Eikon API

Python Standarized balance Sheet, Income Statement and CashFlow

Unpopulated TR.ExchangeCountry vs. populated TR.HeadquartersCountry

  • 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