Skip to main content
GET
/
v2
/
profile
curl
curl "https://api.noxstock.com/v2/profile?symbol=AAPL" \
  -H "X-API-Key: $NOXSTOCK_API_KEY"
{ "data": { "as_of": "2026-06-05T06:38:12Z", "asset_type": "stock", "cache_age_seconds": 27658, "cik": "0000320193", "country": "US", "currency": "USD", "description": "Business Company Background The Company designs, manufactures and markets smartphones, personal computers, tablets, wearables and accessories, and sells a variety of related services. The Company’s fiscal year is the 52- or 53-week period that ends on the last Saturday of September. Products iPhone iPhone® is the Company’s line of smartphones based on its iOS operating system. The iPhone line includes iPhone 17 Pro, iPhone Air™, iPhone 17, iPhone 16 and iPhone 16e. Mac Mac® is the Company’s", "dividend_yield_pct": 0.35, "exchange": "NASDAQ", "fiscal_year_end_month": 9, "freshness": "end_of_day", "headquarters": "Cupertino, CA", "industry": "Consumer Electronics", "market_cap_usd": 4569211202200, "market_status": "open", "name": "Apple Inc", "sector": "Technology", "shares_outstanding": 14725873000, "symbol": "AAPL", "website": "http://www.apple.com" } }

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
StockProfileData · object
required

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