Overview
The You.com Finance Research API researches financial questions and returns a cited, source-verified answer ready to render in a UI or feed into downstream processing. It autonomously plans a search strategy, reads across relevant financial sources, cross-references findings, and synthesizes everything into a structured response.
The API searches a purpose-built financial index covering public-company filings (S&P Global, SEC/EDGAR), macroeconomic indicators (FRED, BLS, BEA, Eurostat, World Bank, IMF, OECD), market and benchmark data (QUODD, NASDAQ), and derived calculations with every input retrieved, aligned, and cited before the calculation runs. This is licensed and institutional-grade data, not scraped approximations.
When sources conflict, the API reconciles them. Ask for Apple's Q3 2025 revenue and one source reports Apple's fiscal Q3 (ending June), another reports calendar Q3 (ending September), and a third converts the USD figure to EUR. The API matches the exact period and definition you asked for, discards the others, and cites the primary source.
On FinSearchComp (arXiv 2509.13160), a benchmark built by 70+ finance experts, the Finance Research API scores 87.29% accuracy on historical financial lookup, more than 14 points ahead of the next best system at any price point.
The Finance Research API is built on You.com 's Research API, which also powers general-purpose research and search capabilities for non-financial use cases.
Highlights
- Highest accuracy on expert-built financial benchmarks Scores 87.29% on FinSearchComp's historical lookup benchmark (T2), more than 14 points ahead of the next closest system. On complex multi-step investigations (T3), scores 60.71%. Both results lead the benchmark across all tested systems.
- Licensed financial data with source-level citations Searches licensed data from S&P Global, QUODD, FRED, SEC/EDGAR, IMF, World Bank, and institutional feeds. Every figure in every response includes an inline citation mapped to a source URL that compliance teams and end users can verify.
- Enterprise-grade infrastructure SOC2-certified with zero data retention, 99.99% uptime SLA, and compatibility with AWS services including SageMaker, Lambda, and EC2. Currently serving 1B+ queries monthly across 3,000+ enterprise customers, including 57% of the Fortune 500.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Trust Center
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/unit |
|---|---|---|
Deep | $110 per 1k Calls -Difficult filings,conflicting sources,exact macro/statistical values | $110.00 |
Exhaustive | $500 per 1k Calls -High-value multi-source investigations where accuracy justifies latency | $500.00 |
Vendor refund policy
All fees are non-refundable and non-cancellable except as required by law.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
API
Getting Your API Key: After subscribing, you will receive your API key within 48 hours via the email associated with your AWS Marketplace account. You can also generate and manage keys yourself at any time at you.com/platform/api-keys (Create API Key → copy the key immediately, as it is only shown once).
Authentication All requests require an API key passed in a custom header - this is not a Bearer token:
X-API-Key: <YOUR_API_KEY> Content-Type: application/json There is no OAuth flow or token exchange. The key is a static string generated on the Platform and used directly on every request. Endpoint
POST https://api.you.com/v1/finance_research Request Body Parameter Type Required Description input string Yes The financial research question (max 40,000 characters) research_effort string No deep (default) or exhaustive. deep: multi-source analysis, <120s latency, $110/1k requests — best for earnings summaries, comparisons, regulatory research. exhaustive: full due-diligence depth, <300s latency, $500/1k requests — best for full 10-K analysis or cross-market research. Example Request (curl)
curl -X POST https://api.you.com/v1/finance_research
-H "X-API-Key: $YDC_API_KEY"
-H "Content-Type: application/json"
-d '{
"input": "What were the key drivers of NVIDIA'''s (NVDA) revenue growth in fiscal year 2025?",
"research_effort": "deep"
}'
Response Schema
A 200 response returns a JSON object with an output field containing the synthesized, cited answer:
{ "output": { "content": "NVIDIA's fiscal 2025 revenue growth was driven primarily by Data Center accelerated-computing and AI demand: total revenue was $130.5 billion, up 114%...[[1]]", "content_type": "text", "sources": [ { "url": "https://nvidianews.nvidia.com/news/nvidia-announces-financial-results-for-fourth-quarter-and-fiscal-2025 ", "title": "NVIDIA Announces Financial Results for Fourth Quarter and Fiscal 2025" } ] } }
Field Type Description output.content string Markdown-formatted answer with inline citation tags (e.g. [[1]]) referencing the sources array output.content_type string Always "text" output.sources array Each item includes the url and title of a source the API read and cited Error Codes
HTTP Status Code Meaning Example Body 401 unauthorized Missing, invalid, or expired API key {"detail": "API key is required"} or {"detail": "Invalid or expired API key"} 402 payment_required Account has run out of credits {"detail": "Insufficient credits"} 403 forbidden API key lacks the required scope for this endpoint {"detail": "Missing required scopes"} 404 agent_not_found / agent_not_supported_yet Referenced agent/resource does not exist or is unsupported — 422 invalid_request Invalid or conflicting request parameters {"error": "invalid request parameter(s)"} 429 rate_limited Too many requests sent in a given period; back off and retry after the interval indicated by the response {"detail": "Rate limit exceeded"} 500 Internal Server Error Failure in auth/authorization middleware or an unexpected server-side error {"detail": "Internal authentication error"} For the complete, most current error reference, see you.com/docs/error-handling/error-code-reference.
Notes
The Finance Research API queries a finance-optimized index (earnings, SEC filings, analyst coverage, market/macro data) rather than the open web, and does not support source_control or output_schema — use the general Research API if you need domain filtering or structured JSON output. All new accounts receive $100 in free credits. Full quickstart, SDKs (Python, TypeScript), and MCP/framework integrations: you.com/docs/finance-research/overview
Support
Vendor support
Contact us here at : https://you.com/support/contact-us
Documentation, API reference, and integration guides at
https://you.com/docs/finance-research/overview
LangChain Integration: langchain-youdotcom package
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
