How to access greeks through api?

is there any way to access option chain data especially greeks data through zerodha api? or through any other 3rd party api?

1 Like

Zerodha’s API doesn’t provide option Greeks directly. If you need real-time Greeks and complete option chain data, it’s worth checking with data vendors like Accelpix or anyother vendor. They provide market data solutions, and you may find the Greeks data you’re looking for through their API or data feed.

1 Like

@zaz You can compute the option greeks using any BSM library. :black_heart:

First compute the IV iteratively that produces the CMP. :heavy_division_sign:
Then compute the greeks using that IV value. :infinity: