For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
48 1 0 5

Corporate Action Unadjusted Prices

Using Eikon Python API,

df = ek.get_timeseries(['FXPO.L'], start_date='2017-03-29', end_date='2017-03-30', interval='daily', corax = 'unadjusted')

Unadjusted price as on 29-03-2017 is 162.446552. However, the unadjusted price is actually 166.1.

Is corax='unadjusted' not the correct way to get unadjusted price? If no, what is the alternative?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpython
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
39.2k 75 11 27

This is a known issue, which was previously reported on this forum. See
https://community.developers.refinitiv.com/questions/15496/get-timeseries-corax-parameter-not-working.html

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
48 1 0 5

Found the alternative

ek.get_data(['BOB.NS'], ['TR.OFFICIALCLOSEPRICE.date', 'TR.OFFICIALCLOSEPRICE'], { 'Adjusted':'0','SDate':'2015-01-01', 'EDate':'2015-01-30','sort':'asc'});

will give unadjusted prices

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea