curl
curl "https://api.stockcontext.com/v2/profile?symbol=AAPL" \
-H "X-API-Key: $STOCKCONTEXT_API_KEY"{
"data": {
"as_of": "2026-06-12T18:32:32Z",
"asset_type": "stock",
"auditor": {
"accession": "0000320193-25-000079",
"filed": "2025-10-31",
"form": "10-K",
"location": "San Jose, California",
"name": "Ernst & Young LLP",
"pcaob_firm_id": "42"
},
"cache_age_seconds": 48,
"cik": "0000320193",
"concentration": {
"basis": "single_period",
"business": {
"hhi": 0.36,
"n_segments": 5,
"top_segment_share_pct": 51.3,
"top_segments": [
{
"name": "iPhone",
"share_pct": 51.3
},
{
"name": "Services",
"share_pct": 27.9
},
{
"name": "Mac",
"share_pct": 7.6
}
]
},
"geography": {
"top_regions": [
{
"name": "Americas",
"share_pct": 40.6
},
{
"name": "Europe",
"share_pct": 25.2
},
{
"name": "Greater China",
"share_pct": 18.4
}
]
},
"period_end": "2026-03-28"
},
"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.37,
"exchange": "NASDAQ",
"filer_category": {
"accession": "0000320193-25-000079",
"filed": "2025-10-31",
"form": "10-K",
"value": "Large Accelerated Filer"
},
"fiscal_year_end_month": 9,
"freshness": "end_of_day",
"headquarters": "Cupertino, CA",
"industry": "Electronic Computers",
"market_cap_usd": 4266970665120,
"market_status": "open",
"name": "Apple Inc",
"public_float": {
"accession": "0000320193-25-000079",
"as_of": "2025-03-28",
"filed": "2025-10-31",
"form": "10-K",
"value_usd": 3253431000000
},
"sector": "Information Technology",
"share_count_basis": "listed_security",
"shares_outstanding": 14687356000,
"sic": "3571",
"sic_description": "Electronic Computers",
"symbol": "AAPL",
"website": null
},
"schema_version": "2026-06-17.6"
}Company
Company profile API
Company profile API for US stocks and ETFs: description, sector, industry, exchange, headquarters, CIK, market cap, and shares outstanding.
GET
/
v2
/
profile
curl
curl "https://api.stockcontext.com/v2/profile?symbol=AAPL" \
-H "X-API-Key: $STOCKCONTEXT_API_KEY"{
"data": {
"as_of": "2026-06-12T18:32:32Z",
"asset_type": "stock",
"auditor": {
"accession": "0000320193-25-000079",
"filed": "2025-10-31",
"form": "10-K",
"location": "San Jose, California",
"name": "Ernst & Young LLP",
"pcaob_firm_id": "42"
},
"cache_age_seconds": 48,
"cik": "0000320193",
"concentration": {
"basis": "single_period",
"business": {
"hhi": 0.36,
"n_segments": 5,
"top_segment_share_pct": 51.3,
"top_segments": [
{
"name": "iPhone",
"share_pct": 51.3
},
{
"name": "Services",
"share_pct": 27.9
},
{
"name": "Mac",
"share_pct": 7.6
}
]
},
"geography": {
"top_regions": [
{
"name": "Americas",
"share_pct": 40.6
},
{
"name": "Europe",
"share_pct": 25.2
},
{
"name": "Greater China",
"share_pct": 18.4
}
]
},
"period_end": "2026-03-28"
},
"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.37,
"exchange": "NASDAQ",
"filer_category": {
"accession": "0000320193-25-000079",
"filed": "2025-10-31",
"form": "10-K",
"value": "Large Accelerated Filer"
},
"fiscal_year_end_month": 9,
"freshness": "end_of_day",
"headquarters": "Cupertino, CA",
"industry": "Electronic Computers",
"market_cap_usd": 4266970665120,
"market_status": "open",
"name": "Apple Inc",
"public_float": {
"accession": "0000320193-25-000079",
"as_of": "2025-03-28",
"filed": "2025-10-31",
"form": "10-K",
"value_usd": 3253431000000
},
"sector": "Information Technology",
"share_count_basis": "listed_security",
"shares_outstanding": 14687356000,
"sic": "3571",
"sic_description": "Electronic Computers",
"symbol": "AAPL",
"website": null
},
"schema_version": "2026-06-17.6"
}Authorizations
StockContext API key. Keys start with sctx_ and are sent on every REST request.
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"
⌘I