Get Real-Time Stock Quotes
Fetch live stock prices, bid/ask spreads, and trading volume for any publicly traded company.
Quotes, history & analyst insights
Real-time and historical data for stocks, ETFs, indices, futures, forex, and crypto. Quotes, OHLCV history, side-by-side comparisons, market movers, and analyst insights with technicals, valuations, price targets, and bull/bear theses.
Get current price, daily change, volume, and 52-week range for one or more ticker symbols. Supports stocks, ETFs, indices (^GSPC, ^DJI), futures (GC=F, CL=F), forex (EURUSD=X), and crypto (BTC-USD).
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "get_quote",
"input": {
"symbols": "AAPL,MSFT"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for ticker symbols by company name, keyword, or partial match. Returns matching stocks, ETFs, indices, futures, and crypto with exchange, sector, and industry info, plus related news articles.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "search_symbol",
"input": {
"query": "tesla"
}
}' \
https://api.toolrouter.com/v1/tools/callHistorical OHLCV (open, high, low, close, volume) data with adjusted close. Supports intervals from 1 minute to 3 months, ranges from 1 day to max history. Optionally includes pre-market and after-hours data. Works for stocks, ETFs, indices, futures, forex, and crypto.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "price_history",
"input": {
"symbol": "AAPL"
}
}' \
https://api.toolrouter.com/v1/tools/callGet dividend payment history and stock split records for any equity. Returns individual dividend payments, annual totals, and split ratios. Essential for income investors and total return analysis.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "dividends_splits",
"input": {
"symbol": "AAPL"
}
}' \
https://api.toolrouter.com/v1/tools/callSide-by-side comparison of 2-5 instruments over a time period. Shows current price, period return, high/low, average volume — sorted by performance. Works across asset classes.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "compare_stocks",
"input": {
"symbols": "AAPL,MSFT,GOOGL,NVDA,META",
"range": "ytd"
}
}' \
https://api.toolrouter.com/v1/tools/callDeep analyst-grade analysis for a stock: multi-timeframe technical signals (short/intermediate/long-term), support/resistance levels, valuation assessment, company scores (innovation, hiring, sustainability, insider sentiment, earnings), analyst price targets, bull/bear thesis, and research reports.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "analyst_insights",
"input": {
"symbol": "AAPL"
}
}' \
https://api.toolrouter.com/v1/tools/callFull market dashboard in one call — major indices (S&P 500, Dow, Nasdaq, Russell 2000), VIX volatility, Treasury yields (5Y, 10Y, 30Y), commodities (gold, silver, oil, natural gas), forex (DXY, EUR/USD, GBP/USD, USD/JPY), and crypto (BTC, ETH). Choose US or GLOBAL scope for international indices.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "market_overview",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callTop market movers — day gainers, day losers, most active, trending, undervalued growth stocks, tech growth stocks, undervalued large caps, small cap gainers. Each result includes price, change, volume, market cap, P/E ratios, EPS, dividend yield, analyst rating, and next earnings date.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "market_movers",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callMost trending tickers right now, enriched with current price data. Shows what the market is watching — stocks, ETFs, and crypto. Supports regional markets.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "stock-market",
"skill": "trending",
"input": {}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"stock-market","skill":"get_quote","input":{}}' \
https://api.toolrouter.com/v1/tools/callFetch live stock prices, bid/ask spreads, and trading volume for any publicly traded company.
Look up company fundamentals, market capitalization, and key financial metrics for investment research.
Get live cryptocurrency prices for any token across major exchanges.
Convert product prices and service fees between currencies for international customers, invoices, and price lists.
Perform financial due diligence by extracting SEC filing data, gathering analyst insights, assessing macroeconomic conditions, and visualizing results.
Research investment opportunities across stocks and crypto with SEC filings analysis and visual performance comparisons.
Yes. The tool covers stocks, ETFs, indices, futures, forex, and crypto, so you can compare assets across markets without switching tools.
Use `compare_stocks` with two to five symbols and a time range. It ranks the instruments by period return so winners and laggards are obvious.
`analyst_insights` adds technical signals, support and resistance, valuation context, company scores, price targets, and bull or bear thesis summaries.
Use `market_movers` for gainers, losers, and active names, or `trending` when you want hot tickers by region.