Skip to content
noxstock
API referenceEndpointsCompany context

Get company or ETF profile

GET/v2/profile

Business/profile details for stocks and ETF-specific profile fields. ETF holdings intentionally return an unavailable envelope until a reliable holdings pipeline exists.

Access: Starter and Builder.

Authorization

ApiKeyAuth
X-API-Key<token>

noxstock API key from the dashboard.

In: header

Query Parameters

symbol*Symbol

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.

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v2/profile?symbol=AAPL"
{
  "data": {
    "as_of": "string",
    "asset_type": "stock",
    "cache_age_seconds": 0,
    "cik": "string",
    "country": "string",
    "currency": "USD",
    "description": "string",
    "dividend_yield_pct": 0,
    "exchange": "string",
    "fiscal_year_end_month": 0,
    "freshness": "intraday",
    "headquarters": "string",
    "industry": "string",
    "market_cap_usd": 0,
    "market_status": "open",
    "name": "string",
    "sector": "string",
    "shares_outstanding": 0,
    "symbol": "string",
    "website": "string"
  }
}
Empty
Empty
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Empty
Empty