AI Power Ups
Contents

Research and reading · SEC EDGAR

companies.financials

Find SEC company filings by ticker or CIK, then read financial facts and revenue dimensions from a specific accession. Facts retain their exact period, unit, context and source. Segment, geographic, product and whole-company figures remain separate. An absent dimension is unknown, never inferred from consolidated revenue.
Operation
POST /v1/capabilities/companies.financials/execute
operationId
executeCompaniesFinancials
Typical credits
0
Search deadline
40 s server-side
Paging
local
Availability
ConfiguredChecked 2026-09-23 21:02 UTC
Cost basis: Public SEC data; no per-request provider charge. Stored facts and buffered pages are free. Availability is reported per deployment by GET /v1/catalog (available). The timestamped snapshot describes configuration, not provider uptime or your account's enabled choices. Check the catalog with your own key before a call. Credits are explained under credits and limits.

Request

Body of POST /v1/capabilities/companies.financials/execute, JSON, validated against the CompaniesFinancialsRequest component of the public OpenAPI document. Defaults are applied server-side, so an omitted optional field behaves exactly as its default.

Request fields of companies.financials
FieldTypeRequiredDefaultConstraints and description
companyobject | objectyesSEC filer identity. Use CIK for an issuer without a listed ticker.
company.cikwhen option 1stringyespattern ^[0-9]{1,10}$
company.tickerwhen option 2stringyespattern ^[A-Za-z0-9][A-Za-z0-9.-]{0,14}$
view"filings" | "financials" | "revenue_breakdown"no"filings"
accessionstringnopattern ^\d{10}-\d{2}-\d{6}$
Required for a paginated fact view; public SEC accession number.
forms"10-K" | "10-Q" | "20-F" | "40-F" | "10-K/A" | "10-Q/A" | "20-F/A" | "40-F/A"[]nomin items 1, max items 8, unique items
filed_fromstringnopattern ^\d{4}-\d{2}-\d{2}$
filed_tostringnopattern ^\d{4}-\d{2}-\d{2}$
numintegerno5min 1, max 10
  • Unknown keys are rejected with 400 invalid_request.

Rules the schema cannot express

Checked after schema validation; violations return 400 invalid_request with a plain message.

  • A ticker must identify exactly one SEC filer; otherwise use the CIK.
  • filed_from and filed_to must be valid ISO dates and filed_from must not follow filed_to.
  • Fact views (financials, revenue_breakdown) require accession.

Examples

Where NVIDIA earns its revenue

curl
curl -s -X POST https://api.powerups-ai.store/v1/capabilities/companies.financials/execute \
  -H "Authorization: Bearer $AIPA_API_KEY" -H "Content-Type: application/json" \
  -d '{"company":{"ticker":"NVDA"},"forms":["10-K"],"num":1}'
No recorded response is published for this capability yet. The envelope is the ExecuteResponse component (see sessions and records); the record keys below are what the adapter emits. A first call with the example above returns search_id, the records and the charge.

Result record

Every item in results[] carries record_id and title (contract, always present) and usually url and snippet. The keys below are the documented tier: produced deterministically by this capability, omitted when the source has no value, checked against recorded source fixtures in our test suite, and published as the CompaniesFinancialsRecord component (all optional, extra keys allowed) so generated clients type them. The wire schema itself still validates only the base keys. See stability tiers.

Record keys of companies.financials
KeyTypePresenceNote
cikstringalways
issuerstringwhen the source has itFilings view.
accessionstringalways
formstringwhen the source has itFilings view.
filed_atstringwhen the source has itFilings view.
report_datestringwhen the source has itFilings view.
accepted_atstring | nullwhen the source has itFilings view.
primary_documentstringwhen the source has itFilings view.
primary_urlstringwhen the source has itFilings view.
is_amendmentbooleanwhen the source has itFilings view.
fact_idstringwhen the source has itFact views.
valuenumber | stringwhen the source has itFact views.
unitobjectwhen the source has itFact views.
periodobjectwhen the source has itFact views.
dimensionsobject[]when the source has itFact views.
sourcestringalways

Caveats

  • financials and revenue_breakdown details may include continuation: { capability, body }, a typed next request for the paginated fact view.

Follow-ups

  • Paging: Whole result set held in the session; more is served locally and costs nothing. Send { "search_id": "…", "action": "more" } while has_more is true; tolerate an empty page and stop after a bounded number of pages.
  • Update: Re-run with changed parameters (merged into the stored query); page state resets, search_id stays. Params accept any subset of the request fields (CompaniesFinancialsUpdateParams).
  • Record actions:
    • details: Filing identity and authoritative source links.
    • financials: Financial facts from this filing, with exact units, periods and a continuation request if needed.
    • revenue_breakdown: Revenue facts with their actual filing dimensions; preserves distinct business, geographic and product axes.
  • Detail behaviour: Free provider lookup on first call; repeats are cached. details, financials and revenue_breakdown read SEC EDGAR directly at no charge; repeated calls are cached.
record action
curl -s -X POST https://api.powerups-ai.store/v1/follow-up \
  -H "Authorization: Bearer $AIPA_API_KEY" -H "Content-Type: application/json" \
  -d '{"record_id":"rec_…","action":"details"}'

details detail keys (owned, documented tier)

Filings view: the stored filing record with SEC index and primary-document URLs. Fact views: the stored fact with its accession and retrieval provenance. Built entirely by our code and published as the CompaniesFinancialsDetailsDetail component; the wire contract of detail stays untyped, extra keys may appear.

Detail keys of companies.financials details
FieldTypeRequiredDefaultConstraints and description

financials detail keys (owned, documented tier)

Selected reported facts of the accession with units, periods and dimensions. Built entirely by our code and published as the CompaniesFinancialsFinancialsDetail component; the wire contract of detail stays untyped, extra keys may appear.

Detail keys of companies.financials financials
FieldTypeRequiredDefaultConstraints and description
cikstringyes
accessionstringyes
sourcestringyes
source_documentsobjectyes
source_documents.instancestringyes
source_documents.labelsstringno
content_sha256stringyes
retrieved_atstringyes
extraction_status"selected_reported_facts"yes
factsobject[]yesAt most 100; see fact_count and truncated.
facts[].entityobjectyes
facts[].entity.schemestringyes
facts[].entity.identifierstringyes
facts[].periodobjectyes
facts[].period.startstring | nullyes
facts[].period.endstring | nullyes
facts[].period.instantstring | nullyes
facts[].dimensionsobject (any keys)[]yes
facts[].conceptstringyes
facts[].labelstring | nullyes
facts[].fact_idstring | nullyes
facts[].context_idstringyes
facts[].unitobjectyes
facts[].unit.numeratorstring[]yes
facts[].unit.denominatorstring[]yes
facts[].valuestring | nullyes
facts[].decimalsstring | nullyes
facts[].precisionstring | nullyes
facts[].source_urlstringyes
facts[].duplicate_fact_idsstring | null[]yes
facts[].conflicting_valuesbooleanyes
fact_countintegeryesmin 0
truncatedbooleanyes
continuationobjectyesA typed next request for the paginated fact view of this accession.
continuation.capability"companies.financials"yes
continuation.bodyobject (any keys)yes
notesstring[]yes

revenue_breakdown detail keys (owned, documented tier)

Revenue facts by segment, geography and product; overlapping views, not addable. Built entirely by our code and published as the CompaniesFinancialsRevenueBreakdownDetail component; the wire contract of detail stays untyped, extra keys may appear.

Detail keys of companies.financials revenue_breakdown
FieldTypeRequiredDefaultConstraints and description
cikstringyes
accessionstringyes
sourcestringyes
source_documentsobjectyes
source_documents.instancestringyes
source_documents.labelsstringno
content_sha256stringyes
retrieved_atstringyes
extraction_status"selected_reported_facts"yes
factsobject[]yesAt most 100; see fact_count and truncated.
facts[].entityobjectyes
facts[].entity.schemestringyes
facts[].entity.identifierstringyes
facts[].periodobjectyes
facts[].period.startstring | nullyes
facts[].period.endstring | nullyes
facts[].period.instantstring | nullyes
facts[].dimensionsobject (any keys)[]yes
facts[].conceptstringyes
facts[].labelstring | nullyes
facts[].fact_idstring | nullyes
facts[].context_idstringyes
facts[].unitobjectyes
facts[].unit.numeratorstring[]yes
facts[].unit.denominatorstring[]yes
facts[].valuestring | nullyes
facts[].decimalsstring | nullyes
facts[].precisionstring | nullyes
facts[].source_urlstringyes
facts[].duplicate_fact_idsstring | null[]yes
facts[].conflicting_valuesbooleanyes
fact_countintegeryesmin 0
truncatedbooleanyes
continuationobjectyesA typed next request for the paginated fact view of this accession.
continuation.capability"companies.financials"yes
continuation.bodyobject (any keys)yes
notesstring[]yes

Other record detail objects are provider-shaped: documented by observation, not by schema. Full follow-up semantics: follow-up.

Typed client

With types generated from the public document (see types, client and samples) the call is path-keyed and the body is checked at compile time:

TypeScript (openapi-fetch)
const { data, error } = await client.POST("/v1/capabilities/companies.financials/execute", {
  body: {
    "company": {
      "ticker": "NVDA"
    },
    "forms": [
      "10-K"
    ],
    "num": 1
  },
});
if (error) throw new Error(`${error.error.code}: ${error.error.message}`);
for (const record of data.results) console.log(record.record_id, record.title);