Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 1 2 4

retrieve CAMarketAdjustmentFactor data via EIKON python API

I am trying to retrieve CAMarketAdjustmentFactor from EIKON python data API.

with belowing code:

ek.get_data('000001.SZ', [ 'TR.CAMarketAdjustmentFactor', 'TR.CAExDate', 'TR.CADealDate', 'TR.CAEffectiveDate' ], {'SDate':'0D', 'EDate':'-40AY'})

or

ek.get_data('000001.SZ', [ 'TR.AdjmtFactorAdjustmentFactor', 'TR.AdjmtFactorAdjustmentDate', 'TR.AdjmtFactorAdjustmentType', 'TR.AdjmtFactorIsApplied', 'TR.AdjmtFactorUnderlyingEventId', ], {'SDate':'1980-01-01', 'EDate':'2018-08-31'})

the results just show the records from 1995.

or via Excel give me same results.

=TR("000001.SZ","TR.AdjmtFactorAdjustmentDate;TR.AdjmtFactorAdjustmentFactor","SDate=1980-06-01 EDate=2018-05-01 CH=Fd RH=IN",G1)

but within EIKON, I can see following:

So my question is how could I retrieve the two records of 1994 and 1993 at the bottom via the API.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1.png (15.9 KiB)
icon clock
10 |1500

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

Upvotes
Accepted
4.6k 26 7 22

@guogl I suggest you should contact your local Thomson Reuters office, since you can reproduce this in Excel.

icon clock
10 |1500

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

Upvotes
1 1 2 4

sure. will do

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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