{"slug":"hubvibe-io-com-work-market-fundamentals-079e0a","title":"Company fundamentals as the filer reported them to the SEC","host":"hubvibe-io.com","method":"POST","resource":"https://hubvibe-io.com/work/market/fundamentals","category":"company","description":"Company fundamentals as the filer reported them to the SEC: revenue, net income, diluted EPS, operating income, assets, liabilities, equity, cash and shares outstanding by reporting period (10-K and 10-Q), from EDGAR's official XBRL company-facts API, read at call time. Name your own XBRL concepts f","price_listed":0.05,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":1,"reported_payers_30d":1,"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"forms":["10-K","10-Q"],"periods":4,"symbol":"AAPL"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"anyOf":[{"required":["symbol"]},{"required":["cik"]}],"properties":{"cik":{"description":"SEC Central Index Key, e.g. 320193.","type":["integer","string"]},"concepts":{"description":"XBRL concept names (us-gaap, ifrs-full or dei). Default: Revenues, NetIncomeLoss, EarningsPerShareDiluted, OperatingIncomeLoss, Assets, Liabilities, StockholdersEquity, CashAndCashEquivalentsAtCarryingValue, EntityCommonStockSharesOutstanding.","items":{"type":"string"},"maxItems":25,"minItems":1,"type":"array"},"forms":{"description":"Restrict to these forms, e.g. [\"10-K\"] for annual figures only.","items":{"type":"string"},"minItems":1,"type":"array"},"periods":{"description":"Most recent reporting periods per concept, default 8.","maximum":40,"minimum":1,"type":"integer"},"symbol":{"description":"US ticker in the SEC's table, e.g. AAPL. Use this OR `cik`.","pattern":"^[A-Za-z][A-Za-z0-9.\\-]{0,11}$","type":"string"}},"required":[],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"$schema":"https://json-schema.org/draft/2020-12/schema","description":"The 200 body of every paid /work call. `result` is the worker's own output (its schema is per route); everything else is the same on every /work route. A receipt for the job is at `receipt_url`.","properties":{"billing_warning":{"description":"Present only when the charge was recorded with a caveat.","examples":["settlement pending"],"type":"string"},"price_usd":{"description":"What this call cost, in USD.","examples":[0.02],"type":"number"},"provenance":{"description":"How the result was produced: which providers ran and how long each took.","properties":{"attempts":{"description":"Provider attempts made, including retries and failovers.","examples":[1],"type":"integer"},"elapsed_ms":{"description":"Wall-clock milliseconds for the whole job.","examples":[340],"type":"integer"},"providers_used":{"description":"Providers that served the job.","examples":[["coinbase-advanced-trade-public"]],"items":{"description":"Provider name.","examples":["coinbase-advanced-trade-public"],"type":"string"},"type":"array"},"steps":{"description":"Every step the job ran, in order.","items":{"description":"One step of the job.","properties":{"ms":{"description":"Milliseconds the step took.","examples":[312],"type":"integer"},"ok":{"description":"Whether the step succeeded.","examples":[true],"type":"boolean"},"provider":{"description":"Provider that served the step.","examples":["coinbase-advanced-trade-public"],"type":"string"},"reason":{"description":"Failure reason, on a failed step.","examples":["provider_timeout"],"type":"string"},"step":{"description":"Step name inside the worker.","examples":["quote"],"type":"string"}},"required":["step","ok","ms"],"type":"object"},"type":"array"}},"required":["steps","providers_used","attempts","elapsed_ms"],"type":"object"},"receipt_id":{"description":"Receipt id for this job.","examples":["rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"receipt_url":{"description":"Where to fetch the machine-readable receipt (free, no payment).","examples":["/work/receipts/rcpt_9f1c2b3a4d5e6f70"],"type":"string"},"result":{"properties":{"as_of":{"description":"Latest filing date among the values returned.","examples":["2026-07-31"],"type":["string","null"]},"checked_at":{"description":"When this node read the source (UTC). Nothing here is cached.","examples":["2026-09-26T18:00:00Z"],"format":"date-time","type":"string"},"cik":{"description":"SEC Central Index Key.","examples":[320193],"type":"integer"},"concepts":{"additionalProperties":{"description":"One concept's reported values.","properties":{"concept":{"description":"The XBRL concept actually used (an alternate may stand in for the one asked).","examples":["RevenueFromContractWithCustomerExcludingAssessedTax"],"type":"string"},"label":{"description":"The concept's label.","examples":["Revenue from Contract with Customer, Excluding Assessed Tax"],"type":["string","null"]},"taxonomy":{"description":"us-gaap, ifrs-full or dei.","examples":["us-gaap"],"type":"string"},"unit":{"description":"Unit of every value.","examples":["USD"],"type":"string"},"values":{"description":"Reported values, newest period first, one per reported (start, end) period: a quarter and the year-to-date figure that share an end date are separate entries; a restated period shows the latest filing's figure.","examples":[[{"end":"2026-06-27","filed":"2026-07-31","fiscal_period":"Q3","fiscal_year":2026,"form":"10-Q","frame":"CY2026Q2","start":"2026-03-29","unit":"USD","value":109417000000}]],"items":{"description":"One reported value.","properties":{"end":{"description":"Period end (YYYY-MM-DD).","examples":["2026-06-27"],"type":"string"},"filed":{"description":"Filing date.","examples":["2026-07-31"],"type":["string","null"]},"fiscal_period":{"description":"FY, Q1, Q2 or Q3.","examples":["Q3"],"type":["string","null"]},"fiscal_year":{"description":"Filer's fiscal year.","examples":[2026],"type":["integer","null"]},"form":{"description":"Form it was reported on.","examples":["10-Q"],"type":["string","null"]},"frame":{"description":"SEC calendar frame when assigned.","examples":["CY2026Q2"],"type":["string","null"]},"start":{"description":"Period start for flows; null for instants (balance-sheet items).","examples":["2026-03-29"],"type":["string","null"]},"unit":{"description":"XBRL unit.","examples":["USD"],"type":"string"},"value":{"description":"The reported value, in `unit`.","examples":[109417000000],"type":"number"}},"required":["end","value","unit"],"type":"object"},"type":"array"}},"required":["concept","taxonomy","unit","values"],"type":"object"},"description":"One entry per concept found, keyed by the name asked for.","examples":[{"Revenues":{"concept":"RevenueFromContractWithCustomerExcludingAssessedTax","label":"Revenue from Contract with Customer, Excluding Assessed Tax","taxonomy":"us-gaap","unit":"USD","values":[{"end":"2026-06-27","filed":"2026-07-31","fiscal_period":"Q3","fiscal_year":2026,"form":"10-Q","frame":"CY2026Q2","start":"2026-03-29","unit":"USD","value":109417000000}]}}],"properties":{},"required":[],"type":"object"},"concepts_missing":{"description":"Concepts asked for that the filer has no facts for.","examples":[[]],"items":{"description":"A concept the filer has not reported.","examples":["Liabilities"],"type":"string"},"type":"array"},"entity_name":{"description":"Registrant name.","examples":["Apple Inc."],"type":["string","null"]},"forms":{"description":"Form filter applied, or null.","examples":[["10-K","10-Q"]],"items":{"type":"string"},"type":["array","null"]},"periods":{"description":"Periods per concept requested.","examples":[8],"type":"integer"},"source":{"const":"sec-edgar-xbrl-companyfacts","description":"Data source.","type":"string"},"symbol":{"description":"Ticker as given.","examples":["AAPL"],"type":["string","null"]}},"required":["cik","concepts","concepts_missing","periods","as_of","source","checked_at"],"type":"object"},"status":{"const":"ok","description":"Present only on a delivered result.","type":"string"},"worker":{"description":"Catalog name of the worker that ran.","examples":["market.quote"],"type":"string"}},"required":["status","worker","price_usd","result","provenance","receipt_id","receipt_url"],"title":"market.fundamentals response","type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"Company fundamentals as the filer reported them to the SEC: revenue, net income, diluted EPS, operating income, assets, liabilities, equity, cash and shares outstanding by reporting period (10-K and 10-Q), from EDGAR's official XBRL company-facts API, read at call time. Name your own XBRL concepts for any other line item; restatements resolve to the latest filing. Input: symbol (US ticker) or cik; optional concepts, periods, forms.","last_updated":"2026-09-27T03:09:59.828Z","schemes":["exact"]}