Skip to content

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

License

Notifications You must be signed in to change notification settings

joshuapjacob/crypto-volatility-surface

Repository files navigation

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"