Historical DPS with currency

Hi Revinitiv, I need to download historical DPS and prices for a stock. I would like all dividends paid for one stock over the last 10 years. I need ex date, DPS adjusted, DPS unadjusted, DPS currency, price adjusted, price unadjusted, and, although this can be calculated from the above, the adjustment factor. do you have example python code for this?

Best Answer

  • Alex Putkov.1
    Alex Putkov.1 ✭✭✭✭✭
    Answer ✓

    @barry.chapman

    You can find a quick example on this previous thread. However, I recommend you use CodeCreator app in Eikon, which allows you to browse or search all available fields and parameters applicable to each field, and to construct the Python code snippet for the data retrieval call, which you can copy & paste into your IDE. Fields that you're interested in are under Corporate Actions - Dividend History category in CodeCreator app.