# Equity Smart Money Bundle — SEC Insider Activity + TTM Fundamentals

> Equity Smart Money Bundle — SEC Insider Activity + TTM Fundamentals is a paid API for AI agents from x402.ottoai.services, paid per call via x402, $0.006/call, status unknown (last checked 2026-09-14).

Returns SEC Form 4 insider buying/selling activity plus trailing-twelve-month financial fundamentals (revenue, net income, EPS) for any US-listed stock ticker in a single call.

## Facts

- Endpoint: GET https://x402.ottoai.services/equity-smart-money
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/equity-smart-money-bundle-sec-insider-activity-ttm-fundamentals-a8f9b5b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6bHxunW-cSViB2q6hvcLb

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 equity-smart-money-bundle-sec-insider-activity-ttm-fundamentals-a8f9b5b9
```

Example prompt: Pull the smart money bundle for NVDA — I want to see recent SEC Form 4 insider purchases vs sales and the trailing-twelve-month revenue, net income, and EPS all in one shot.

## When to prefer this

Use this endpoint when you need both insider sentiment (Form 4 buy/sell signals) and core financial fundamentals (revenue, income, EPS) for a US-listed equity in a single low-cost call ($0.005 USDC). Prefer it over separate SEC and financial data APIs when you want to correlate smart money insider behavior with company performance metrics without assembling multiple data sources yourself.

## Known failure modes

- Invalid or unrecognized ticker returns an error response
- 4/A amended insider filing detected — returns HTTP 503 (unpaid) during ~1-hour processing lag
- Ticker not US-listed or not found in SEC EDGAR returns empty or error data
- Network timeout or upstream SEC EDGAR unavailability
- Missing required 'ticker' query parameter causes schema validation failure

## How this service works

Smart-money bundle for any US-listed company by ticker, in ONE call: SEC Form 4 insider activity (purchases vs sales — SEC codes P/S, net purchase-sale balance, who filed and their roles) PLUS trailing-twelve-month fundamentals (revenue + YoY, net income + YoY, diluted EPS) from XBRL filings. 4/A-amended insider windows withheld once detected (~1h lag): unpaid 503. Smart money, fundamentals. Public-domain SEC EDGAR. $0.006 per call.

## Output

A JSON object with status, meta (including generatedAt timestamp), and data containing: SEC Form 4 insider transactions broken down by purchase/sale codes (P/S), net purchase-sale balance, filer names and roles; plus TTM revenue with YoY growth, net income with YoY growth, and diluted EPS sourced from XBRL filings. Amended 4/A filings are withheld during a ~1-hour processing window (returns 503 during that period).

## 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"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "ticker"
     ],
     "properties": {
      "ticker": {
       "type": "string",
       "description": "US-listed stock ticker symbol (e.g. NVDA, AAPL, TSLA)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "status"
     ],
     "properties": {
      "data": {},
      "meta": {
       "type": "object"
      },
      "reason": {
       "type": "string",
       "description": "status=unavailable only; every >=400 is UNCHARGED"
      },
      "status": {
       "enum": [
        "success",
        "unavailable"
       ],
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "note": "Insider Form 4 activity in this company, alongsi...",
   "ticker": "NVDA",
   "caveats": [
    {
     "code": "hourly_snapshot",
     "plain": "This is an hourly snapshot of SEC filings, not a...",
     "affects": [
      "generatedAt"
     ]
    }
   ],
   "company": {
    "cik": "1045810",
    "name": "NVIDIA CORP"
   },
   "insider": {
    "coverage": {
     "filingsFailed": 0,
     "filingsParsed": 8,
     "filingsSelected": 8,
     "windowLatestFiledAt": "2026-07-02",
     "windowEarliestFiledAt": "2026-06-13",
     "filingsSkippedOwnerSide": 0
    },
    "windowSummary": {
     "saleCount": 6,
     "latestDate": "2026-07-01",
     "earliestDate": "2026-06-12",
     "saleValueUsd": 48211320.5,
     "purchaseCount": 0,
     "purchaseValueUsd": 0,
     "transactionCount": 9,
     "saleUnvaluedCount": 0,
     "sharesAcquiredTotal": 500000,
     "sharesDisposedTotal": 812400,
     "purchaseUnvaluedCount": 0,
     "distinctSecurityTitles": 1,
     "netPurchaseSaleValueUsd": -48211320.5,
     "shareCountUnreportedCount": 0
    },
    "recentTransactions": [
     {
      "code": "S",
      "date": "2026-07-01",
      "shares": 75000,
      "filedAt": "2026-07-02",
      "filedBy": "HUANG JEN HSUN",
      "priceUsd": 172.31,
      "valueUsd": 12923250,
      "filingUrl": "https://www.sec.gov/Archives/edgar/data/1045810/...",
      "ownership": "D",
      "filerRoles": "President and CEO",
      "securityTitle": "Common Stock",
      "acquiredDisposed": "D",
      "sharesOwnedAfter": 74625000
     }
    ]
   },
   "generatedAt": "2026-07-10T12:00:00.000Z",
   "methodology": "https://docs.useotto.xyz/acp-swarm/sec-filings-m...",
   "fundamentals": {
    "basis": "ttm",
    "periodEnd": "2026-04-26",
    "epsDiluted": 6.51,
    "revenueUsd": 253491000000,
    "netIncomeUsd": 159613000000,
    "revenueYoYPct": 70.7,
    "netIncomeYoYPct": 107.9,
    "netIncomeChangeUsd": 82826000000,
    "netIncomeTransition": null,
    "epsDilutedIsEstimate": true
   }
  },
  "meta": {
   "degraded": false,
   "validUntil": "",
   "generatedAt": "",
   "stalenessSec": 0
  },
  "status": "success"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/equity-smart-money-bundle-sec-insider-activity-ttm-fundamentals-a8f9b5b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.ottoai.services](https://www.zero.xyz/host/x402.ottoai.services/llms.txt)
