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
55 2 5 9

can't pull greek data

i am getting NA values for all greeks for there rics(and many others): AAK192104900.U,AAK192104900.UAAW192104900.U,AAK052104900.U,AAW052104900.U

df, exx = ek.get_data(ric_lst, ['STRIKE_PRC', 'TR.RHO', 'TR.DELTA', 'TR.GAMMA', 'TR.THETA']

also tried:

df, exx = ek.get_data(ric_lst, ['STRIKE_PRC', 'RHO', 'DELTA', 'GAMMA', 'THETA']
rt-get
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
55 2 5 9

use option watch


['TR.OPWLastRho', 'TR.OPWLastDelta', 'TR.OPWLastGamma',
                                              'TR.OPWLastTheta']

answer.gif


answer.gif (20.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.

Hello @rafi.levy1 ,

<private comment>

Thanks for taking the time to share your answer with the community!

I will include a screenshot to give the details, and accept the answer as the best answer, so that next developers with the same question can be helped. .

-AHS

thx rafi,

Any way to be able to load the greeks for historic dates?

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.