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

Trying to download an assortment of fields (10Y history) for Honda motors. I am getting duplicate results, with inconsistent years and potential currency issues, with the following query.


df, err = ek.get_data(

instruments = 'JP3854600008 ',

# instruments = inputs,

fields = [

'TR.CashAndSTInvestments.date',

'TR.EV.value',

'TR.CompanyMarketCap.value',

'TR.CashAndSTInvestments.value',

'TR.TotalDebtOutstanding.value' ],

parameters = {'Frq':'FY','SDate':'0','EDate':'-10', 'CURN':'USD'}

)



eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-data-platform-eikon
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.

@John.Simmons

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
14.2k 30 5 10

Hello @John.Simmons

Could you please share the output you got and point out the problem, so I could do further investigation

Below is the screenshot of the output I got, it doesn't seem to be duplicated and currency of each field is USD

qna-003.png


qna-003.png (80.3 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.

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.