Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 804 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 804 Bytes

Deribit Position Greeks

Python code that pulls in your Deribit derivatives positions, then calculates and displays the Greeks of your positions.

Go to https://github.com/cryptarbitrage-code/deribit-position-greeks for the latest code.

Follow me on https://twitter.com/cryptarbitrage for other free resources and content.

Deribit ref-link: https://www.deribit.com/?reg=1332.557&q=home (10% discount on trading fees)

GUI and Charts

Tkinter is used for the GUI, and Matplotlib is used to plot the charts.

Deribit API enpoints

This program uses the following api endpoints:

get_positions

get_order_book

get_instruments

get_instrument (not used but included in api_functions.py)

get_book_summary_by_instrument (not used but included in api_functions.py)