v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Insiders

Insider transactions (SEC Forms 4/5)

Insider transactions for one symbol from the platform's SEC EDGAR Form 4 / Form 5 pipeline: purchases, sales, option exercises, awards, with insider roles, security titles, prices and filing provenance. Default window: last 90 days; T+1 freshness; retention 730 days.

get/api/v1/insiders/transactions

Query parameters

symbolstring required

Security ticker symbol.

Security ticker symbol.

from_datestring nullable

Inclusive window start (YYYY-MM-DD). Default: 90 days back.

Inclusive window start (YYYY-MM-DD). Default: 90 days back.

to_datestring nullable

Inclusive window end (YYYY-MM-DD). Default: today.

Inclusive window end (YYYY-MM-DD). Default: today.

filter_typestring nullable

purchase | sale | option_exercise | award | gift | disposition | other.

purchase | sale | option_exercise | award | gift | disposition | other.

Response

EDGAR-native insider transaction rows, with provenance.

Example response

{
  "data": {
    "symbol": "AAPL",
    "transactions": [
      {
        "form": "4"
      }
    ]
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}