What this tool shows
A live snapshot of stock prices from Yahoo Finance. Type one or more ticker symbols and you get the current price, day change, 52-week range, market cap, P/E ratio, dividend yield, and a mini 7-day chart, all on one screen.
You can look up to 10 tickers at once by separating them with commas (AAPL, MSFT, NVDA). The tool handles US and international exchanges through Yahoo's suffix system (.WA for Warsaw, .L for London, .DE for Frankfurt, .PA for Paris, .TO for Toronto). Click any price to copy it, or copy the full JSON snapshot for use in a spreadsheet.
How to use it
- Type one or more tickers in the Tickers field, comma-separated. For example: `AAPL, MSFT, GOOGL`.
- For non-US stocks add Yahoo's exchange suffix: `CDR.WA` (Warsaw), `SAP.DE` (Frankfurt XETRA), `HSBA.L` (London), `MC.PA` (Paris), `SHOP.TO` (Toronto).
- Or click a sample chip at the top (AAPL, MSFT, NVDA, GOOGL, AMZN, TSLA) for one-tap loading.
- Click Get quotes. Each ticker becomes a card with price, change, day and 52-week range, market cap, P/E, dividend yield, volume, and exchange.
- Look at the 7-day mini chart on each card to see the short-term trend.
- Click a ticker to copy it. Click the price to copy the current quote.
- Need everything at once? Hit Copy full snapshot (JSON) to grab the complete payload for a spreadsheet, model, or LLM prompt.
- Click Refresh to force a fresh fetch. Cached responses (60 seconds) are served instantly and do not burn your rate limit.
When this is useful
Six common situations where the snapshot pays for itself:
- Daily portfolio check. Paste your six biggest holdings, see green or red at a glance, decide whether you need to dig deeper. Faster than logging into your broker.
- Researching a stock: type the ticker, see the P/E ratio and dividend yield in one second, decide if it is worth opening the 10-K filing.
- Comparing peers side by side. AAPL vs MSFT vs GOOGL, or PKN.WA vs MOL.BD, all on one screen. The 7-day chart tells you who is winning the week.
- Writing about markets: journalists and bloggers grab the current price, market cap, and 52-week range into copy without clicking through 10 Yahoo Finance tabs.
- Building a watchlist for a spreadsheet: hit Copy full snapshot (JSON) and paste it into Google Sheets. The JSON contains everything you need for a quick model.
- Sanity-checking a broker quote: your broker shows a price, you want to verify against an independent source before placing a 50k order. Yahoo's quote is the de facto reference for retail.
Related tools: currency converter, CAGR calculator, DCA calculator, stablecoin peg monitor.