A FastAPI service for calculating cryptocurrency portfolio values using Buda.com price data.
You can watch it live at: https://buda-portfolio.onrender.com Docs: https://buda-portfolio.onrender.com/docs
- Portfolio value calculation
- Multi-currency support
- Buda.com price integration
- Health check endpoint
uv run fastapi dev src/main.pyuv run pytestGET /health- Health checkPOST /portfolio/value- Calculate portfolio value
- Python 3.12+
- uv package manager