# GlianaAI — SEC Insider Trades Lookup

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

Retrieves SEC insider trading filings data for US public companies, pay-per-call via USDC with no signup required.

## Facts

- Endpoint: GET https://api.glianalabs.com/x402/tools/insider-trades
- Price: $0.015/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-insider-trades-lookup-0c17db67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nqLGH-kqxhj3Wrtgn-8I5

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-insider-trades-lookup-0c17db67
```

Example prompt: Pull the latest SEC insider trading filings for Tesla — I want to see what executives and directors have been buying or selling recently.

## When to prefer this

Choose this endpoint when you need on-demand, pay-as-you-go access to SEC insider trading data without committing to a subscription, especially useful for agents that query infrequently or need to combine insider data with other GlianaAI tools (crypto rates, company fundamentals) in a single payment flow using USDC on supported chains.

## Known failure modes

- Invalid or unknown ticker symbol returns empty results or an error
- SEC data lag means very recent filings may not yet be indexed
- Payment failure in USDC results in 402 Payment Required response
- Rate limiting if balance is exhausted
- Company with no recent insider filings returns empty dataset

## 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 insider trading records including filer names (executives, directors, 10% owners), transaction types (buy/sell/exercise), number of shares, price per share, transaction dates, and associated company information sourced from SEC Form 4 filings.

## 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/insider-trades"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/glianaai-sec-insider-trades-lookup-0c17db67/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)
