{
  "apiType": "Standard API",
  "authentication": {
    "headerName": "x-api-key",
    "publicSetupRequiresKey": false,
    "secretPlacement": "Configure the provider-side APYHUB_BACKEND_KEY in the ApyHub dashboard only.",
    "type": "apiKeyHeader"
  },
  "baseUrl": "https://api.data-apis.com",
  "categories": [
    "Data Extraction",
    "Data Validation"
  ],
  "description": "Source-linked SEC filing metadata API for EDGAR filing events, company feeds, insider transactions, and watchlist polling. Built for compliance workflows, dashboards, and alert workers.",
  "documentationUrl": "https://api.data-apis.com/docs",
  "endpoints": [
    {
      "atomsPerExecution": 5,
      "method": "GET",
      "name": "Latest SEC filings",
      "path": "/v1/sec/latest",
      "queryParameters": [
        {
          "description": "Filter by SEC filing form type.",
          "example": "8-K",
          "name": "form",
          "required": false,
          "type": "string"
        },
        {
          "description": "Maximum number of filings to return.",
          "example": 25,
          "name": "limit",
          "required": false,
          "type": "integer"
        }
      ],
      "summary": "Return recent source-linked SEC filing metadata."
    },
    {
      "atomsPerExecution": 5,
      "method": "GET",
      "name": "Ticker watchlist filing changes",
      "path": "/v1/sec/watchlist/changes",
      "queryParameters": [
        {
          "description": "Comma-separated stock tickers to monitor.",
          "example": "AAPL,MSFT,NVDA",
          "name": "tickers",
          "required": true,
          "type": "string"
        },
        {
          "description": "Earliest filing date in YYYY-MM-DD format.",
          "example": "2026-07-01",
          "name": "since",
          "required": false,
          "type": "date"
        },
        {
          "description": "Maximum number of grouped ticker results.",
          "example": 25,
          "name": "limit",
          "required": false,
          "type": "integer"
        }
      ],
      "summary": "Return filing changes for a comma-separated ticker watchlist."
    },
    {
      "atomsPerExecution": 5,
      "method": "GET",
      "name": "Company SEC filing history",
      "path": "/v1/sec/company/{ticker}/filings",
      "pathParameters": [
        {
          "description": "Ticker symbol for the issuer.",
          "example": "AAPL",
          "name": "ticker",
          "required": true,
          "type": "string"
        }
      ],
      "queryParameters": [
        {
          "description": "Maximum number of filings to return.",
          "example": 25,
          "name": "limit",
          "required": false,
          "type": "integer"
        }
      ],
      "summary": "Return source-linked SEC filing history for a single ticker."
    },
    {
      "atomsPerExecution": 5,
      "method": "GET",
      "name": "Form 4 insider filing metadata",
      "path": "/v1/sec/insider-trades",
      "queryParameters": [
        {
          "description": "Ticker symbol to filter insider filing metadata.",
          "example": "MSFT",
          "name": "ticker",
          "required": false,
          "type": "string"
        },
        {
          "description": "Maximum number of filings to return.",
          "example": 25,
          "name": "limit",
          "required": false,
          "type": "integer"
        }
      ],
      "summary": "Return public Forms 3, 4, and 5 filing metadata by ticker."
    }
  ],
  "firstCallUrl": "https://api.data-apis.com/first-call",
  "logoUrl": "https://api.data-apis.com/logo.svg",
  "name": "SEC Event Intelligence API",
  "notInvestmentAdvice": true,
  "openapiUrl": "https://api.data-apis.com/openapi.json",
  "privacyUrl": "https://api.data-apis.com/privacy",
  "provider": "Data APIs",
  "rapidapiUrl": "https://rapidapi.com/autoearnapi/api/sec-event-intelligence",
  "sampleResponseUrl": "https://api.data-apis.com/demo",
  "suggestedAtomsPerExecution": 5,
  "supportUrl": "https://api.data-apis.com/support",
  "tags": [
    "sec",
    "edgar",
    "filings",
    "watchlist",
    "compliance"
  ],
  "termsUrl": "https://api.data-apis.com/terms",
  "usageBoundary": "Data infrastructure only. The API returns public SEC filing metadata and does not provide investment advice, ratings, recommendations, buy/sell signals, or personalized financial guidance.",
  "wellKnownOpenapiUrl": "https://api.data-apis.com/.well-known/openapi.json",
  "workspace": "data-apis"
}