# btcnode.uk SEC EDGAR Insider Trading Filings

> btcnode.uk SEC EDGAR Insider Trading Filings is a paid API for AI agents from btcnode.uk, paid per call via x402, $0.005000/call, status unknown (last checked 2026-09-15).

Retrieves SEC EDGAR insider trading filings (Form 3, Form 4, Form 5) for any given stock ticker, including trade details and filing dates

## Facts

- Endpoint: GET https://btcnode.uk/api/sec/insider/:ticker
- Price: $0.005000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/btcnode-uk-187ce5a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lNi27DcRrgn5_84EBuYF6

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 btcnode-uk-187ce5a2
```

Example prompt: Pull the latest SEC EDGAR insider trading filings for NVDA — I want to see the Form 4s with who traded, how many shares, and the filing dates.

## When to prefer this

Use this endpoint when you need structured SEC EDGAR insider trading data for a specific public company stock ticker, especially when you want Form 3/4/5 filings with trade details and dates without scraping SEC EDGAR directly. Ideal for financial research agents, compliance monitoring, or investment analysis workflows.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty result or error
- Ticker with no SEC filings returns empty array
- Network timeout or upstream SEC EDGAR unavailability
- Rate limiting if called too frequently
- Delisted or OTC tickers may have incomplete data

## How this service works

SEC EDGAR insider trading filings for any stock ticker — Form 4, Form 3, Form 5 with trade details and filing dates

## Output

Returns SEC EDGAR insider trading filing records for the requested ticker, including Form 3, Form 4, and/or Form 5 data with trade details (buyer/seller identity, share counts, transaction types) and associated filing dates.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {
   "ticker": "AAPL"
  },
  "queryParams": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/btcnode-uk-187ce5a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from btcnode.uk](https://www.zero.xyz/host/btcnode.uk/llms.txt)
