Financial Data API · v1
One key, one JSON contract. Pull as-reported SEC fundamentals, real-time stock quotes, financial statements, valuation multiples, and a US-equity screener — with per-filing provenance and a generous free tier.
Free tier: 1,000 calls/month · No credit card · REST + JSON
curl "https://app.akyla.ai/v1/fundamentals/AAPL" \
-H "Authorization: Bearer YOUR_API_KEY"Try it live in the console →Seven focused endpoints, each a thin, documented wrapper over the same data that powers Akyla's research tools. Explore them interactively in the docs.
/v1/quote/{ticker}Latest price snapshot and 52-week range.
/v1/fundamentals/{ticker}Revenue, EBITDA, margins, EV/EBITDA, net debt & FCF + a live quote, in one call.
/v1/metrics/{ticker}Full key-metrics table across reporting periods.
/v1/statements/{ticker}As-reported income, balance sheet, or cash flow — with optional per-cell SEC provenance.
/v1/notes/{ticker}Footnote disclosures from dimensional XBRL.
/v1/comps/{ticker}Subject company plus peers with valuation multiples.
/v1/screenerFilter ~5–8k US equities by valuation, size, growth & quality.
Fundamentals and statements are assembled straight from SEC inline-XBRL filings — the as-filed numbers, not a vendor's re-keyed estimates.
Add provenance=1 and every value on a statement carries its source: the SEC accession number and the inline-XBRL fact id. Audit any number to its primary filing.
The /fundamentals endpoint returns revenue, EBITDA, margins, EV/EBITDA, net debt, and free cash flow plus a live quote in a single request.
Filter ~5–8k US equities by valuation, size, growth, and quality with simple <field>_<op> query params — paged and sortable.
Tiered monthly call quotas — start free, upgrade when you grow. Every plan hits the same endpoints; higher tiers raise your monthly cap and per-minute burst limit.
Yes. The Free plan includes 1,000 calls per month at 10 requests/minute with no credit card required — enough to prototype and run small apps. Paid plans start at $29/mo for 50,000 calls.
Fundamentals, financial statements, and notes are sourced as-reported from SEC inline-XBRL filings (10-K / 10-Q). Quotes and market cap come from daily market data. Statement responses can attach per-cell SEC filing provenance.
Pass your key in the Authorization: Bearer <key> header (or X-Api-Key). Create and manage keys in the developer portal; the full key is shown once at creation and only its hash is stored.
Per-minute burst limits scale with your plan: 10/min on Free, 60/min on Starter, 300/min on Pro, and 1,000/min on Business. Monthly call quotas are 1k / 50k / 500k / 5M respectively. Every response returns X-RateLimit-* and X-Quota-* headers.
Stock dashboards, valuation and comps models, screeners, fundamental research tools, financial statement viewers, and backtests — anywhere you need structured US-equity fundamentals, quotes, or SEC-filing data as JSON.
Create a free key and make your first call in under a minute.
Prefer the machine contract? OpenAPI spec