latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

fundamentals

Profile

The profile endpoint provides detailed company information, including the company's name, industry, sector, CEO, and headquarters location. This data is useful for obtaining a comprehensive overview of a company's business and financial standing.

get/profile

Query parameters

symbolstring

Symbol ticker of instrument. For preferred stocks use dot(.) delimiter. E.g. BRK.A or BRK.B will be correct

figistring

Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.

isinstring

Filter by international securities identification number (ISIN). ISIN access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

cusipstring

The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section

exchangestring

Exchange where instrument is traded

mic_codestring

Market Identifier Code (MIC) under ISO 10383 standard

countrystring

Country where instrument is traded, e.g., United States or US

Response

symbolstring required

Ticker of the company

namestring required

Name of the company

exchangestring required

Exchange name where the company is listed

mic_codestring required

Market Identifier Code (MIC) under ISO 10383 standard

sectorstring

Sector at which the company operates

industrystring

Industry at which company operates

employeesinteger

Number of employees in the company

websitestring

Website of the company

descriptionstring

Description of the company activities

typestring

Issue type of the stock

CEOstring

Name of the CEO of the company

addressstring

Street address of the company if presented

address2string

Secondary address of the company if presented

citystring

City of the company if presented

zipstring

ZIP code of the company if presented

statestring

State of the company if presented

countrystring

Country of the company if presented

phonestring

Phone number of the company if presented

Example response

{
  "symbol": "AAPL",
  "name": "Apple Inc",
  "exchange": "NASDAQ",
  "mic_code": "XNAS",
  "sector": "Technology",
  "industry": "Consumer Electronics",
  "employees": 147000,
  "website": "http://www.apple.com",
  "description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and...",
  "type": "Common Stock",
  "CEO": "Mr. Timothy D. Cook",
  "address": "One Apple Park Way",
  "address2": "Cupertino, CA 95014",
  "city": "Cupertino",
  "zip": "95014",
  "state": "CA",
  "country": "US",
  "phone": "408-996-1010"
}