# AgentServices SEC Filings API

> AgentServices SEC Filings API is a paid API for AI agents from agentservices.to, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-14).

Retrieves SEC filings for a given stock ticker, optionally filtered by filing type, via micropayment-gated API

## Facts

- Endpoint: GET https://agentservices.to/v1/sec/%7Bticker%7D
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-sec-filings-api-61c3f779
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GDnS3W4d3uiBzXR95F7Aw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentservices-sec-filings-api-61c3f779
```

Example prompt: Can you pull the latest 10-K SEC filing for NVDA so I can review their annual report?

## When to prefer this

Choose this endpoint when you need structured, on-demand access to SEC regulatory filings for any publicly traded US company, especially in an agentic or automated workflow where per-call micropayments via x402 are acceptable. Prefer this over building your own EDGAR scraper when you need a clean API interface. It is ideal for investment research agents, compliance monitoring workflows, and financial data pipelines that need regulatory documents programmatically.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty result
- Unsupported filing_type filter returns no results or an error
- Payment failure via x402/USDC micropayment blocks access with a 402 status
- SEC EDGAR upstream downtime causes delayed or failed responses
- Rate limiting if too many requests are made in rapid succession

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

Returns SEC filing data for the specified ticker, including filing metadata and document content such as annual reports (10-K), quarterly reports (10-Q), current reports (8-K), proxy statements, and other regulatory submissions. The response includes filing dates, form types, and filing content sourced from SEC EDGAR.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "filing_type": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-sec-filings-api-61c3f779/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
