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.
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.
- Subscribe on RapidAPI and copy the generated RapidAPI key.
- Create a scheduled cloud flow with a Recurrence trigger.
- Add an HTTP or Invoke an HTTP request action with the RapidAPI URL and headers.
- Parse the JSON response and route matching filings to Teams, email, SharePoint, Planner, or another internal destination.
Endpoints Used
The integration uses live SEC Event Intelligence endpoints available through RapidAPI subscriptions.
GET /v1/sec/watchlist/changesGET /v1/sec/changesGET /v1/sec/forms/{accessionNo}/summary
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.