SEC Litigation Releases avatar

SEC Litigation Releases

Under maintenance

Pricing

Pay per usage

Go to Apify Store
SEC Litigation Releases

SEC Litigation Releases

Under maintenance

Normalize exact public SEC litigation releases into evidence-bound complaint and enforcement-event 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 public SEC litigation-release number into structured, evidence-bound secEnforcementEvent Dataset items.

What this Actor gives you

  • deterministic matter and event records from the official SEC page
  • release number, dates, respondents, forum, legal status, documents, and direct evidence where the source states them
  • explicit separation of allegation, finding, admission, settlement, and judgment
  • structured SUMMARY and bounded ERRORS records

Release 0.1's production-confirmed lookup is queryMode: "releaseNumber" with an exact identifier such as LR-26585. Other discovery modes in the broader schema are not advertised as production-confirmed in this release.

Example input

{
"queries": [
{
"requestId": "release-26585",
"queryMode": "releaseNumber",
"releaseNumber": "LR-26585",
"detailKinds": ["complaint"]
}
],
"maxResults": 1,
"maxSourceRequests": 4,
"maxDownloadBytes": 2097152,
"outputSchemaVersion": "1.0",
"outputMode": "full"
}

Output

{
"schemaVersion": "1.0",
"recordType": "secEnforcementEvent",
"recordId": "sec-enforcement:...",
"requestIds": ["release-26585"],
"coverageStatus": "complete",
"source": [],
"warnings": [],
"data": {
"detailKind": "complaint",
"releaseNumbers": ["LR-26585"],
"status": "allegation",
"respondents": [],
"documents": [],
"classificationEvidence": []
}
}

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

SEC Complete Data Suite

This Actor supplies enforcement evidence to workflows using sec-regulatory-publication-catalog, sec-regulatory-risk-aggregator, and sec-company-dossier-aggregator. It does not execute sibling Actors.

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 of exact releases fetched and records emitted.

Trust and limitations

  • Public SEC sources only.
  • No independent claim of guilt, liability, admission, or legal finding.
  • No compliance verdict, legal advice, 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.