Skip to main content
GET
/
v1
/
company
/
peers
Get Company Peers
curl --request GET \
  --url https://api.aries.com/v1/company/peers \
  --header 'Authorization: Bearer <token>'
{
  "peers": [
    "AAPL",
    "DELL",
    "WDC",
    "SNDK",
    "HPE",
    "PSTG",
    "HPQ",
    "NTAP",
    "SMCI",
    "IONQ",
    "QUBT",
    "CMPO"
  ]
}

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

symbol
string
required

Stock ticker symbol to research, such as AAPL.

Example:

"AAPL"

Response

Successful response

Response containing peer company tickers for comparison and competitor research.

peers
string[]

List of ticker symbols for companies in the same industry or sector