Skip to content

Instantly share code, notes, and snippets.

@jace48
jace48 / GetIVGreeks.py
Last active February 20, 2024 05:58 — forked from ShabbirHasan1/GetIVGreeks.py
Python Class To Calculate Options IV and Greeks
# -*- coding: utf-8 -*-
"""
:description: Python Class To Calculate Options IV and Greeks
:license: MIT.
:author: Shabbir Hasan
:created: On Thursday December 22, 2022 23:43:57 GMT+05:30
"""
__author__ = "Shabbir Hasan aka DrJuneMoone"
__webpage__ = "https://github.com/ShabbirHasan1"
__license__ = "MIT"