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 COM /
avatar image
Question by armandnaude · Sep 19, 2016 at 09:13 AM · eikoneikon apieikon comcontent

Retrieve Historical price and fundamental data Eikon API

How and to what extent do I have access to historical End of Day pricing, fundamental and financial data with Eikon API (.net and when it is available for access the python scripting API)

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.

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by Zhenya Kovalyov · Sep 19, 2016 at 09:17 AM

You can have access only to real-time and time series, while the fundamental data is not available in the .NET Data API.

For all of this you can use the legacy COM APIs.

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
armandnaude · Sep 23, 2016 at 03:03 AM 0
Share

Thank you kindly Zhenya Kovalyov.
Could you please provide an example, or refer me to where i could get one, on how to get the fundamental/financial data for a stock 10 years ago?

avatar image
ant1bball armandnaude · Mar 02, 2018 at 06:33 PM 0
Share

You can get historic values of data using the python like this (example apple ebitda 10 years ago):

import eikon as ek
ek.set_app_id('1234567890') <- put your key
df, err = ek.get_data('AAPL.O','TR.EBITDA(SDate=-10Y,Period=FY0)',raw_output=True)

You can browse for the data you want in the eikon api proxy data browser in the red circle search box, then check for the time period you are interested in the blue circle, and in the green area you will have the parameter you can use as input to the python ek.get_data function:

I hope it helps :)

eikon.png (106.4 KiB)
avatar image
Answer by lars.k · May 02, 2018 at 08:08 AM
ek.get_timeseries works perfect!

>>> import eikon as ek
>>> ek.set_app_id('set your app id here')
>>> req = ek.get_timeseries(["MSFT.O"], start_date = "2017-02-01T15:04:05",
>>>                          end_date = "2017-02-05T15:04:05", interval="tick")
>>> req = ek.get_timeseries(["MSFT.O"], start_date = "2017-03-01",
>>>                          end_date = "2017-03-10", interval="daily")
>>> req = ek.get_timeseries(["MSFT.O"], start_date = get_date_from_today(150), 

>>> end_date = get_date_from_today(100), interval="daily")

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

Related Questions

Eikon APi -Retrieve constituents?

Eikon .NET APIs: Fetch options chains/data

Example of historical price and fundamental data retrieval for stocks

ERROR #360f - AdxRtList

Is there any API that provides EJV fields?

  • 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