Identifiers that survive a spreadsheet
Keep CRD, CIK, accession, series, class, CUSIP, and internal record keys explicit and appropriately scoped.
AUMSearch API
Query adviser, private-fund, Form D, and Form 13F records with consistent identifiers, source dates, and official links.
GET /v1/managers?query=berkshire
{
"data": [{
"name": "...",
"identifiers": { "cik": "..." },
"source": { "filed_at": "..." }
}]
}Responses retain identifiers, reporting dates, and source context.
Designed for integration
Keep CRD, CIK, accession, series, class, CUSIP, and internal record keys explicit and appropriately scoped.
Carry filing date, reporting period, form type, and official source links with the record.
Use conventional request limits, cursors, errors, and service keys—with no need to scrape a web interface.
API resources
/v1/statusInspect service health and all dataset statistics
/v1/datasets/statsList record counts and freshness for every dataset
/v1/datasets/{id}/statsRetrieve record count and freshness for one dataset
/v1/managersSearch and filter investment managers
/v1/managers/{id}Retrieve a manager profile and identifiers
/v1/managers/{id}/filingsList a manager’s sourced filing history
/v1/managers/{id}/comparisonsCompare adjacent reported Form 13F periods
/v1/filingsSearch filing metadata across sources
/v1/filings/{id}Retrieve a filing, report structure, and warnings
/v1/holdingsQuery reported institutional holdings
/v1/securitiesSearch normalized securities by canonical name or identifier
/v1/securities/resolveResolve a dated source-native security identifier
/v1/securities/{id}Retrieve a normalized security record
/v1/sources/statusInspect source freshness and coverage
Response contract
Return the native and normalized identifiers needed to distinguish advisers, registered funds, filing managers, filings, and securities.
Expose report periods, filing dates, effective dates, observed dates, and update metadata as specifically named fields.
Include form type, accession or filing identity, and an official source link for facts that require verification.
Document pagination, ordering, null states, corrections, rate limits, errors, and version changes before access is billable.
Build with AUMSearch
Request an API key for your application, research workflow, or internal system.
Request API access