# Company Data

**GET <https://api.intellizence.com/api/v1/company/\\>\<INTELLIZENCE\_COMPANY\_ID>**

Replace INTELLIZENCE\_COMPANY\_ID with the company id that you would like to get the details

**Response body**

```
{
    "status": 200,
    "company": {
        "id": "IN000163",
        "name": "Shopify",
        "domain": "www.shopify.com",
        "industries": [
            "technology"
        ],
        "industrySegments": [
            "e-commerce"
        ],
        "location": "Ottawa,Ontario,Canada",
        "stockExchanges": [
            "NYSE"
        ],
        "tickers": [
            "SHOP"
        ],
        "type": "Public",
        "employeeCount": "10,000+"
    }
}
```
