> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cf0.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# SEC and global filings ingestion pipeline

> How cf0 ingests SEC EDGAR and nine international regulators — structured section extraction across 10-K, 10-Q, 8-K with financials cited to source.

cf0 runs a proprietary pipeline on top of SEC EDGAR and nine international regulators. Filings are parsed into discrete sections; financial figures are extracted into structured tables so Lab can reason over them precisely and cite them exactly. You aren't reading PDFs — you're reading a queryable graph of filings, sections, and figures.

```mermaid theme={null}
%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#1d4ed8", "primaryTextColor": "#ffffff", "primaryBorderColor": "#172554", "secondaryColor": "#ffffff", "tertiaryColor": "#fafafa", "lineColor": "#52525b", "textColor": "#18181b", "mainBkg": "#1d4ed8", "secondBkg": "#ffffff", "clusterBkg": "transparent", "clusterBorder": "#e4e4e7", "edgeLabelBackground": "#ffffff", "labelTextColor": "#18181b", "actorBkg": "#1d4ed8", "actorBorder": "#172554", "actorTextColor": "#ffffff", "actorLineColor": "#52525b", "signalColor": "#52525b", "signalTextColor": "#18181b", "labelBoxBkgColor": "#1d4ed8", "labelBoxBorderColor": "#172554", "noteBkgColor": "#fafafa", "noteTextColor": "#18181b", "noteBorderColor": "#e4e4e7", "messageTextColor": "#18181b", "sequenceNumberColor": "#ffffff", "fontFamily": "Inter Tight, -apple-system, sans-serif", "fontSize": "13px"}}}%%
graph LR
  E1[("SEC EDGAR")] --> P["cf0 pipeline<br/>parse + section split"]
  E2[("9 global regulators<br/>FCA · SEDAR+ · EDINET · DART<br/>SEBI · ASX · HKEX · CNINFO · CVM")] --> P
  P --> X["Extract financials<br/>tagged tables"]
  P --> S["Sections<br/>Item 1A · MD&A · etc."]
  X --> I[("Filing index<br/>queryable")]
  S --> I
  I --> L["Lab<br/>quotes verbatim<br/>cites the section"]

  classDef ext fill:#fafafa,stroke:#d4d4d8,color:#18181b
  classDef step fill:#1d4ed8,stroke:#172554,color:#ffffff
  classDef store fill:#ffffff,stroke:#d4d4d8,color:#18181b
  class E1,E2,L ext
  class P,X,S step
  class I store
```

## What's available

<CardGroup cols={2}>
  <Card title="On-demand ingestion" icon="calendar">
    Recent annual reports, quarterly filings, prospectuses, and proxies are parsed on demand. Names not yet in the index can be ingested in-session from EDGAR.
  </Card>

  <Card title="Deep US coverage" icon="building">
    Full SEC EDGAR universe with structured extraction. International filings flow in through directory adapters across the major global markets your team reaches into.
  </Card>

  <Card title="Structured extraction" icon="layers">
    cf0 parses income statements, balance sheets, cash flow statements, footnotes, MD\&A, and risk factors into structured data. 90%+ accuracy on standard financial statements.
  </Card>

  <Card title="Full-text search" icon="search">
    Any keyword, section, or financial metric across the 30-year archive. Results include the exact page and section where each match appears.
  </Card>
</CardGroup>

## How to access filings

**Via the Filings page:**

<Steps>
  <Step title="Open Filings">
    Click **Filings** in the left navigation. The landing view shows available markets.
  </Step>

  <Step title="Search or browse">
    Type a name or ticker to jump straight to a company. Or click a market to browse its full company list.
  </Step>

  <Step title="Open a filing">
    Click any company to see its filing history. Pick a filing to open the section reader, where you can read and search within the document.
  </Step>
</Steps>

**Via Lab:**

You can also reach filing data conversationally:

* *"What did Apple say about AI investment in their most recent 10-K?"*
* *"Show me NVIDIA's revenue growth over the last five years."*
* *"Compare the debt covenants in these two credit agreements."*

Lab retrieves and cites the relevant sections automatically — no manual lookup required.

## Citations and traceability

Every number cf0 extracts from a filing is traceable to the exact filing, page, and section it came from. When Lab or a report surfaces a figure, the citation tells you:

* The company and filing type (e.g. 10-K, 10-Q)
* The filing date and period covered
* The specific section or table within the document

For narrative sections (MD\&A, risk factors), Lab reads the raw text and quotes verbatim where precision matters.

## Global markets

In addition to US SEC, cf0 ingests from regulatory sources across the major global markets:

| Market         | Source                | Coverage                               |
| -------------- | --------------------- | -------------------------------------- |
| United States  | SEC EDGAR             | Full ingestion — structured extraction |
| Japan          | EDINET                | Directory + filings                    |
| South Korea    | DART                  | Directory + filings                    |
| United Kingdom | FCA / Companies House | Directory + filings                    |
| Canada         | SEDAR+                | Directory + filings                    |
| India          | SEBI                  | Directory + filings                    |
| Australia      | ASX                   | Directory + filings                    |
| Hong Kong      | HKEX                  | Directory + filings                    |
| China          | CNINFO                | Directory + filings                    |
| Brazil         | CVM                   | Directory + filings (recently added)   |

<Tip>
  New markets are added on an ongoing basis. Click any market on the Filings landing page to see live company counts.
</Tip>
