Company Profile
Introduction
Returns the full profile for a single company: its identity and descriptive attributes, every public stock listing, and a compact deal-activity rollup. For publicly listed companies covered by our market-data feed it also includes a current valuation block and trailing/forward fundamentals. Use this endpoint to enrich a single company once you have its ID (from /companies or /companies/resolve).
Set up
Endpoint
GET https://multiples.vc/api/private/v1/companies/{id}
Request
The company ID goes in the path. Two optional query parameters are supported.
|
param |
in |
type |
description |
|---|---|---|---|
|
|
path |
uuid |
The company ID. Required. Resolve names to IDs with |
|
|
query |
string |
Comma-separated allowlist of response fields to return. Defaults to all fields. |
|
|
query |
boolean |
When |
By default a soft-deleted company returns 404 NOT_FOUND. This keeps stale records out of normal reads. When reconciling against the change feed (which surfaces deletions), pass ?include_deleted=true so the deleted record is returned with deleted: true rather than 404.
Fetch a full profile:
GET /companies/6f331dee-e4e5-478c-89cd-1aedf66f9515
Fetch only the fields you need:
GET /companies/6f331dee-e4e5-478c-89cd-1aedf66f9515?fields=id,name,country,verticals,valuation
Include a soft-deleted record (for change-feed reconciliation):
GET /companies/6f331dee-e4e5-478c-89cd-1aedf66f9515?include_deleted=true
Response
Two shapes are possible depending on the company.
A public company (here, Salesforce) includes populated valuation and fundamentals blocks alongside its stock_listings. The stock_listings array is truncated below; primary_listing: true marks the main exchange listing.
{
"data": {
"id": "6f331dee-e4e5-478c-89cd-1aedf66f9515",
"name": "Salesforce",
"short_name": "Salesforce",
"website": "https://www.salesforce.com",
"linkedin": "https://linkedin.com/company/salesforce",
"company_type": [
"Public company"
],
"ownership": "Publicly listed",
"description": "Salesforce provides enterprise cloud computing solutions. The company offers customer relationship management technology that brings companies and customers together. Its Customer 360 platform helps the group deliver a single source of truth, connecting customer data across systems, apps, and devices to help companies sell, service, market, and conduct commerce. It also offers Service Cloud for customer support, Marketing Cloud for digital marketing campaigns, Commerce Cloud as an e-commerce engine, the Salesforce Platform, which allows enterprises to build applications, and other solutions, such as MuleSoft for data integration.",
"verticals": [
"Sales & Marketing Automation Software",
"ERP Software",
"Productivity Software",
"Vertical AI Applications",
"Artificial Intelligence"
],
"themes": [
"B2B SaaS",
"Horizontal SaaS",
"MarTech"
],
"city": "San Francisco, CA",
"country": "USA",
"region": "North America",
"area": "California",
"founded": 1999,
"ipoed": "2004-06-23",
"ceo": "Mr. Marc Benioff",
"employee_count": 76453,
"revenue_model": [
"Subscription",
"Licensing"
],
"client_focus": [
"B2B"
],
"active": true,
"created_at": "2026-01-11T11:06:02.563888+00:00",
"updated_at": "2026-06-12T23:32:03.413755+00:00",
"deleted": false,
"is_public": true,
"stock_listings": [
{
"id": "974409f7-db88-471f-94b4-93f52ea8ea0f",
"ticker": "CRM",
"exchange": "SWX",
"currency": null,
"primary_listing": false,
"total_volume": 2
},
{
"id": "21a38a64-259a-41fc-9808-1f700912cd83",
"ticker": "CRM01",
"exchange": "BKK",
"currency": null,
"primary_listing": false,
"total_volume": 81804
},
{
"id": "47d4f962-3f49-4844-95bf-450b060e3705",
"ticker": "FOO0",
"exchange": "DUS",
"currency": null,
"primary_listing": false,
"total_volume": 0
},
{
"id": "f72e726a-773b-4c2d-977f-5c9577a60f3c",
"ticker": "FOO",
"exchange": "BUL",
"currency": null,
"primary_listing": false,
"total_volume": 80
},
{
"id": "547241c3-42e0-4cbb-8197-f10a30a18782",
"ticker": "CRM",
"exchange": "MEX",
"currency": null,
"primary_listing": false,
"total_volume": 3660
}
],
"valuation": {
"market_cap": 135863.91,
"enterprise_value": 165910.91,
"price_to_book": 3.968254,
"price_to_sales": 3.607504,
"price_to_cash_flow": 10.152284,
"price_to_free_cash_flow": 10.537408,
"beta": 1.302664,
"updated_at": null
},
"fundamentals": {
"revenue_ltm": 43229.96045498803,
"revenue_ntm": 47740.254914596655,
"ebitda_ltm": 17706.828291767728,
"ebitda_ntm": 19311.11679127027,
"ev_revenue_ntm": 3.4753,
"ev_ebitda_ntm": 8.5915,
"pe_ntm": 10.8925,
"revenue_growth_ntm_ltm": 10.4333,
"ebitda_margin_ntm": 40.4504,
"rule_of_40": 50.851
},
"deal_activity": {
"total_fundings_as_target": 0,
"total_acquisitions_as_target": 0,
"total_investments_made": 109,
"last_funding_date": null,
"last_deal_date": null
}
}
}
A private company (here, SFR) has no public listings, so stock_listings is empty and valuation and fundamentals are null. deal_activity is still populated for any company that has deals - for SFR it captures one funding round and three acquisitions as target.
{
"data": {
"id": "9e544d7f-c3a7-483b-b29d-e559f3b062dc",
"name": "SFR",
"short_name": "SFR",
"website": "http://www.sfr.fr",
"linkedin": "https://www.linkedin.com/company/hawthorn-suites-by-wyndh",
"company_type": [
"Private company"
],
"ownership": "Acquired",
"description": "SFR is a Paris-headquartered telecommunications provider operating France's second-largest mobile network and fixed broadband services. The company delivers postpaid and prepaid mobile plans, 5G connectivity, fiber internet up to 8 Gbps, and business data solutions to over 20 million customers. As part of the Altice France group, SFR maintains extensive coverage through 28,000 mobile sites and invests in nationwide fiber rollout, serving residential, enterprise, and wholesale segments.",
"verticals": [
"Telecom Service Providers"
],
"themes": null,
"city": "Paris",
"country": "FRA",
"region": "Western Europe",
"area": null,
"founded": 1987,
"ipoed": null,
"ceo": null,
"employee_count": null,
"revenue_model": [
"Subscription"
],
"client_focus": [
"B2C",
"B2B"
],
"active": false,
"created_at": "2026-02-27T19:17:04.545907+00:00",
"updated_at": "2026-06-12T00:00:47.169432+00:00",
"deleted": false,
"is_public": false,
"stock_listings": [],
"valuation": null,
"fundamentals": null,
"deal_activity": {
"total_fundings_as_target": 1,
"total_acquisitions_as_target": 3,
"total_investments_made": 0,
"last_funding_date": "2019-03-27",
"last_deal_date": "2026-06-08"
}
}
}
Fields
Identity & descriptive
|
field |
type |
description |
|---|---|---|
|
|
uuid |
Company ID. |
|
|
string | null |
Company display name. |
|
|
string | null |
Short / common name. |
|
|
string | null |
Free-text business description. |
|
|
string | null |
Company website URL. |
|
|
string | null |
LinkedIn company page URL. |
|
|
string | null |
ISO 3166-1 alpha-3 country code. |
|
|
string | null |
Geographic region. |
|
|
string | null |
City. |
|
|
string | null |
Sub-national area (e.g. state or province). |
|
|
integer | null |
Founding year. |
|
|
string[] | null |
Vertical tags. |
|
|
string[] | null |
Theme tags. |
|
|
string[] | null |
Client focus tags (e.g. B2B, B2C). |
|
|
string[] | null |
Revenue model tags (e.g. Subscription, Licensing). |
|
|
string[] | null |
Company type tags (e.g. Public company, Private company). |
|
|
string | null |
Ownership status (e.g. Publicly listed, Privately held, Acquired). |
|
|
boolean | null |
Whether the company is currently active. |
|
|
string (date) | null |
IPO date, if applicable. |
|
|
string | null |
Chief executive name. |
|
|
integer | null |
Approximate number of employees (this detail endpoint only). |
|
|
boolean |
|
|
|
string (date-time) |
Record creation timestamp (UTC). |
|
|
string (date-time) |
Timestamp of the last update to this record (UTC). |
|
|
boolean |
|
Stock listings - stock_listings[]
Array of public listings for the company. Empty for private companies.
|
field |
type |
description |
|---|---|---|
|
|
uuid |
Listing ID. |
|
|
string |
Ticker symbol on the exchange. |
|
|
string |
Exchange code. |
|
|
string | null |
Trading currency. |
|
|
boolean |
|
|
|
number | null |
Trading volume on this listing. |
Valuation - valuation
Current market valuation and trading metrics. Available for publicly listed companies covered by our market-data feed; null for private companies and for listed companies outside that coverage.
|
field |
type |
description |
|---|---|---|
|
|
number | null |
Market capitalisation (millions USD). |
|
|
number | null |
Enterprise value (millions USD). |
|
|
number | null |
Price-to-book ratio. |
|
|
number | null |
Price-to-sales ratio. |
|
|
number | null |
Price-to-cash-flow ratio. |
|
|
number | null |
Price-to-free-cash-flow ratio. |
|
|
number | null |
Beta (volatility relative to the market). |
|
|
string (date-time) | null |
Reserved for a valuation-refresh timestamp; currently always |
Fundamentals - fundamentals
Compact trailing (LTM) / forward (NTM) fundamentals. Available for publicly listed companies covered by our market-data feed; null otherwise.
|
field |
type |
description |
|---|---|---|
|
|
number | null |
Last-twelve-months revenue (millions USD). |
|
|
number | null |
Next-twelve-months revenue (millions USD). |
|
|
number | null |
Last-twelve-months EBITDA (millions USD). |
|
|
number | null |
Next-twelve-months EBITDA (millions USD). |
|
|
number | null |
EV / NTM revenue multiple. |
|
|
number | null |
EV / NTM EBITDA multiple. |
|
|
number | null |
NTM price-to-earnings ratio. |
|
|
number | null |
Revenue growth from LTM to NTM. |
|
|
number | null |
NTM EBITDA margin. |
|
|
number | null |
Rule of 40 (growth + margin). |
Deal activity - deal_activity
Summary of the company's transaction activity. Always present, even for companies with no deals (counts are 0, dates are null).
|
field |
type |
description |
|---|---|---|
|
|
integer |
Number of funding rounds where this company was the target. |
|
|
integer |
Number of acquisitions where this company was the target. |
|
|
integer |
Number of investments this company has made. |
|
|
string (date) | null |
Date of the most recent funding round as target. |
|
|
string (date) | null |
Date of the most recent deal in which this company was the target (funding round or acquisition). Deals it made as a buyer/investor are not counted here. |
For the full underlying transactions, see /companies/{id}/fundings, /companies/{id}/acquisitions, /companies/{id}/investments, and /companies/{id}/investors.

