📈 Stock Data Server

✅ Server is running and ready

Real-time stock data from Yahoo Finance via web scraping

📚 View API Documentation

Available Endpoints

GET
/api/price/{symbol}

Get current price for a stock symbol

GET
/api/quote/{symbol}

Get full quote data for a stock symbol

GET
/api/historical/{symbol}?start=YYYY-MM-DD&end=YYYY-MM-DD

Get historical OHLCV data for a stock symbol

GET
/api/search/{query}

Search for stock symbols by company name

POST
/api/stock-summary

Get detailed stock summary (with caching)

Server Information