Company Profile
GET
https://api.unusualwhales.com/api/companies/{ticker}/profile
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Path Parameters
ticker
string
required
Responses
200 422 500Response Body 200 OK
analyst_target_price
number
asset_type
string
Example:
Common Stock
beta
number
cik
string
country
string
currency
string
description
string
dividend_yield
number
ebitda
number
eps
number
exchange
string
industry
string
market_cap
number
name
string
Example:
Apple Inc
pe_ratio
number
peg_ratio
number
sector
string
shares_outstanding
number
ticker
string
Example:
AAPL
week_52_high
number
week_52_low
number
Try It
GET
Path Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/companies/{ticker}/profile" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": {
"analyst_target_price": 0.0,
"asset_type": "Common Stock",
"beta": 0.0,
"cik": "string",
"country": "string"
}
}