flow.filings
anonymous okCongress and insider filings
Recent stock transactions disclosed by members of Congress or by corporate insiders (SEC Form 4). Insider lookups require tickers.
Free. Anonymous and Free callers get 15-minute delayed data capped at 50 rows.
Input
| Field | Type | Description |
|---|---|---|
| source* | "congress" | "insider" | |
| tickers | string[] | Ticker symbols |
| chamber | "senate" | "house" | Congress only |
| limit | integer | Max rows (1–200)Default 50. |
* required
Output
Returned under data; every response also carries meta with freshness, as_of and truncated.
| Field | Type | Description |
|---|---|---|
| filings* | object[] |
* required
Example request
Latest Senate disclosures
curl -X POST "https://impliedoptions.com/api/v1/tools/flow.filings" \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{
"args": {
"source": "congress",
"chamber": "senate",
"limit": 25
}
}'Rendered result: /flow?tab=congress