curl
Company context
Get company or ETF profile
Who the company is: description, sector and industry, exchange, headquarters, website, CIK, market cap, and shares outstanding. ETF profiles return fund facts (issuer, yield) instead; ETF holdings are not part of v2.
Access: Starter and Builder plans.
GET
curl
Authorizations
noxstock API key from the dashboard. Keys start with nxs_ and are shown once when created.
Query Parameters
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": ... }.
The endpoint payload. Present on every 2xx response; never null.
- StockProfileData
- EtfProfileData