I made a Python Library that calculates options greeks for you!
u/CheeseBear99 ·
Reddit — r/options
· 2026년 4월 8일, 01:32
· ⬆ 15 포인트
· 💬 4 개 댓글
| Reddit에서 보기 ↗
분석 결과가 없습니다.
점수15
댓글4
추천 %80%
▶ 전체 게시글 텍스트
Hey guys!
I made a python library which calculates option greeks and derives implied volatility using market prices. It is pretty performant, highly accurate, and simple to use!
To use it in your own trading or backtesting code just do "pip install greeksforgeeks" to install the python library. Check out my github for information on how to use its methods, and for more information on how it works!
[https://github.com/CheeseBear99/GreeksForGeeks](https://github.com/CheeseBear99/GreeksForGeeks)
Hope you guys like it, and give me suggestions of more projects that I could work on that you guys would like!