Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

GVol is a Python library to access the GVol API.

Notifications You must be signed in to change notification settings

gravity5ucks/gvol-py

 
 

Repository files navigation

GVol

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

GVol is a Python library to access the GVol API.


Documentation: https://gvol.readthedocs.io/en/latest/index.html


Install

pip install gvol

Demo

from gvol import GVol
from gvol import Amberdata

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)

amberdata_client = Amberdata(api_key="ENTER YOUR AD API KEY HERE")
amberdata_client.get_term_structure(currency='BTC', exchange='deribit')

About

GVol is a Python library to access the GVol API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%