SEC Fund Series & Classes avatar

SEC Fund Series & Classes

Under maintenance

Pricing

Pay per usage

Go to Apify Store
SEC Fund Series & Classes

SEC Fund Series & Classes

Under maintenance

Normalize official SEC investment-company series and class records with stable product identifiers and direct evidence.

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 official SEC investment-company series and class records into stable, evidence-bound secRegisteredProductRecord Dataset items.

What this Actor gives you

  • SEC registrant, series, and class identifiers without third-party security-master guesses
  • deterministic record and product IDs
  • product status, names, tickers where published, source dates, and direct SEC provenance
  • structured SUMMARY and bounded ERRORS records for automation

The production-confirmed release path reads the official SEC Investment-Company Series and Class dataset. Additional registered-product and prospectus shapes remain part of the versioned parser contract, but this release does not claim full-universe production verification for every inventoried source family.

Example input

{
"queries": [
{
"requestId": "product-1",
"seriesId": "S000000119",
"detailKinds": ["class"],
"maxProducts": 1
}
],
"maxResults": 1,
"maxSourceRequests": 2,
"maxDownloadBytes": 10485760,
"outputSchemaVersion": "1.0",
"outputMode": "full"
}

Use the visual input editor or the executable input schema for the complete set of exact identifiers, filters, defaults, and cursor rules. Caller URLs are never accepted.

Output

Successful rows go to the default Dataset:

{
"schemaVersion": "1.0",
"recordType": "secRegisteredProductRecord",
"recordId": "sec-registered-product:...",
"requestIds": ["product-1"],
"coverageStatus": "complete",
"time": {},
"source": [],
"parser": {},
"warnings": [],
"data": {
"detailKind": "class",
"registrant": {},
"series": {},
"class": {},
"evidence": []
}
}

SUMMARY and ERRORS are written separately to the default Key-Value Store, including for empty, bounded, partial, and failed runs.

SEC Complete Data Suite

This is the registered-product identity layer of the SEC Complete Data Suite. It works with sec-entity-identifier-registry, sec-fund-portfolio-and-report-normalizer, and sec-fund-diligence-aggregator. Suite Actors exchange documented records and exact IDs; this Actor does not start sibling Actors.

Limits, runtime, and cost

Runs are bounded to 20 queries, 1,000 products, 10,000 records, 200 SEC requests, and 52,428,800 downloaded bytes. Runtime and the price shown by Apify depend mainly on selected sources, downloaded bytes, and emitted records. Start with the one-result example and raise limits deliberately.

Trust and limitations

  • Public SEC sources only; no browser, proxy, LLM, or user secret.
  • No live prices, ratings, portfolio performance, or third-party identifiers.
  • No comparative-return calculations or investment recommendations.
  • This independent community Actor is not affiliated with or endorsed by the U.S. Securities and Exchange Commission.
  • Output is public-source data processing, not legal, accounting, compliance, or investment advice.

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