Signals. Infra
API Reference

Coverage & provenance

GET
/v1/coverage

Authorization

InfraApiKey
AuthorizationBearer <token>

Send sk_live_* (production) or sk_test_* (test mode).

In: header

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/coverage"
{  "issuers": 45110,  "tickers_with_kpis": 4228,  "datasets": {    "filings": 502745,    "transcripts": 8308,    "kpi_metrics": 574436,    "kpi_observations": 1517762,    "ir_documents": 311458,    "document_chunks": 5720006  },  "allowlist": [    "databento_mini",    "finra",    "iex_hist",    "issuer_page",    "nasdaq",    "sec",    "signals_ir",    "signals_transcript"  ]}
GET
/v1/coverage/{symbol}

Authorization

InfraApiKey
AuthorizationBearer <token>

Send sk_live_* (production) or sk_test_* (test mode).

In: header

Path Parameters

symbol*Symbol

Response Body

application/json

application/problem+json

application/json

application/problem+json

curl -X GET "https://example.com/v1/coverage/string"
{  "company": {    "symbol": "UBER:US",    "ticker": "UBER",    "market": "US",    "name": "Uber Technologies, Inc. Common Stock",    "cik": "0001543151",    "isin": null,    "figi": null,    "issuer_id": 10483  },  "datasets": {    "filings": {      "count": 89,      "latest": "2026-07-16T00:00:00+00:00"    },    "transcripts": {      "count": 3,      "latest": "2026-07-16T00:00:00+00:00"    },    "kpi_observations": {      "count": 716,      "latest": "2026-07-20T10:18:42.762293"    },    "ir_documents": {      "count": 136,      "latest": "2026-07-15T00:00:00+00:00"    }  }}
GET
/v1/src/{src_id}

Authorization

InfraApiKey
AuthorizationBearer <token>

Send sk_live_* (production) or sk_test_* (test mode).

In: header

Path Parameters

src_id*Src Id

Query Parameters

redirect?Redirect
Defaultfalse

Response Body

application/json

application/problem+json

application/json

application/problem+json

curl -X GET "https://example.com/v1/src/string"
{  "src_id": "src_kpi2_62a1f4d90a6c4b18",  "dataset": "kpi2",  "digest": "62a1f4d90a6c4b18",  "resolvable": false,  "gap": "src_id is a stable content hash minted at serialize time; a reverse-lookup table is not built, so the source record cannot be resolved from the id alone"}