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
5 0 1 1

Corporate actions using c#

Can I achieve using C# the equivalent of the below python api call

ek.get_data(['BHP.AX'], ['TR.AdjmtFactorAdjustmentDate', 'TR.AdjmtFactorAdjustmentFactor'], {'EDate': '2018-09-29', 'SDate': '1980-01-01'}, debug = True, raw_output=True)

Kind regards

Dean

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apic#
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
18.2k 21 13 21

ahs1.png (97.5 KiB)
ahs2.png (90.6 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
39.4k 77 11 27

An alternative to the suggestion from @chavalit.jintamalit is the following library available from NuGet, which provides very similar interface to the Eikon Data APIs Python library.

https://www.nuget.org/packages/EikonDataAPI/

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.

Thanks for your response. I couldn't use the python library as it doesn't work under Metastock Xenith variant of Eikon so DEX2 it is.

Upvotes
5 0 1 1

Thanks, I have used this successfully now.

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.