API Documentation

⌘K
GET/api/1/equity/profile/{identifier}

Profile API

Returns the profile for the given ISIN. All numbers are in millions.

Parameters

2
languagestring
query
identifierstringrequired
path

Security identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/equity/profile/US0378331005?language=en' \
  -H 'Accept: application/json'
200 Response
{
  "isin": "US5949181045",
  "ticker": "MSFT",
  "name": "Microsoft",
  "logo": "/api/logo/isin/US5949181045",
  "country": "US",
  "currency": "USD",
  "employees": 100000,
  "sector": "Information Technology",
  "industry": "Software",
  "ipo": "1986-03-13T00:00:00.000Z",
  "mcap": 3000000000,
  "shares": 7433.33,
  "website": "https://www.microsoft.com/en-us",
  "wkn": "870747",
  "description": "Microsoft is a software company founded in ...."
}