Hive Intelligence

Stocks & Equities Tools

8 tools for US stock market data, company analysis, and financial metrics.

MCP Endpoint: POST /hive_stocks_equities/mcp

Data Source: Finnhub


Stock Quotes

finnhub_get_stock_quote

Get real-time stock price quote.

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol (e.g., "AAPL", "TSLA")

Example:

curl -X POST https://api.hiveintelligence.xyz/api/execute \
  -H "Content-Type: application/json" \
  -d '{"toolName": "finnhub_get_stock_quote", "arguments": {"symbol": "AAPL"}}'

finnhub_get_stock_candles

Get historical OHLCV candlestick data.

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol
resolutionstringYesTimeframe: 1, 5, 15, 30, 60, D, W, M
fromnumberYesStart UNIX timestamp
tonumberYesEnd UNIX timestamp

Company Data

finnhub_get_company_profile

Get company profile and basic information.

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol

finnhub_get_basic_financials

Get key financial metrics (P/E, EPS, market cap, 52-week high/low).

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol

Analyst Ratings

finnhub_get_stock_recommendations

Get analyst recommendation trends (buy, hold, sell).

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol

finnhub_get_price_target

Get analyst consensus price target.

ParameterTypeRequiredDescription
symbolstringYesStock ticker symbol

Discovery

finnhub_search_symbol

Search for stock symbols by name or ticker.

ParameterTypeRequiredDescription
qstringYesSearch query (e.g., "apple", "AAPL")

finnhub_get_market_news

Get general market news or financial headlines.

ParameterTypeRequiredDescription
categorystringNoNews category (default: "general")