For Agents
Query real-time stock quotes, company fundamentals, news, earnings, crypto and forex data, and economic indicators across global markets. Includes an AI Copilot endpoint for natural-language financial questions.
Get started with Finnhub API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"get a real-time stock quote"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Finnhub API API.
Pull real-time stock quotes, candles, and tick data for global equities across 60+ exchanges
Retrieve company fundamentals including financials-as-reported, peers, ownership, and ESG scores
Fetch earnings calendars, IPO calendars, and economic event calendars with consensus estimates
Track insider transactions, lobbying activity, and senate trading disclosures for a ticker
GET STARTED
Use for: Get the latest quote and candle data for AAPL, Retrieve quarterly earnings estimates for Microsoft, Find all upcoming IPOs in the next 30 days, Check whether there have been recent insider sales for Tesla
Not supported: Does not handle order execution, brokerage account management, or portfolio custody — use for market data, fundamentals, and financial news retrieval only.
Jentic publishes the only available OpenAPI document for Finnhub API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for Finnhub API, keeping it validated and agent-ready. Finnhub is a real-time financial data API providing institutional-grade market data, fundamentals, alternative data, and news for global stocks, forex, crypto, bonds, ETFs, and economic indicators. Coverage spans 60+ exchanges with company financials, earnings calendars, insider transactions, analyst estimates, sentiment scores, and an AI Copilot endpoint for natural-language financial queries. The 108 endpoints make it suitable for trading research, portfolio analytics, and agent-driven market intelligence pipelines.
Query crypto candles and forex rates across multiple exchanges and currency pairs
Score news sentiment and surface company news, press releases, and earnings call transcripts
Send natural-language financial questions to the AI Copilot endpoint for analyst-style answers
Patterns agents use Finnhub API API for, with concrete tasks.
★ Real-Time Trading Research
Power systematic and discretionary trading workflows with real-time quotes, candles, and order book data for stocks, ETFs, forex, and crypto. Finnhub serves institutional-grade tick data through endpoints like /quote, /stock/candle, and /forex/candle, enabling backtests and live signal generation against 60+ exchanges. Integration takes a few hours with the apiKey query parameter.
Fetch the last 30 days of daily candles for AAPL, NVDA, and MSFT from /stock/candle and compute the 20-day rolling correlation matrix
Earnings and Calendar Tracking
Build earnings dashboards and event-driven trading alerts using the /calendar/earnings, /calendar/ipo, and /calendar/economic endpoints. Each calendar entry includes consensus estimates, prior values, and surprise calculations, so agents can flag earnings beats and macro releases without scraping investor relations pages. Setup takes under an hour.
Pull the next 7 days of earnings releases from /calendar/earnings filtered to S&P 500 tickers and post a summary to Slack
Alternative Data and Sentiment
Enrich research notes with insider transactions, lobbying spend, senate trading disclosures, social sentiment, and news sentiment scores. Finnhub aggregates these alternative signals into per-ticker endpoints like /stock/insider-transactions and /news-sentiment, which agents can poll alongside price data to detect divergences. A typical sentiment integration is live the same day.
Compare /stock/insider-transactions for TSLA over the last 90 days against /news-sentiment scores and flag weeks where insider sales coincided with negative sentiment
AI Agent Market Intelligence
Use Finnhub through Jentic so agents answer multi-step market questions without juggling endpoints. The /ai-chat Copilot accepts natural-language queries, while structured endpoints back deeper analysis. Jentic exposes both as discoverable tools so an agent can answer 'What is the consensus EPS for AAPL Q4?' or 'Pull NVDA insider sales' through the same search-load-execute flow. Get started at https://app.jentic.com/sign-up
Through Jentic, search 'get stock fundamentals', load the /stock/metric schema, and execute a call for ticker AAPL with metric=all
108 endpoints — jentic publishes the only available openapi specification for finnhub api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/quote
Real-time quote for a symbol
/stock/candle
OHLCV candle data for stocks
/calendar/earnings
Upcoming earnings with consensus estimates
/calendar/ipo
Upcoming IPO calendar
/company-news
News articles for a company
/crypto/candle
OHLCV candles for crypto pairs
/ai-chat
AI Copilot natural-language financial queries
/quote
Real-time quote for a symbol
/stock/candle
OHLCV candle data for stocks
/calendar/earnings
Upcoming earnings with consensus estimates
/calendar/ipo
Upcoming IPO calendar
/company-news
News articles for a company
Three things that make agents converge on Jentic-routed access.
Credential isolation
Finnhub API keys live in the Jentic vault (MAXsystem). Agents receive scoped execution tokens; the raw `token` query parameter is injected at request time and never exposed to the model context.
Intent-based discovery
Agents search by intent (e.g. 'get stock fundamentals') and Jentic returns the matching Finnhub operation with its input schema, so the agent calls the right one of 108 endpoints without browsing docs.
Time to first call
Direct Finnhub integration: 1-3 days for auth, retry logic, and pagination across 108 endpoints. Through Jentic: under 30 minutes — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Fintel API
Adds institutional ownership, short interest, and options flow detail beyond Finnhub's coverage
Pair with Finnhub when an agent needs deeper 13F-derived ownership or short-interest analytics
Fitbit Web API
Different data domain — health and activity rather than financial markets
Not a substitute for market data; included only as a contrasting consumer-facing data API
Fire Financial Services Business API
Brings live business banking and payment initiation to complement Finnhub's market data
Choose when an agent needs to act on financial decisions — e.g. initiate a payment after a market signal
Specific to using Finnhub API API through Jentic.
Why is there no official OpenAPI spec for Finnhub API?
Finnhub does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Finnhub API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the Finnhub API use?
Finnhub uses an API key passed as the `token` query parameter on every request. Through Jentic, the key is held in the encrypted vault and injected at execution time so it never enters the agent context.
Can I get real-time quotes with the Finnhub API?
Yes. The /quote endpoint returns current price, daily high/low, previous close, and timestamp for any supported symbol. Free-tier delays apply for some exchanges; premium tiers stream real-time US equities.
What are the rate limits for the Finnhub API?
The free tier allows 60 API calls per minute. Premium tiers raise this substantially and unlock real-time and intraday endpoints. Rate-limit headers are returned on every response so agents can back off automatically.
How do I pull earnings data through Jentic?
Search Jentic for 'get earnings calendar', load the /calendar/earnings schema, then execute with a `from` and `to` date range. Jentic returns the structured response your agent can act on without any HTTP plumbing.
Does Finnhub cover crypto and forex?
Yes. The /crypto/candle, /crypto/symbol, and /forex/candle endpoints provide OHLCV data across multiple exchanges and currency pairs, suitable for cross-asset agent strategies.
/crypto/candle
OHLCV candles for crypto pairs
/ai-chat
AI Copilot natural-language financial queries