/crypto-volatility-surface

A dashboard to visualize cryptocurrency implied volatility surfaces constructed with option data from Binance.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A dashboard to visualize cryptocurrency implied volatility surfaces constructed with option data from Binance.

Volatility Surface

Run Locally

uv run streamlit run app.py

If you are in a restricted location (like the United States) and use a proxy to access Binance, set a BINANCE_PROXY environment variable.

# For example:
BINANCE_PROXY="socks5://localhost:5000"