Finance Research API Overview
What is the Finance Research API?
The Finance Research API delivers grounded, citation-backed answers to financial questions.
It works the same way as the Research API: it runs multiple searches, reads through sources, and synthesizes everything into a thorough, Markdown-formatted answer with inline citations. The key difference is the index. Instead of the open web, the Finance Research API searches a purpose-built financial index — covering structured company fundamentals, equity and commodity price data, private company metrics, alternative signals, macroeconomic indicators, SEC filings, and financial news.
Ask a financial question, get a sourced answer backed by the right data.
How it’s different from the Research API
Both APIs follow the same request-response pattern and return the same response shape. The difference is what each API searches.
The Finance Research API does not support source_control or output_schema. If you need domain filtering or structured JSON output, use the Research API.
What you get
Every Finance Research API response includes:
content: A Markdown-formatted answer with inline citations such as[[1, 2]]that reference items in thesourcesarray.content_type: Alwaystext.sources: The financial sources the API read and cited — each with a URL, title, and relevant excerpts.
Key features
Research effort levels
The research_effort parameter controls how much compute the API allocates to your question. Higher effort means more searches, deeper source reading, and more cross-referencing — at the cost of longer response times.
Citation-backed answers
Every claim in the response links back to a specific source. Citations reference SEC filings, earnings press releases, financial news, and analyst reports — sources your users or compliance teams can actually verify.
Finance-optimized index
The Finance Research API searches a dedicated financial index. Not just the open web. This means retrieval is focused on structured financial data — not general-interest content that happens to mention a ticker. The index covers:
- Company fundamentals — earnings, estimates, valuation ratios, industry-normalized financials, competitor benchmarks, segment metrics
- Market activity — M&A transactions, buybacks, capital raises, IPOs, shelf registrations, VC funding for both public and private companies
- Prices and rates — equity prices and volume across 42 global exchanges, cryptocurrency, foreign exchange, metals, commodities, interest rates, inflation, and real estate
- Alternative signals — web traffic and app analytics, non-GAAP operating metrics, LLM benchmarks
- Macroeconomic data — employment metrics, energy imports and exports, money supply, and economic indicators
- Financial content — SEC filings, earnings transcripts, analyst coverage, and financial news
Quickstart
Parameters
Common use cases
Earnings analysis
Quickly summarize what happened in a company’s most recent quarter — revenue, segment performance, guidance, and analyst reaction — without manually reading the press release and earnings call transcript.
“Summarize Microsoft’s Q2 FY2025 earnings results and key guidance updates”
Competitive benchmarking
Compare multiple companies across financial metrics and business model characteristics to assess relative positioning in a market.
“Compare the gross margins of Apple, Microsoft, and Google over the past three fiscal years”
Due diligence research
Gather sourced, verifiable information about a company’s financial health, capital structure, or risk factors — with citations you can trace back to primary sources.
“What are the key risk factors disclosed in Palantir’s most recent 10-K filing?”
Macroeconomic research
Research macro trends, central bank policy, inflation dynamics, and their impact on specific sectors or asset classes.
“How has the Federal Reserve’s rate path affected commercial real estate valuations since 2022?”
Regulatory and filing analysis
Dig into SEC filings, regulatory disclosures, or financial restatements to understand what a company has reported and how it has changed over time.
“What changes did Boeing make to its revenue recognition policies in its most recent annual report?”
Best practices
Match research effort to the question
deep handles most financial questions well — earnings summaries, sector comparisons, multi-company benchmarks. Use exhaustive when you need the highest quality result and response time isn’t a constraint, such as full 10-K analysis or complex cross-market research.
Write specific, scoped questions
The input field supports up to 40,000 characters. Include context that narrows the question: the company name, the time period, the specific metric or event you care about. A vague question like “tell me about Microsoft” produces a broad summary. A specific question like “what drove Microsoft’s Azure growth acceleration in Q2 FY2025” produces a more useful answer.
Verify citations for compliance-sensitive use cases
The Finance Research API returns citations for every claim. For use cases where the sourced data will inform investment decisions, client reports, or regulatory filings, treat the citations as starting points — follow them to the primary source and confirm the numbers before acting on them. The API is a research accelerator, not a substitute for primary source verification.
Use it for synthesis, not programmatic data pipelines
The Finance Research API produces research answers — it reads, cross-references, and synthesizes data into a sourced response. It is not a structured data feed or time series API. If you need raw OHLCV exports, tick-by-tick price streams, or JSON-formatted financial data for quantitative modeling, use a dedicated data provider. The Finance Research API is best suited for questions where the value is in the analysis, not just the raw numbers.
Pricing
Finance Research API pricing is tiered by effort level. All new accounts receive $100 in free credits.
See the effort levels table above for pricing and latency by tier.
For volume discounts, annual pricing, or enterprise features, visit you.com/pricing or contact [email protected].
Next steps
Full parameter reference, request/response schemas, and interactive playground
General-purpose research with source controls, structured output, and open web access
Get your API key and try all our APIs in under five minutes
Fork the collection, add your API key, and send your first request