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/coverage

Dilution-domain coverage and freshness summary across the 11 underlying tables. Returns row counts, verified-row counts, and latest filing/verification timestamps per table.
Audience: application and coding agent.

Canonical metadata

  • requestId
  • traceparent

Query parameters

ParamTypeDescription
tickerstringOptional. When set, counts and freshness are restricted to rows for that issuer.

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/coverage?ticker=ACME"

Example response

{
  "object": "dilution_coverage",
  "ticker": "ACME",
  "generatedAt": "2026-04-25T22:00:00.000Z",
  "totalRowCount": 47,
  "totalVerifiedRowCount": 42,
  "tables": [
    { "table": "dilution_events", "rowCount": 6, "verifiedRowCount": 6, "latestVerifiedAt": "2026-02-12T20:34:18.000Z", "latestFilingDate": "2026-02-12T20:31:00.000Z" },
    { "table": "dilution_warrants", "rowCount": 8, "verifiedRowCount": 8, "latestVerifiedAt": "2026-02-12T20:34:18.000Z", "latestFilingDate": "2026-02-12T20:31:00.000Z" },
    { "table": "dilution_convertibles", "rowCount": 4, "verifiedRowCount": 4, "latestVerifiedAt": "2026-02-12T20:34:18.000Z", "latestFilingDate": "2026-02-12T20:31:00.000Z" },
    { "table": "dilution_rofr", "rowCount": 3, "verifiedRowCount": 3, "latestVerifiedAt": "2026-02-12T20:34:18.000Z", "latestFilingDate": "2026-02-12T20:31:00.000Z" },
    { "table": "dilution_lockups", "rowCount": 5, "verifiedRowCount": 4, "latestVerifiedAt": "2026-02-12T20:34:18.000Z", "latestFilingDate": "2026-02-12T20:31:00.000Z" },
    { "table": "dilution_nasdaq_compliance", "rowCount": 1, "verifiedRowCount": 1, "latestVerifiedAt": "2026-01-15T14:00:00.000Z", "latestFilingDate": "2026-01-15" },
    { "table": "dilution_reverse_splits", "rowCount": 1, "verifiedRowCount": 1, "latestVerifiedAt": "2025-10-21T19:58:00.000Z", "latestFilingDate": "2025-11-04" },
    { "table": "dilution_cash_position", "rowCount": 8, "verifiedRowCount": 7, "latestVerifiedAt": "2026-02-08T16:04:00.000Z", "latestFilingDate": "2025-12-31" },
    { "table": "dilution_corporate_actions", "rowCount": 2, "verifiedRowCount": 2, "latestVerifiedAt": "2026-01-15T13:34:00.000Z", "latestFilingDate": "2026-01-22" },
    { "table": "dilution_ratings", "rowCount": 4, "verifiedRowCount": 4, "latestVerifiedAt": "2026-02-13T01:00:00.000Z", "latestFilingDate": "2026-02-13T01:00:00.000Z" },
    { "table": "dilution_share_float_history", "rowCount": 5, "verifiedRowCount": 5, "latestVerifiedAt": "2026-02-13T01:00:00.000Z", "latestFilingDate": "2026-02-12" }
  ],
  "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