# GlianaAI — SEC Filings & Stock Filings Lookup

> GlianaAI — SEC Filings & Stock Filings Lookup is a paid API for AI agents from api.glianalabs.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-13).

Fetches SEC filings and US company fundamental data for a given stock or company via a pay-per-call API

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/tools/stock-filings
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/glianaai-sec-filings-stock-filings-lookup-eaa6b0dc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M_aZKQHbRWmaDvAvDraNh

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 glianaai-sec-filings-stock-filings-lookup-eaa6b0dc
```

Example prompt: Can you pull the latest SEC filings for Apple — specifically the most recent 10-K annual report?

## When to prefer this

Choose this endpoint when you need structured access to SEC filings and US public company regulatory documents without signup friction, especially when paying per-call in USDC is preferred over a subscription-based financial data provider. Ideal for agents that need on-demand, infrequent access to 10-K, 10-Q, 8-K, or insider trade data without committing to a monthly plan.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Company not publicly traded or not SEC-registered returns no filings
- Rate limiting or payment failure due to insufficient USDC balance
- Network timeout or upstream SEC/EDGAR data unavailability
- Malformed request body returns 400-level error

## How this service works

One endpoint for 90+ generative AI models, live market data, SEC filings and identity APIs — image, video, music, speech, LLM chat, crypto and FX rates, DEX liquidity, gas, US company fundamentals and insider trades, document OCR and face matching. Pay per request in USDC on Tempo, Base, Solana, Algorand or BNB Chain with no signup, or top up a prepaid balance in rupiah.

## Output

Returns SEC filing data for the requested US public company, including document metadata and content for filings such as 10-K, 10-Q, 8-K, and insider trade reports sourced from EDGAR.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tool": "tools/stock-filings"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-sec-filings-stock-filings-lookup-eaa6b0dc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.glianalabs.com](https://www.zero.xyz/host/api.glianalabs.com/llms.txt)
