Before buying or holding a stock, check whether the issuer’s reported cash, debt
Before buying or holding a stock, check whether the issuer’s reported cash, debt and balance-sheet liquidity changed across its filings. Compare quarterly or annual cash, investments, assets, current liabilities, debt, equity, working capital and shares outstanding from issuer-filed SEC EDGAR XBRL facts. Source: official SEC Companyfacts API; no API key. For monitoring, pass known_latest_period_end to detect a newer reported period; missing raw filing facts remain null.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://the-stall.intuitek.ai/cap/balance-sheet
| Category | Market data |
|---|---|
| Provider host | the-stall.intuitek.ai |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"limit": 4,
"period": "quarterly",
"ticker": "AAPL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"examples": [
{
"limit": 4,
"period": "quarterly",
"ticker": "AAPL"
}
],
"properties": {
"known_latest_period_end": {
"description": "Optional prior latest_period_end. The response reports whether a newer filing period is available.",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"type": "string"
},
"limit": {
"description": "Periods to return; default 4.",
"maximum": 8,
"minimum": 1,
"type": "integer"
},
"period": {
"description": "Defaults to quarterly. Annual uses annual filing forms only.",
"enum": [
"quarterly",
"annual"
],
"type": "string"
},
"ticker": {
"description": "US-listed company ticker, such as AAPL or MSFT.",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"examples": [
{
"changed_since_known_period": null,
"cik": "0000320193",
"company_name": "Apple Inc.",
"currency": "USD",
"latest_period_end": "2026-06-27",
"next_poll_after_utc": "2026-09-23T08:12:35.855Z",
"period_type": "quarterly",
"periods": [
{
"book_value": 107520000000,
"cash": 39544000000,
"current_assets": 149818000000,
"current_liabilities": 149326000000,
"filed_at": "2026-07-31",
"goodwill_intangibles": null,
"net_cash": -19948000000,
"net_debt": 19948000000,
"period_end": "2026-06-27",
"retained_earnings": 11326000000,
"shares_outstanding": null,
"short_term_investments": 22855000000,
"stockholders_equity": 107520000000,
"tangible_book_value": null,
"total_assets": 383266000000,
"total_debt": 82347000000,
"total_liabilities": 275746000000,
"working_capital": 492000000
},
{
"book_value": 106491000000,
"cash": 45572000000,
"current_assets": 144114000000,
"current_liabilities": 134641000000,
"filed_at": "2026-07-31",
"goodwill_intangibles": null,
"net_cash": -14207000000,
"net_debt": 14207000000,
"period_end": "2026-03-28",
"retained_earnings": 12359000000,
"shares_outstanding": null,
"short_term_investments": 22935000000,
"stockholders_equity": 106491000000,
"tangible_book_value": null,
"total_assets": 371082000000,
"total_debt": 82714000000,
"total_liabilities": 264591000000,
"working_capital": 9473000000
},
{
"book_value": 88190000000,
"cash": 45317000000,
"current_assets": 158104000000,
"current_liabilities": 162367000000,
"filed_at": "2026-05-01",
"goodwill_intangibles": null,
"net_cash": -21605000000,
"net_debt": 21605000000,
"period_end": "2025-12-27",
"retained_earnings": -2177000000,
"shares_outstanding": null,
"short_term_investments": 21590000000,
"stockholders_equity": 88190000000,
"tangible_book_value": null,
"total_assets": 379297000000,
"total_debt": 88512000000,
"total_liabilities": 291107000000,
"working_capital": -4263000000
},
{
"book_value": 73733000000,
"cash": 35934000000,
"current_assets": 147957000000,
"current_liabilities": 165631000000,
"filed_at": "2026-07-31",
"goodwill_intangibles": null,
"net_cash": -35981000000,
"net_debt": 35981000000,
"period_end": "2025-09-27",
"retained_earnings": -14264000000,
"shares_outstanding": null,
"short_term_investments": 18763000000,
"stockholders_equity": 73733000000,
"tangible_book_value": null,
"total_assets": 359241000000,
"total_debt": 90678000000,
"total_liabilities": 285508000000,
"working_capital": -17674000000
}
],
"recommended_poll_interval_hours": 24,
"retrieved_at": "2026-09-22T08:12:35.855Z",
"source": "SEC EDGAR Companyfacts (data.sec.gov)",
"ticker": "AAPL"
}
],
"properties": {