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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonc#
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
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Upvotes
39.2k 75 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 5.0 MiB each and 10.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 0 0

Thanks, I have used this successfully now.

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