Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

GET /v1/dilution/cash-position

Cash runway, burn, and management commentary computed from quarterly filings. Ordered by period_ended desc. Verification block on every row.
Audience: application and coding agent.

Canonical metadata

  • requestId
  • traceparent
  • verification
  • provenance

Query parameters

ParamTypeDescription
tickerstringIssuer ticker.
period_ended_from / period_ended_toISO dateBounds on period_ended.
cursorintFrom prior page’s nextCursor.
limitint (1–50, default 10)Page size.
viewenumResponse shape.

Example request

curl -X GET \
  -H "x-api-key: $OMNI_DATASTREAM_API_KEY" \
  -H "omni-version: 2026-03-19" \
  "https://api.secapi.ai/v1/dilution/cash-position?ticker=ACME&limit=4"

Example response

{
  "object": "list",
  "data": [
    {
      "object": "dilution_cash_position",
      "id": "dil_cash_acme_2025q4",
      "ticker": "ACME",
      "cik": "0001234567",
      "accessionNumber": "0001234567-26-000789",
      "periodEnded": "2025-12-31",
      "cash": 18400000,
      "currentAssets": 21300000,
      "currentLiabilities": 9800000,
      "cashBurn": 6200000,
      "recentFinancing": 50000000,
      "estimatedCash": 62200000,
      "cashRemainingMonths": 10,
      "cashNeed": "low",
      "mgmtCommentary": "ATM activity post-quarter brings runway through 2026.",
      "filedAt": "2026-02-08T16:01:00.000Z",
      "verification": {
        "sourceSpan": "10-Q#mdna#char[12200..12640]",
        "extractionTraceId": "lf_2026q1_acme_cash_extract",
        "confidence": 0.94,
        "crossValidations": [
          { "name": "burn_consistency", "passed": true }
        ],
        "modelVersion": "dilution-v1.4",
        "verifiedAt": "2026-02-08T16:04:00.000Z"
      }
    }
  ],
  "hasMore": false,
  "nextCursor": null,
  "requestId": "req_example_123",
  "traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01"
}

Give this prompt to your agent

Failure posture

  • treat non-2xx responses as contract-aware failures, not free-form errors
  • preserve requestId and traceparent