Projects
YFinance Market Data Observability Platform
A real-time observability platform that monitors and analyzes requests to the YFinance API. Built with FastAPI, using Prometheus for metrics collection and querying, and Grafana dashboards for visualization. Each service runs in its own Docker container for easy deployment and scaling.
Running this query in Prometheus shows the distribution of API traffic - you can see the mix of price lookups, historical data pulls, and info requests over time.
This query shows how many times each stock symbol (AAPL, GOOGL, MSFT) was requested, tracking the frequency of symbol lookups in our test requests.
AI Equity Research Assistant
An AI-powered chatbot using RAG (Retrieval Augmented Generation) to help investors analyze SEC filings through natural language conversations. Built with vector search to intelligently process 10-K/10-Q reports, making financial research more accessible and intuitive.
Built in under 15 hours at the MongoDB GenAI Hackathon in April 2024.