4 Comments

Hello, this is an area of interest for me. Do you have any articles on how to calculate IV,Greeks,implied dividend etc based on options price,strike,Daystoexpiry in a batch mode for lot of symbols in a csv file? I am able to do this only for few.. others error out. Appreciate any pointers. Thanks

Expand full comment

Are you using Python ? I think it has a library for calculating IV, Greeks etc in batch

Expand full comment

Yes but very slow. Briefly looked at the vectorized library but couldn’t get it working. Any pointers would be great. Thanks

Expand full comment

If you want speed, then you should use C and/or C++. I'm using it in live trading, so must be fast enough. If you want off the shelf program, then look at quanlib. Otherwise you can take the codes from J London books, then compile them yourself

Expand full comment