# Losbeto SEC Filing Retrieval

> Losbeto SEC Filing Retrieval is a paid API for AI agents from losbeto-production-dd7c.up.railway.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Retrieves SEC filing data for a given company or security, accessible via USDC micropayment on Solana or Base.

## Facts

- Endpoint: GET https://losbeto-production-dd7c.up.railway.app/sec-filing
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/losbeto-sec-filing-retrieval-3d131a35
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_okc8q3v8aVa5UpyzCVx6y

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 losbeto-sec-filing-retrieval-3d131a35
```

Example prompt: Can you pull the latest SEC filings for Tesla — I want to see what's been filed recently, like any 10-K or 8-K documents.

## When to prefer this

Use this endpoint when an AI agent needs on-demand SEC filing data as part of a financial research or trading workflow, especially when operating within a USDC micropayment infrastructure on Solana or Base. Prefer this over manual EDGAR queries when automated, pay-per-call access is needed within an agentic pipeline.

## Known failure modes

- Missing or invalid company identifier returns empty or error response
- Malformed 'properties' parameter may yield unexpected results
- Rate limiting or payment failure results in HTTP 402 response
- SEC EDGAR upstream unavailability may cause timeout or partial data
- Unknown ticker or CIK number returns no results

## How this service works

Losbeto: 67 endpoints x402 monetizados. Solana + Base. USDC micropayments para AI agents. Preços a partir de $0.003.

## Output

Returns JSON containing SEC filing data for the requested company or security, including filing type, date, and document details as available from the SEC EDGAR system.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/losbeto-sec-filing-retrieval-3d131a35/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from losbeto-production-dd7c.up.railway.app](https://www.zero.xyz/host/losbeto-production-dd7c.up.railway.app/llms.txt)
