Skip to content

genesis-volatility/gvol-py-notebooks

Repository files navigation

GVol API - Jupyter Notebook

These notebooks are intended to get you up to speed FAST. Drop in your GVol API key in the notebook and start your analysis. Remember to pip install dependencies.

Installation

Use the package manager pip to install gvol.

pip install gvol
pip install -r requirements.txt

Usage

Basic GVol usage.

from gvol import GVol

#create GVol Client
gvol_client = GVol(header='x-oracle',gvol_api_key=GVOL_API_KEY)

##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 ❤️

Example Charts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages