Market Watch
Track stocks and ETFs with a personal watchlist and interactive charts.
Pro Feature
This feature requires a Pro subscription or higher. Learn about plans →
Overview
Market Watch lets you track stocks, ETFs, and other securities. Build a personal watchlist and view real-time quotes, daily changes, and interactive price charts powered by Yahoo Finance data.
Watchlist
- Search for symbols and add them to your watchlist.
- Items are ordered by your preference (drag-to-reorder).
- Each item shows the current price, daily change (absolute and percentage), and a mini sparkline.
Charts
Click any watchlist item to open an interactive line chart with configurable time ranges (1D, 5D, 1M, 3M, 6M, 1Y, 5Y). Charts display OHLC data with a reference line at the previous close.
Chart data is fetched from /api/markets/chart which proxies Yahoo Finance with server-side caching.
Data Source
- Yahoo Finance API — Used for quotes, search, and chart data.
- Server-side proxy — All calls go through Next.js API routes to avoid CORS issues and enable caching.
- Search — Symbol search with exchange and name autocomplete.