SEC EDGAR API: Financials, Ratios & Red Flags avatar

SEC EDGAR API: Financials, Ratios & Red Flags

Pricing

from $40.00 / 1,000 company scrapeds

Go to Apify Store
SEC EDGAR API: Financials, Ratios & Red Flags

SEC EDGAR API: Financials, Ratios & Red Flags

Look up any US public company by ticker. Get SEC filings, deterministic financial ratios (margins, growth, debt/equity) and rule-based red flags as clean JSON.

Pricing

from $40.00 / 1,000 company scrapeds

Rating

0.0

(0)

Developer

Marcus AureliusII

Marcus AureliusII

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

19 days ago

Last modified

Share

SEC EDGAR Financial Intelligence — Financials, Ratios & Red Flags

Get clean financials, deterministic ratios and rule-based red flags for any US public company, sourced straight from SEC EDGAR XBRL filings. One company name or ticker in, one structured due-diligence record out. Built for AI agents and financial analysis. No LLM-estimated numbers — every figure traces to a specific filing and XBRL concept.

What it does

  • Pulls headline financials from SEC EDGAR XBRL — revenue, net income, operating income, total assets/liabilities, equity, cash, and EPS — for any US public company by name or ticker.
  • Every figure is auditable — each carries its fiscalYear, periodEnd, the form it came from (e.g. 10-K), the filing date, and the exact XBRL concept. Trace any number back to the filing.
  • Computes deterministic ratios — profit margin, year-over-year revenue growth, and debt-to-equity, each with the basis it was calculated from.
  • Rule-based red flags — explainable signals such as net loss or operating loss, derived from the actual figures.
  • No LLM guessing — every value comes from a filing; every ratio is computed.

Input

Provide a US public company name or ticker.

{
"query": "AMBA"
}

Output

One record: company identity, key financials (with provenance), computed ratios (snapshot), red flags, and recent filings.

{
"query": "AMBA",
"found": true,
"company": {
"name": "AMBARELLA INC",
"cik": "0001280263",
"ticker": "AMBA",
"exchange": "Nasdaq",
"sic": "3674",
"sicDescription": "Semiconductors & Related Devices",
"fiscalYearEnd": "0131"
},
"keyFinancials": {
"revenue": { "value": 390702000, "unit": "USD", "fiscalYear": 2026, "periodEnd": "2026-01-31", "form": "10-K", "filed": "2026-03-23", "concept": "RevenueFromContractWithCustomerExcludingAssessedTax" },
"netIncome": { "value": -75865000, "unit": "USD", "fiscalYear": 2026, "periodEnd": "2026-01-31", "form": "10-K", "filed": "2026-03-23", "concept": "NetIncomeLoss" },
"cash": { "value": 191019000, "unit": "USD", "fiscalYear": 2026, "periodEnd": "2026-01-31", "form": "10-K", "filed": "2026-03-23", "concept": "CashAndCashEquivalentsAtCarryingValue" }
},
"snapshot": {
"profitMargin": { "value": -0.1942, "formatted": "-19.4%", "basis": "FY2026 net income / FY2026 revenue" },
"revenueGrowthYoY": { "value": 0.3715, "formatted": "37.2%", "from": "FY2025", "to": "FY2026" },
"debtToEquity": { "value": 0.34, "basis": "FY2026 total liabilities / FY2026 equity" }
},
"redFlags": [
{ "code": "NET_LOSS", "severity": "high", "message": "Net loss in FY2026 (-75,865,000 USD)." },
{ "code": "OPERATING_LOSS", "severity": "medium", "message": "Operating loss in FY2026." }
],
"recentFilings": [
{ "form": "10-K", "filingDate": "2026-03-23", "accessionNumber": "0001193125-26-119321", "documentUrl": "https://www.sec.gov/Archives/edgar/data/1280263/000119312526119321/amba-20260131.htm" }
],
"source": "SEC EDGAR (data.sec.gov)",
"disclaimer": "Figures computed deterministically from XBRL filings. Informational only, not investment advice."
}

keyFinancials holds the raw figures (each traceable to a filing and XBRL concept). snapshot holds the deterministic ratios computed from them. redFlags are rule-based signals — an empty array means nothing fired.

Use it from an AI agent (MCP)

Once published, this Actor is callable through Apify's hosted MCP server (mcp.apify.com), so any MCP-compatible agent can discover and run it. Ask your agent to "get the latest financials and any red flags for Ambarella" and it can call this Actor directly — no API key required. Single-entity and agent-shaped: one ticker in, one structured financial record out, ready to chain into a wider analysis.

Use cases

  • Quick fundamental snapshots for US public companies
  • Automated screening for financial red flags
  • Feeding structured, source-traceable financials into an AI research agent
  • Due-diligence and counterparty checks on listed US entities

FAQ

How do I get financials for a US public company? Pass the company name or ticker as query. The Actor returns key financials, computed ratios and red flags from SEC EDGAR.

Where does the data come from? Directly from SEC EDGAR XBRL company-facts filings — official source data. Each figure names the form, filing date and XBRL concept it came from.

Are the numbers estimated by AI? No. Every figure is extracted from a filing and every ratio is computed deterministically. No LLM estimation.

Does it work for private companies? No — SEC EDGAR covers US companies that file with the SEC (public companies). For UK companies, see the related Actor below.

Part of the Reclarative Kernel compliance & financial-intelligence suite. These Actors are designed to chain — an AI agent can call them in sequence to build a full due-diligence picture.

  • Sanctions & PEP Screening (OFAC, EU, UK) — Take the company name and officers from this report and screen them against OFAC SDN/Consolidated, EU and UK sanctions and PEP lists, with explainable match scoring.
  • UK Companies House KYB + Financials — The same financial intelligence and red flags for UK companies: officers, PSC (beneficial owners), charges, filing status and iXBRL financials in one JSON.

Pricing & disclaimer

Pay-per-event: $0.04 per company lookup. No subscription.

Data is sourced from SEC EDGAR. Informational only, not investment or financial advice.