Retrieve a specific company
DevelopingGET
/companies/{id}/Overview
This endpoint provides detailed information about a single company. It offers a comprehensive view of a company's profile, including identification details, industry classification, corporate information, and social media presence.
Data Provided
The endpoint returns a rich set of data for each company, including:
Identification Information:
- Company name
- ISIN (primary and secondary)
- LEI (Legal Entity Identifier)
- Country
- Ticker symbol
Industry Classification:
- Sector
- Industry Group
- Industry
- Sub-industry
Corporate Details:
- IR (Investor Relations) link
- Homepage link
- Date of going public
- IPO date
- Main stock exchange
- Year founded
- Served area
- Headcount
- Contact email
- Listing status
Social Media Presence:
- Links to various social media platforms (Facebook, Instagram, Twitter, LinkedIn, YouTube, TikTok, Pinterest, Xing, Glassdoor)
Additional Information:
- Corporate video ID
- Is listed status
Usage
This endpoint is valuable for:
- Detailed company profiling and due diligence
- Verifying company information from a trusted source
- Accessing hard-to-find details like social media presence and corporate videos
- Confirming industry classifications and listing information
Financial analysts, researchers, and corporate professionals can use this endpoint to gather comprehensive information about a specific company, supporting tasks such as competitor analysis, investment research, and business development.
Request
Path Params
id
integer
required
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"id": 2550827821458127,
"name": "Heathcote, Gibson and Aufderhar",
"isin": "699796165329",
"isin_secondary": "833809784601",
"lei": "Kqx5ejU4Kjgbxqvc-irP",
"country": "lao people's democratic republic",
"new_sector": {
"code": "86",
"name": "decumbo"
},
"new_industry_group": {
"code": "5095",
"name": "certus",
"sector": {
"code": "03",
"name": "tunc"
}
},
"new_industry_class": {
"code": "581580",
"name": "socius",
"industry_group": {
"code": "7133",
"name": "attollo",
"sector": {
"code": "12",
"name": "cibo"
}
}
},
"new_sub_industry": {
"code": "01631546",
"name": "caelum",
"industry": {
"code": "429845",
"name": "sollers",
"industry_group": {
"code": "9562",
"name": "aspicio",
"sector": {
"code": "81",
"name": "officia"
}
}
}
},
"ir_link": "muddy-toothpick.com",
"homepage_link": "affectionate-loaf.biz",
"date_public": "2019-09-28T06:02:14.501Z",
"date_ipo": "2021-09-28T06:02:14.501Z",
"main_stock_exchange": "et enim aliqua pariatur",
"social_facebook": "https://cloudy-pine.name",
"social_instagram": "https://warmhearted-charm.com",
"social_twitter": "https://foolhardy-gloom.net/",
"social_linkedin": "https://liquid-litter.us",
"social_youtube": "https://joyous-farmer.info/",
"social_tiktok": "https://easy-lox.us",
"social_pinterest": "https://fearless-petal.org",
"social_xing": "https://triangular-hutch.info",
"social_glassdoor": "https://petty-shark.com/",
"year_founded": "2023-09-30T22:27:02.932Z",
"corporate_video_id": "3IGYvgQUFK8",
"served_area": "Latvia",
"headcount": 788021528017825,
"contact_email": "Jeramy34@gmail.com",
"ticker": "CQ",
"is_listed": true
}
Last modified: 2 months ago