{
  "info": {
    "name": "SEC Event Intelligence API",
    "_postman_id": "2fe4c40f-d2c0-4ed5-a3f8-0c4555e1c001",
    "description": "Importable Postman collection for the SEC Event Intelligence API on RapidAPI. Set rapidapi_key before calling protected endpoints. Buyer handoff: open the first-call checklist, run the watchlist request in RapidAPI Playground, then use this collection for repeatable endpoint evaluation.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://sec-event-intelligence.p.rapidapi.com"
    },
    {
      "key": "rapidapi_host",
      "value": "sec-event-intelligence.p.rapidapi.com"
    },
    {
      "key": "rapidapi_key",
      "value": "replace-with-rapidapi-key"
    },
    {
      "key": "first_call_checklist_url",
      "value": "https://api.data-apis.com/first-call"
    },
    {
      "key": "rapidapi_watchlist_playground_url",
      "value": "https://api.data-apis.com/events/sec-event-intelligence/rapidapi?target=postman-collection-watchlist-playground"
    },
    {
      "key": "rapidapi_subscribe_url",
      "value": "https://api.data-apis.com/events/sec-event-intelligence/rapidapi?target=postman-collection-rest"
    },
    {
      "key": "postman_environment_url",
      "value": "https://api.data-apis.com/events/sec-event-intelligence/download?target=postman-environment"
    },
    {
      "key": "pricing_calculator_url",
      "value": "https://api.data-apis.com/pricing-calculator"
    },
    {
      "key": "mcp_access_url",
      "value": "https://api.data-apis.com/mcp/access"
    },
    {
      "key": "direct_access_handoff_url",
      "value": "https://api.data-apis.com/subscribe/requested?format=json"
    },
    {
      "key": "mcp_first_public_tool_call_url",
      "value": "https://api.data-apis.com/mcp/first-public-tool-call.json"
    },
    {
      "key": "mcp_demo_runner_url",
      "value": "https://api.data-apis.com/mcp/demo-runner"
    }
  ],
  "item": [
    {
      "name": "Buyer handoff",
      "description": "Run these links after import if the API key, checkout, or first authenticated request still needs setup.",
      "item": [
        {
          "name": "Open first-call checklist",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{first_call_checklist_url}}",
            "description": "Checklist for confirming the first watchlist HTTP 200 response."
          }
        },
        {
          "name": "Run watchlist in RapidAPI Playground",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{rapidapi_watchlist_playground_url}}",
            "description": "Open the protected watchlist endpoint in RapidAPI Playground."
          }
        },
        {
          "name": "Subscribe on RapidAPI",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{rapidapi_subscribe_url}}",
            "description": "Open the current self-serve subscription path."
          }
        },
        {
          "name": "Download Postman environment",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{postman_environment_url}}",
            "description": "Download the matching RapidAPI environment variables."
          }
        },
        {
          "name": "Estimate request volume",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{pricing_calculator_url}}",
            "description": "Review likely monthly request volume before choosing a plan."
          }
        },
        {
          "name": "Open direct-access JSON handoff",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{direct_access_handoff_url}}",
            "description": "Machine-readable self-serve route after a direct access request."
          }
        },
        {
          "name": "Review hosted MCP access",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{mcp_access_url}}",
            "description": "Compare REST subscription and hosted MCP access routes."
          }
        },
        {
          "name": "Open MCP first public tool-call JSON",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{mcp_first_public_tool_call_url}}",
            "description": "Copy the no-key MCP tools/call payload and follow-up access call."
          }
        },
        {
          "name": "Run MCP browser demo",
          "request": {
            "method": "GET",
            "header": [],
            "url": "{{mcp_demo_runner_url}}",
            "description": "Verify the public MCP setup tools before production credentials."
          }
        }
      ]
    },
    {
      "name": "Public demo",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "https://api.data-apis.com/demo",
          "protocol": "https",
          "host": [
            "api",
            "data-apis",
            "com"
          ],
          "path": [
            "demo"
          ]
        },
        "description": "Unauthenticated sample response for response-shape review."
      }
    },
    {
      "name": "Latest filings",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/latest?form=8-K&limit=25",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "latest"
          ],
          "query": [
            {
              "key": "form",
              "value": "8-K"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        },
        "description": "Fetch recent SEC filings, optionally filtered by form type."
      }
    },
    {
      "name": "Filing change feed",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/changes?since=2026-07-01&ticker=AAPL&limit=25",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "changes"
          ],
          "query": [
            {
              "key": "since",
              "value": "2026-07-01"
            },
            {
              "key": "ticker",
              "value": "AAPL"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        },
        "description": "Poll newly observed filings since a date."
      }
    },
    {
      "name": "Watchlist changes",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/watchlist/changes?tickers=AAPL,MSFT,NVDA&since=2026-07-01&limit=25",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "watchlist",
            "changes"
          ],
          "query": [
            {
              "key": "tickers",
              "value": "AAPL,MSFT,NVDA"
            },
            {
              "key": "since",
              "value": "2026-07-01"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        },
        "description": "Poll filing changes for multiple tickers in one request."
      }
    },
    {
      "name": "Company search",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/companies/search?q=apple&limit=10",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "companies",
            "search"
          ],
          "query": [
            {
              "key": "q",
              "value": "apple"
            },
            {
              "key": "limit",
              "value": "10"
            }
          ]
        },
        "description": "Resolve ticker symbols, CIKs, and company names."
      }
    },
    {
      "name": "Company profile",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/company/AAPL/profile",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "company",
            "AAPL",
            "profile"
          ],
          "query": []
        },
        "description": "Fetch company metadata, filing coverage, form counts, and latest filing."
      }
    },
    {
      "name": "Insider filings",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/insider-trades?ticker=MSFT&limit=25",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "insider-trades"
          ],
          "query": [
            {
              "key": "ticker",
              "value": "MSFT"
            },
            {
              "key": "limit",
              "value": "25"
            }
          ]
        },
        "description": "Retrieve public Forms 3, 4, and 5 metadata by ticker."
      }
    },
    {
      "name": "Filing summary",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "x-rapidapi-host",
            "value": "{{rapidapi_host}}"
          },
          {
            "key": "x-rapidapi-key",
            "value": "{{rapidapi_key}}"
          }
        ],
        "url": {
          "raw": "{{base_url}}/v1/sec/forms/0001214659-26-008121/summary",
          "host": [
            "{{base_url}}"
          ],
          "path": [
            "v1",
            "sec",
            "forms",
            "0001214659-26-008121",
            "summary"
          ],
          "query": []
        },
        "description": "Resolve one filing by accession number and return normalized metadata."
      }
    }
  ]
}