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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
21 0 0 0

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

1 Answer

Upvotes
Accepted
21 0 0 0

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

thx rafi,

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

Click below to post an Idea Post Idea