Tools / Stock Market
Stock Market icon

Stock Market

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.

9 skillsv0.02
Get Quote

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).

Returns: Current price, daily change, day range, volume, 52-week range, currency, exchange, and instrument type
Parameters
symbols *stringComma-separated ticker symbols, up to 10 (e.g. "AAPL,MSFT", "^GSPC,^VIX", "GC=F,CL=F", "EURUSD=X", "BTC-USD")
Example
Get Apple and Microsoft stock quotes
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "get_quote",
  "input": {
    "symbols": "AAPL,MSFT"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Search Symbol

Search 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.

Returns: Matching instruments with metadata and related news articles
Parameters
query *stringSearch term — company name, ticker, or keyword (e.g. "tesla", "gold futures", "S&P 500")
limitnumberMax results (1-20, default 10)
Example
Find Tesla ticker
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "search_symbol",
  "input": {
    "query": "tesla"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Price History

Historical 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.

Returns: OHLCV bars with metadata, current price, and 52-week range
Parameters
symbol *stringTicker symbol (e.g. "AAPL", "^GSPC", "GC=F", "EURUSD=X", "BTC-USD")
intervalstringBar interval: 1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo (default "1d")
rangestringTime range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max (default "1mo")
include_prepostbooleanInclude pre-market (4:00 AM) and after-hours (8:00 PM) data (default false)
Example
Apple daily prices for the last month
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "price_history",
  "input": {
    "symbol": "AAPL"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Dividends & Splits

Get 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.

Returns: Dividend records with dates and amounts, annual totals, and stock split history with ratios
Parameters
symbol *stringTicker symbol (e.g. "AAPL", "MSFT", "KO", "JNJ")
rangestringLookback period: 1y, 2y, 5y, 10y, max (default "5y")
Example
Apple dividends and splits over 5 years
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "dividends_splits",
  "input": {
    "symbol": "AAPL"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Compare Stocks

Side-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.

Returns: Instruments ranked by period return with price, change, high/low, average volume, and 52-week range
Parameters
symbols *stringComma-separated list of 2-5 symbols (e.g. "AAPL,MSFT,GOOGL", "GC=F,SI=F,CL=F")
rangestringComparison period: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, ytd, max (default "1mo")
Example
Compare mega-cap tech year-to-date
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/call
Analyst Insights

Deep 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.

Returns: Technical analysis (multi-timeframe), key levels, valuation, company scores, analyst target, bull/bear thesis, and research reports
Parameters
symbol *stringTicker symbol (e.g. "AAPL", "TSLA", "NVDA")
Example
Full analyst analysis for Apple
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "analyst_insights",
  "input": {
    "symbol": "AAPL"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Market Overview

Full 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.

Returns: Multi-asset market snapshot organized by category: indices, volatility, bonds, commodities, forex, crypto
Parameters
scopestringUS (18 instruments) or GLOBAL (14 instruments including FTSE, DAX, Nikkei, Hang Seng, etc.)
Example
Full US market dashboard
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "market_overview",
  "input": {}
}' \
  https://api.toolrouter.com/v1/tools/call
Market Movers

Top 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.

Returns: Ranked stocks with price, change, volume, market cap, P/E (trailing + forward), EPS, dividend yield, 52-week change, analyst rating, and next earnings date
Parameters
categorystringScreener category (default "gainers"). See enum for all options.
countnumberNumber of results (1-25, default 10)
Example
Top 10 day gainers
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "market_movers",
  "input": {}
}' \
  https://api.toolrouter.com/v1/tools/call
Trending Tickers

Most trending tickers right now, enriched with current price data. Shows what the market is watching — stocks, ETFs, and crypto. Supports regional markets.

Returns: Ranked trending tickers with current price, daily change, volume, and 52-week range
Parameters
regionstringMarket region code (default "US"). Examples: US, GB, DE, JP, AU, CA
limitnumberNumber of tickers (1-20, default 10)
Example
Top 10 trending US tickers
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "stock-market",
  "skill": "trending",
  "input": {}
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"stock-market","skill":"get_quote","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Get Real-Time Stock Quotes

Get Real-Time Stock Quotes

Fetch live stock prices, bid/ask spreads, and trading volume for any publicly traded company.

Stock Market icon
Stock Market
4 agent guides
Open Research Company Financials

Research Company Financials

Look up company fundamentals, market capitalization, and key financial metrics for investment research.

Stock Market icon
Stock Market
4 agent guides
Open Convert International Pricing

Convert International Pricing

Convert product prices and service fees between currencies for international customers, invoices, and price lists.

Currency Exchange icon
Currency Exchange
4 agent guides
View all use cases for Stock Market

Workflows

Open Financial Due Diligence

Financial Due Diligence

Perform financial due diligence by extracting SEC filing data, gathering analyst insights, assessing macroeconomic conditions, and visualizing results.

SEC Filings icon
SEC Filings
Stock Market icon
Stock Market
World Economy icon
World Economy
Generate Chart icon
Generate Chart
4 steps4 tools
Open Investment Research Suite

Investment Research Suite

Research investment opportunities across stocks and crypto with SEC filings analysis and visual performance comparisons.

Stock Market icon
Stock Market
Crypto Prices icon
Crypto Prices
SEC Filings icon
SEC Filings
Generate Chart icon
Generate Chart
4 steps4 tools

Frequently Asked Questions

Can I check more than just US stocks?

Yes. The tool covers stocks, ETFs, indices, futures, forex, and crypto, so you can compare assets across markets without switching tools.

How do I compare several names side by side?

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.

What does analyst insights add beyond a quote?

`analyst_insights` adds technical signals, support and resistance, valuation context, company scores, price targets, and bull or bear thesis summaries.

How do I find the biggest movers or trending tickers?

Use `market_movers` for gainers, losers, and active names, or `trending` when you want hot tickers by region.