Power Automate recipe

SEC API Power Automate Flow

A self-serve Power Automate HTTP action recipe for operations teams that want scheduled SEC filing checks in Microsoft flows without hosting their own EDGAR parser.

GET /v1/sec/watchlist/changes?tickers=AAPL,MSFT&since=2026-07-01&limit=10
Trigger: Recurrence

Action: Invoke an HTTP request
Method: GET
URL: https://sec-event-intelligence.p.rapidapi.com/v1/sec/watchlist/changes?tickers=AAPL,MSFT&since=2026-07-01&limit=10
Headers:
  x-rapidapi-host: sec-event-intelligence.p.rapidapi.com
  x-rapidapi-key: @{variables('RAPIDAPI_KEY')}

Next action: Parse JSON, then send matching filings to Teams, email, SharePoint, or Planner.

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

Is this an official Microsoft Power Automate connector?

No. It is a generic HTTP action recipe that calls the live RapidAPI endpoint from a Power Automate flow.

Does this require a paid Power Automate feature?

Microsoft HTTP action availability depends on the buyer's Power Automate plan, environment, and tenant policy. The SEC API side is standard HTTPS JSON through RapidAPI.

No investment advice. These recipes move public SEC filing metadata into automation tools. They do not provide recommendations, ratings, signals, or personalized financial guidance.