Historical Group Data
IntroductionCopied!
This endpoint returns historical monthly values (time series) for the specified aggregated group.
Similar to Current Group Data can select from the following groups:
-
Industries: 220+ segments, for example: Automotive Software, IoT, Online Dating, DevOps
-
Themes: 40+ broad technology themes, for example: DeepTech, PetTech, HealthTech
-
Countries: all global countries, for example: Canada, Japan, Brazil
-
Regions: all global regions, for example: Europe, Middle East, Asia-Pacific
You can mix groups together, for example Online Dating comps in Europe.
You can create time-series from January 2020 to the last available month (current month -1).
GroupsCopied!
Interactive public comps table available here to quickly look up industries, themes and geos
Four available fields - industries, themes, regions, countries
Industries - look up the full list here
{
"industries": [
"Healthcare Software",
"Design & Engineering Software",
"IoT",
"Industrial Software"
]
}
Themes - look up the full list here
{
"themes": [
"DeepTech",
"Industry 4.0",
"B2B SaaS",
"Horizontal SaaS"
]
}
Regions - full list in the code snippet below
{
"industries": [
"Africa",
"Asia-Pacific",
"Europe",
"Latin America & Caribbean",
"Middle East",
"United States & Canada"
]
}
Countries - look up the full list here
{
"countries": [
"Colombia",
"USA",
"UK",
"Ghana"
]
}
You can mix fields together to narrow down your call
{
"industries": [
"Semiconductors",
"IoT"
],
"themes": [
"Consumer SaaS",
"BioTech"
]
"countries": [
"UK",
"USA"
]
}
Set upCopied!
Single endpoint, returning data for the combined group specification, per specified time-frame
Endpoint
Body example
{
"industries": [
"Electronic Trading"
],
"fields": [
"evRevenueLtm",
"evRevenueNtm"
],
"dateFrom": "2024-03-01",
"dateTo": "2025-04-01"
}
Response
{
"data": [
{
"period": "2024-03",
"median": {
"evRevenueLtm": 6.530238829905405,
"evRevenueNtm": 5.647405086612594
}
},
{
"period": "2024-04",
"median": {
"evRevenueLtm": 5.057098528923621,
"evRevenueNtm": 4.083985321814649
}
},
{
"period": "2024-05",
"median": {
"evRevenueLtm": 5.82605072644764,
"evRevenueNtm": 5.411319293763219
}
},
{
"period": "2024-06",
"median": {
"evRevenueLtm": 5.699605491929353,
"evRevenueNtm": 5.189195054127397
}
},
{
"period": "2024-07",
"median": {
"evRevenueLtm": 5.2425059254880075,
"evRevenueNtm": 4.560303294110336
}
},
{
"period": "2024-08",
"median": {
"evRevenueLtm": 5.639699301637699,
"evRevenueNtm": 4.999545877688489
}
},
{
"period": "2024-09",
"median": {
"evRevenueLtm": 5.018771196442994,
"evRevenueNtm": 5.382412484087752
}
},
{
"period": "2024-10",
"median": {
"evRevenueLtm": 5.0476711446150935,
"evRevenueNtm": 4.7368221121026695
}
},
{
"period": "2024-11",
"median": {
"evRevenueLtm": 6.102048346134151,
"evRevenueNtm": 5.10844197332206
}
},
{
"period": "2024-12",
"median": {
"evRevenueLtm": 5.640374895160551,
"evRevenueNtm": 4.9654964767529375
}
},
{
"period": "2025-01",
"median": {
"evRevenueLtm": 5.598444747730221,
"evRevenueNtm": 4.097656641676021
}
},
{
"period": "2025-02",
"median": {
"evRevenueLtm": 4.984463187745104,
"evRevenueNtm": 4.822941249251682
}
},
{
"period": "2025-03",
"median": {
"evRevenueLtm": 4.484983666752428,
"evRevenueNtm": 4.2911571945524205
}
}
]
}
Available fieldsCopied!
Raw FinancialsCopied!
|
market capitalization |
|
market capitalization in USD |
|
enterprise value |
|
enterprise value in USD |
|
revenues - last 12 months |
|
revenues - last 12 months in USD |
|
EBITDA - last 12 months |
|
EBITDA - last 12 months in USD |
|
gross profit - last 12 months |
|
gross profit - last 12 months in USD |
|
net income - last 12 months |
|
net income - last 12 months in USD |
|
free cash flow - last 12 months |
|
free cash flow - last 12 months in USD |
|
EBIT - last 12 months |
EV MultiplesCopied!
|
EV / LTM Revenue - last 12 months |
|
EV / NTM Revenue - next 12 months |
|
EV / Growth-Adjusted NTM Revenue - next 12 months |
|
EV / LTM EBITDA - last 12 months |
|
EV / NTM EBITDA - next 12 months |
|
EV / Growth-Adjusted NTM EBITDA - next 12 months |
|
EV / LTM Gross Profit - last 12 months |
|
EV / NTM Gross Profit - next 12 months |
|
EV / LTM Free Cash Flow - last 12 months |
|
EV / NTM Free Cash Flow - next 12 months |
Growth ratesCopied!
|
Revenue growth NTM/LTM |
|
EBITDA growth NTM/LTM |
MarginsCopied!
|
EBITDA margin - last 12 months |
|
EBITDA margin - next 12 months |
|
EBIT margin - last 12 months |
|
EBIT margin - next 12 months |
|
Gross margin - last 12 months |
|
Gross margin - next 12 months |
|
Free cash flow margin - last 12 months |
|
Free cash flow margin - next 12 months |
|
Net margin - last 12 months |
|
Net margin - next 12 months |
Expenses as % of revenueCopied!
|
LTM Sales & marketing as % of revenue - last 12 months |
|
NTM Sales & marketing as % of revenue - next 12 months |
|
LTM R&D as % of revenue - last 12 months |
|
NTM R&D as % of revenue - next 12 months |
|
LTM Opex as % of revenue - last 12 months |
|
NTM Opex as % of revenue - next 12 months |
P/E ratiosCopied!
|
LTM price-to-earnings - last 12 months |
|
NTM price-to-earnings - next 12 months |
SaaS ratiosCopied!
|
rule of 40 |
|
Bessemer’s rule of X |