Skip to main content
GET
/
v1
/
company
/
profile
Get Company Profile
curl --request GET \
  --url https://api.aries.com/v1/company/profile \
  --header 'Authorization: Bearer <token>'
{
  "country": "US",
  "currency": "USD",
  "exchange": "NASDAQ NMS - GLOBAL MARKET",
  "finnhubIndustry": "Technology",
  "ipo": "1980-12-12",
  "logo": "https://static2.finnhub.io/file/publicdatany/finnhubimage/stock_logo/AAPL.svg",
  "marketCapitalization": 4108269.25,
  "name": "Apple Inc",
  "phone": "14089961010",
  "shareOutstanding": 14776.349609375,
  "ticker": "AAPL",
  "weburl": "https://www.apple.com/"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

symbol
string

Stock ticker symbol (e.g., AAPL, MSFT)

isin
string

International Securities Identification Number - alternative identifier to symbol

cusip
string

Committee on Uniform Securities Identification Procedures number - alternative identifier to symbol

Response

200 - application/json

Successful response

country
string

Country where the company is headquartered

currency
string

Currency used for financial reporting (e.g., USD, EUR)

exchange
string

Primary stock exchange where the company is listed

finnhubIndustry
string

Industry classification according to Finnhub taxonomy

ipo
string

Initial public offering date in YYYY-MM-DD format

URL to the company's logo image

marketCapitalization
number

Current market capitalization in millions

name
string

Official company name

phone
string

Company's primary contact phone number

shareOutstanding
number

Total number of outstanding shares in millions

ticker
string

Stock ticker symbol

weburl
string

Company's official website URL