Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 504 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 504 Bytes

amberdata-derivatives

amberdata-derivatives is a Python library to access the Amberdata Derivatives API.


Documentation: https://docs.amberdata.io/reference/information


Install

pip install amberdata-derivatives

Demo

from amberdata_derivatives import Amberdata

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