Tools/Insider trades (Form 4)

insider.filing

1 crread-only

One SEC Form 4 filing by accession number: the reporting insider, issuer, and every transaction in it (non-derivative + derivative), with net open-market flow and a link to the original SEC document. The full-filing follow-up when insider.transactions or events.latest hands you an accession_number.

Parameters#

ParameterTypeDescription
accessionreqstringSEC accession number, e.g. '0001943929-26-000010'

Example call#

bash
curl -X POST https://arkolith.com/api/mcp \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "insider.filing",
    "arguments": {
      "accession": "0001943929-26-000010"
    }
  }
}'

REST mirror: GET /filing/{accession}, metered identically.

Example response#

Shape varies
Output depends on your arguments and live data. Make the call above to see the exact response. Every result includes a provenance block where the source carries one.