/python-tutorial

Primary LanguageJupyter Notebook

GVol Python Tutorial

These notebooks are intended to help you learn Python, get up to speed on basic programming concept and finally write your own options analytics code using the GVol Python module.

Lesson 1: Installation, Variables and Functions - Resources

Lesson 1 Python Code

Lesson 1 Youtube Tutorial

Install Python on Mac OS

Install Python on Windows

Additional Resources on functions and variables

Lesson 2: Using Pandas - Resources

Lesson 2 Python Code

Lesson 2 Youtube Tutorial

Pandas Documentation

Numpy Documentation

Lesson 3: Installation, Variables and Functions - Resources

Lesson 3 Python Code

Lesson 3 Youtube Tutorial

Using Plotly with Pandas

Plotly Documentation

Lesson 4:

Lesson 4 Python Code

Lesson 4 Youtube Tutorial

GVol API-Lite Documentation

GVol Pro Documentation

Use the package manager pip to install gvol.

pip install gvol

Basic GVol usage.

from gvol import GVol

#create GVol Client
gvol_client = GVol(header='x-oracle',gvol_api_key=GVOL_API_KEY)
gvol_client = GVol(header='gvol-lite-plus',gvol_api_key=GVOL_API_KEY_LITE_PLUS)
gvol_client = GVol(header='gvol-lite',gvol_api_key=GVOL_API_KEY_LITE)

##SELECT EXCHANGE: (Supported exchanges are |deribit|bitcom|okex|delta|)
exchange = 'deribit'

data = gvol_client.options_orderbook_details(exchange=exchange)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Find Edge, Capture Alpha, Slang Size. :heart: gvol.io ❤️ info@genesisvolatility.io