n8n recipe

SEC API n8n Workflow

A developer-friendly n8n pattern for teams that want SEC filing updates in a workflow runner without running their own EDGAR ingest.

GET /v1/sec/watchlist/changes?tickers=AAPL,MSFT,NVDA&since=2026-07-01
HTTP Request node
Method: GET
URL: https://sec-event-intelligence.p.rapidapi.com/v1/sec/watchlist/changes
Query:
  tickers=AAPL,MSFT,NVDA
  since=2026-07-01
Headers:
  x-rapidapi-host=sec-event-intelligence.p.rapidapi.com
  x-rapidapi-key={{ $env.RAPIDAPI_KEY }}

Workflow Setup

This recipe validates whether buyers want SEC filing data inside automation tools before we build deeper app-specific support.

Endpoints Used

The integration uses live SEC Event Intelligence endpoints available through RapidAPI subscriptions.

Integration FAQ

Does this require an n8n community node?

No. The recipe uses a generic HTTP Request node and RapidAPI headers.

Can one request monitor several tickers?

Yes. The watchlist endpoint accepts a comma-separated ticker list and returns grouped changes.

No investment advice. These recipes move public SEC filing metadata into automation tools. They do not provide recommendations, ratings, signals, or personalized financial guidance. The starter workflow file is available at /downloads/sec-api-n8n-watchlist-workflow.json.