# SEC EDGAR Filings — Company Filings by Ticker or CIK (`omao/sec-edgar`) Actor

Fetch a company's SEC filings (10-K, 10-Q, 8-K and more) by ticker or CIK, straight from the official SEC EDGAR API. One clean JSON row per filing with form type, dates, accession number and document URL. No anti-bot, always up to date.

- **URL**: https://apify.com/omao/sec-edgar.md
- **Developed by:** [Marouane Oulabass](https://apify.com/omao) (community)
- **Categories:** Developer tools, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.44 / 1,000 filings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## SEC EDGAR Filings — Company Filings by Ticker or CIK

**Get any US public company's SEC filings as clean JSON — straight from the official SEC EDGAR source.** Give this actor a ticker (like `AAPL`) or a CIK number and get back a tidy row per filing: form type (10-K, 10-Q, 8-K…), filing and report dates, accession number and a direct document URL. Always up to date, no API key, no anti-bot.

> AI-agent ready: this Actor is callable and payable by AI agents via [x402](https://docs.apify.com/platform/integrations/x402) (USDC on Base), no Apify account required.

Stop scraping the EDGAR website by hand. Pull structured filing data for research, monitoring, compliance and finance apps in seconds.

### Who uses this

- 📈 **Investors & analysts** — track 10-K/10-Q/8-K filings for the companies you follow.
- 🏦 **Fintech & data teams** — feed a clean filings dataset into your app or pipeline.
- 🤖 **AI / LLM & RAG pipelines** — get filing metadata and document URLs to ingest reports.
- ⚖️ **Compliance & legal** — monitor disclosures, insider forms and material events.
- 🔎 **Researchers & journalists** — build datasets across many companies at once.

### What you get — one clean row per filing

| Field | Description |
|---|---|
| `ticker` | Company ticker |
| `company` | Company name |
| `cik` | 10-digit SEC CIK |
| `form` | Filing type (10-K, 10-Q, 8-K, 4, S-1…) |
| `filingDate` | Date filed with the SEC |
| `reportDate` | Period-of-report date |
| `accessionNumber` | SEC accession number |
| `primaryDocument` | Primary document filename |
| `primaryDocDescription` | Document description |
| `documentUrl` | **Direct URL to the filing document** |
| `inputCompany`, `scrapedAt` | Provenance |

### Example

**Input**
```json
{ "companies": ["AAPL", "TSLA"], "formTypes": ["10-K", "10-Q", "8-K"], "maxFilingsPerCompany": 40 }
````

**Output (one item)**

```json
{
  "ticker": "AAPL",
  "company": "Apple Inc.",
  "cik": "0000320193",
  "form": "10-K",
  "filingDate": "2025-11-01",
  "reportDate": "2025-09-27",
  "accessionNumber": "0000320193-25-000106",
  "primaryDocument": "aapl-20250927.htm",
  "documentUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000106/aapl-20250927.htm"
}
```

### Why this actor

- ✅ **Official source** — data comes straight from the SEC EDGAR API, always current.
- 🎯 **Ticker *or* CIK** — look companies up however you have them.
- 🗂️ **Filter by form type** — 10-K, 10-Q, 8-K, Form 4 and more, or fetch all.
- 🔗 **Direct document URLs** — jump straight to the actual filing.
- ⚡ **Fast & affordable** — pay only per filing returned. No anti-bot, no key.

### Input options

- `companies` *(required)* — tickers (e.g. `AAPL`) or CIK numbers.
- `formTypes` — filter by SEC form types (e.g. `10-K`, `10-Q`, `8-K`). Leave empty for all.
- `maxFilingsPerCompany` — cap the most-recent filings per company (default 40).

### FAQ

**Ticker or CIK?** Either — pass tickers like `AAPL` or 10-digit CIK numbers; both work.

**Which forms are covered?** All EDGAR form types — 10-K, 10-Q, 8-K, Form 4, S-1, DEF 14A and more. Use `formTypes` to filter.

**How fresh is the data?** Live from the official SEC EDGAR API on every run — as current as the SEC itself.

**Do I get the actual document?** Yes — every row includes a `documentUrl` linking directly to the filing.

**Can I query many companies at once?** Yes — pass a list of tickers/CIKs; every row carries its own company and filing metadata.

**Can I export to CSV/Excel/Google Sheets?** Yes — the dataset exports to JSON, CSV, Excel and HTML, or pull it via the API.

**What does it cost?** Pay-per-filing — you're only charged for filings actually returned.

***

*Tip: schedule this on your watchlist and diff `accessionNumber`s to get alerted the moment a company files.*

# Actor input Schema

## `companies` (type: `array`):

Company tickers (e.g. AAPL) or CIK numbers to fetch SEC filings for.

## `formTypes` (type: `array`):

Filter by SEC form types, e.g. 10-K, 10-Q, 8-K. Leave empty for all.

## `maxFilingsPerCompany` (type: `integer`):

Cap the number of (most recent) filings returned per company.

## `healthCheckMode` (type: `boolean`):

Internal monitoring: fetch a canary company's filings and FAIL if broken (no billing).

## Actor input object example

```json
{
  "companies": [
    "AAPL",
    "TSLA",
    "0000320193"
  ],
  "formTypes": [
    "10-K",
    "10-Q",
    "8-K"
  ],
  "maxFilingsPerCompany": 40,
  "healthCheckMode": false
}
```

# Actor output Schema

## `filings` (type: `string`):

All SEC filings (form type, dates, accession number, document URL).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "companies": [
        "AAPL",
        "MSFT"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("omao/sec-edgar").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "companies": [
        "AAPL",
        "MSFT",
    ] }

# Run the Actor and wait for it to finish
run = client.actor("omao/sec-edgar").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "companies": [
    "AAPL",
    "MSFT"
  ]
}' |
apify call omao/sec-edgar --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=omao/sec-edgar",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SEC EDGAR Filings — Company Filings by Ticker or CIK",
        "description": "Fetch a company's SEC filings (10-K, 10-Q, 8-K and more) by ticker or CIK, straight from the official SEC EDGAR API. One clean JSON row per filing with form type, dates, accession number and document URL. No anti-bot, always up to date.",
        "version": "0.1",
        "x-build-id": "2YGAleDIBI4LukbgE"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/omao~sec-edgar/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-omao-sec-edgar",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/omao~sec-edgar/runs": {
            "post": {
                "operationId": "runs-sync-omao-sec-edgar",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/omao~sec-edgar/run-sync": {
            "post": {
                "operationId": "run-sync-omao-sec-edgar",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "companies"
                ],
                "properties": {
                    "companies": {
                        "title": "Companies (tickers or CIK)",
                        "type": "array",
                        "description": "Company tickers (e.g. AAPL) or CIK numbers to fetch SEC filings for.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "formTypes": {
                        "title": "Form types (optional)",
                        "type": "array",
                        "description": "Filter by SEC form types, e.g. 10-K, 10-Q, 8-K. Leave empty for all.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxFilingsPerCompany": {
                        "title": "Max filings per company",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Cap the number of (most recent) filings returned per company.",
                        "default": 40
                    },
                    "healthCheckMode": {
                        "title": "Health-check mode",
                        "type": "boolean",
                        "description": "Internal monitoring: fetch a canary company's filings and FAIL if broken (no billing).",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
