Skip to main content
GET
/
v2
/
coverage
curl
curl "https://api.noxstock.com/v2/coverage?symbol=AAPL" \
  -H "X-API-Key: $NOXSTOCK_API_KEY"
{ "data": { "asset_type": "stock", "cache_age_seconds": 0, "support": { "calendar": { "supported": true }, "dividends": { "supported": true }, "earnings": { "supported": true }, "filings": { "supported": true }, "fundamentals": { "supported": true }, "history": { "supported": true }, "insider": { "supported": true }, "price_action": { "supported": true }, "profile": { "supported": true }, "snapshot": { "supported": true }, "technicals": { "supported": true }, "valuation": { "supported": true } }, "symbol": "AAPL" } }

Authorizations

X-API-Key
string
header
required

noxstock API key from the dashboard. Keys start with nxs_ and are shown once when created.

Query Parameters

symbol
string
required

Ticker symbol. Case-insensitive; share-class dots are normalized to dashes (BRK.B == BRK-B). Returns SYMBOL_UNKNOWN when the symbol is outside the supported universe.

Example:

"AAPL"

Response

Success envelope: { "data": ... }.

data
CoverageData · object
required

The endpoint payload. Present on every 2xx response; never null.