Skip to content

genesis-volatility/gvol-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

199 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GVol

Deprecated Latest Version Supported Python Versions Main Workflow Documentation Status Code style: black

GVol Python library has Migrated to the Amberdata Derivatives SDK.


Install

pip install gvol

Demo

from gvol import GVol

gvol_client = GVol(header='x-oracle', gvol_api_key="ENTER YOUR API KEY HERE")

options_orderbook = gvol_client.options_orderbook(
    symbol="BTC", exchange="deribit"
)

print(options_orderbook)

About

GVol is a Python library to access the GVol API.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages