---
title: "Profile"
method: GET
path: "/profile"
tags: ["fundamentals"]
---

# Profile

`GET /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.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `exchange` string
- `mic_code` string
- `country` string

## Response `200`

- object
  - `symbol` string, required — Ticker of the company
  - `name` string, required — Name of the company
  - `exchange` string, required — Exchange name where the company is listed
  - `mic_code` string, required — Market Identifier Code (MIC) under ISO 10383 standard
  - `sector` string — Sector at which the company operates
  - `industry` string — Industry at which company operates
  - `employees` integer — Number of employees in the company
  - `website` string — Website of the company
  - `description` string — Description of the company activities
  - `type` string — Issue type of the stock
  - `CEO` string — Name of the CEO of the company
  - `address` string — Street address of the company if presented
  - `address2` string — Secondary address of the company if presented
  - `city` string — City of the company if presented
  - `zip` string — ZIP code of the company if presented
  - `state` string — State of the company if presented
  - `country` string — Country of the company if presented
  - `phone` string — Phone number of the company if presented

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
