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 dlevashov · Jul 25, 2018 at 08:04 AM · fundsdividendfundpython fund

Fund Distribution Retrieve Dividends via Python API

symbol = "SITGX.O"
params = {'SDate': '2015-01-01','EDate': '2018-07-25'}df, err = ek.get_data(symbol, ["TR.DivExDate", "TR.DivRecordDate", "TR.DivPaymentDate", "TR.DivValue", "TR.DivCurr"], params)outStr = df.astype(str)
sys.stdout.write(str(df.T._get_values))
sys.stdout.flush()

This code will return dividends data for any stock symbol f.e. AAPL.O. But when I request dividends history for some fund f.e. SITGX.O it returns NaN values.

But in the Eikon GUI I can see dividends history in the SITGX.O > Events -> Fund Distribution -> Distributions table:

How can I acces it via Python API?

Thanks in advance.

dist-table.png (22.8 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
Best Answer
Answer by dlevashov · Jul 25, 2018 at 08:14 AM

Here the answer:

df, err = ek.get_data(symbol, ["TR.FundExDate", "TR.FundDiv"], params)

Will return dividends for Funds.

Comment
Zhenya Kovalyov

People who like this

1 Show 1 · 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
fgaspar · May 26, 2020 at 03:09 PM 0
Share

What is the field to get type of Fund dividend? ...something like"TR.FundDivType"

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

Related Questions

Can I get decent hedge fund data via Eikon?

Attempting to pull data for funds - PCTCHNG (data item browser)

Forecast Dividends for Next 12 months using python API

Would like to classify all funds the same ie: Exchange Traded Funds (ETFs) , Mutual funds etc. What data item code can I use that will blanket cover the different funds?

Can I get point in time dividend data (available as of past date only at each point of time) using the python api?

  • 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