SEC Rule Releases avatar

SEC Rule Releases

Under maintenance

Pricing

Pay per usage

Go to Apify Store
SEC Rule Releases

SEC Rule Releases

Under maintenance

Normalize exact SEC rule-release pages into evidence-bound proposal, adoption, amendment, and policy records.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

BB

BB

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Normalize an exact SEC rule-release page into an evidence-bound secPolicyEvent record with explicit proposal, adoption, amendment, date, and source semantics.

What this Actor gives you

  • structured rule-release identifiers, titles, dates, topics, and documents
  • deterministic event and policy-matter IDs
  • direct SEC source and evidence references
  • explicit separation of proposals from adopted or effective rules
  • structured SUMMARY and bounded ERRORS records

Release 0.1's production-confirmed path is queryMode: "releaseNumber" against the official SEC rule-release route. File-number, topic, publication-window, guidance, no-action, SRO, petition, and comment discovery remain schema-declared but are not advertised as production-confirmed in this release.

Example input

{
"queries": [
{
"requestId": "rule-33-11431",
"queryMode": "releaseNumber",
"releaseNumber": "33-11431",
"detailKinds": ["adoption"]
}
],
"maxResults": 1,
"maxSourceRequests": 4,
"maxDownloadBytes": 2097152,
"outputSchemaVersion": "1.0",
"outputMode": "full"
}

Output

{
"schemaVersion": "1.0",
"recordType": "secPolicyEvent",
"recordId": "sec-policy:...",
"requestIds": ["rule-33-11431"],
"coverageStatus": "complete",
"source": [],
"warnings": [],
"data": {
"detailKind": "adoption",
"releaseNumbers": ["33-11431"],
"publishedAt": "2026-01-01T00:00:00Z",
"effectiveAt": null,
"documents": [],
"evidence": []
}
}

Successful records go to the default Dataset. SUMMARY and ERRORS are separate default Key-Value Store records.

SEC Complete Data Suite

This is the policy-semantics layer above sec-regulatory-publication-catalog and a source for sec-regulatory-risk-aggregator and sec-company-dossier-aggregator. It does not run another Actor.

Limits, runtime, and cost

Runs are bounded to 20 queries, 5,000 records, 500 SEC requests, and 104,857,600 downloaded bytes. Runtime and the price shown by Apify depend on the number and size of release pages fetched and records emitted.

Trust and limitations

  • A proposal is never represented as effective law.
  • A no-action letter is not a general rule; a public comment is not an SEC position.
  • No legal interpretation, compliance decision, or investment advice.
  • This independent community Actor is not affiliated with or endorsed by the U.S. Securities and Exchange Commission.

For support, use the Actor's Issues tab and include the run ID and bounded input. Never post tokens or private data.