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 0

I need to use get_data to get the PGA2298 content.

PGA2298 is an object of Quote. I need to use Eikon API get_data to get the PGA2298 content. But get_data can only be used like:

ek.get_data(['PGA2298'],['TRDPRC_1', 'BID', 'ASK', 'ACTIV_DATE', 'TIMACT'] )

So my question is how can I get the content of PGA2298 . Is there a special Field for the content ?

Thanks

#contentpython apiquote
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.

1 Answer

· Write an Answer
Upvotes
Accepted
5.9k 21 2 6

Hi @liu-siyuan ,

For a list of the data items usable in that function, please look intot the DIB.

Also, may I suggest you use the RD Lib. for Python for future proofing? The Eikon Data Library for Python will be deprecated this year.

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.