Alternative Data Tools
5 tools for alternative financial data and market intelligence.
MCP Endpoint: POST /hive_alternative_data/mcp
Data Source: Finnhub
Insider Trading
finnhub_get_insider_transactions
Get SEC-filed insider (executive) buy/sell transactions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Stock ticker symbol (e.g., "AAPL") |
Example:
curl -X POST https://api.hiveintelligence.xyz/api/execute \
-H "Content-Type: application/json" \
-d '{"toolName": "finnhub_get_insider_transactions", "arguments": {"symbol": "AAPL"}}'
finnhub_get_insider_sentiment
Get aggregated insider sentiment score (MSPR — Monthly Share Purchase Ratio).
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Stock ticker symbol |
| from | string | Yes | Start date (YYYY-MM-DD) |
| to | string | Yes | End date (YYYY-MM-DD) |
Company Intelligence
finnhub_get_company_news
Get company-specific news articles.
| Parameter | Type | Required | Description |
|---|---|---|---|
| symbol | string | Yes | Stock ticker symbol |
| from | string | Yes | Start date (YYYY-MM-DD) |
| to | string | Yes | End date (YYYY-MM-DD) |
Market Calendars
finnhub_get_earnings_calendar
Get upcoming earnings report dates and estimates.
No parameters required — returns upcoming earnings events.
finnhub_get_ipo_calendar
Get upcoming IPO dates and details.
No parameters required — returns upcoming IPO events.
