Multiples API
Public companiesV2Company data

Historical Company Data

Introduction

This endpoint returns historical monthly values (time series) for the selection of public companies.

You can select from over 15,000 public companies, 50+ financial ratios, for the last 10 years (120 months).

Set up

Single endpoint, returning set of data for each inputted SKU, per specified time-frame

Endpoint

https://multiples.vc/api/v2/companies/time-series

Body example

{
    "skus": [
        "AAPL-USA",
        "BMBL-USA"
    ],
    "fields": [
        "evRevenueLtm",
        "evRevenueNtm"
    ],
    "dateFrom": "2022-03",
    "dateTo": "2025-01"
}

Response

{
    "data": [
        {
            "sku": "BMBL-USA",
            "ticker": "BMBL",
            "exchange": "NAS",
            "data": {
                "evRevenueLtm": {
                    "2025-01": 1.1567,
                    "2024-12": 1.1696,
                    "2024-11": 1.2352,
                    "2024-10": 1.0429,
                    "2024-09": 0.9994,
                    "2024-08": 1.1237,
                    "2024-07": 1.4061,
                    "2024-06": 1.5452,
                    "2024-05": 1.6937,
                    "2024-04": 1.4335,
                    "2024-03": 1.5978,
                    "2024-02": 1.6493,
                    "2024-01": 1.8518,
                    "2023-12": 2.1005,
                    "2023-11": 2.0105,
                    "2023-10": 2.0176,
                    "2023-09": 2.2365,
                    "2023-08": 2.5169,
                    "2023-07": 2.7903,
                    "2023-06": 2.5858,
                    "2023-05": 2.4303,
                    "2023-04": 2.8728,
                    "2023-03": 3.1077,
                    "2023-02": 3.6455,
                    "2023-01": 3.9862,
                    "2022-12": 3.352,
                    "2022-11": 3.8772,
                    "2022-10": 4.0214,
                    "2022-09": 3.4971,
                    "2022-08": 4.0764,
                    "2022-07": 6.0826,
                    "2022-06": 4.6877,
                    "2022-05": 4.8191,
                    "2022-04": 4.1146,
                    "2022-03": 4.9868
                },
                "evRevenueNtm": {
                    "2025-01": 1.1736,
                    "2024-12": 1.1894,
                    "2024-11": 1.252,
                    "2024-10": 1.041,
                    "2024-09": 0.9928,
                    "2024-08": 1.1133,
                    "2024-07": 1.2833,
                    "2024-06": 1.4079,
                    "2024-05": 1.5451,
                    "2024-04": 1.3054,
                    "2024-03": 1.4553,
                    "2024-02": 1.5042,
                    "2024-01": 1.6336,
                    "2023-12": 1.852,
                    "2023-11": 1.7703,
                    "2023-10": 1.7162,
                    "2023-09": 1.8919,
                    "2023-08": 2.13,
                    "2023-07": 2.3586,
                    "2023-06": 2.1866,
                    "2023-05": 2.0551,
                    "2023-04": 2.433,
                    "2023-03": 2.635,
                    "2023-02": 3.095,
                    "2023-01": 3.4018,
                    "2022-12": 2.8701,
                    "2022-11": 3.3228,
                    "2022-10": 3.2911,
                    "2022-09": 2.8478,
                    "2022-08": 3.3245,
                    "2022-07": 4.9513,
                    "2022-06": 3.8024,
                    "2022-05": 3.9173,
                    "2022-04": 3.3458,
                    "2022-03": 4.0564
                }
            }
        },
        {
            "sku": "AAPL-USA",
            "ticker": "AAPL",
            "exchange": "NAS",
            "data": {
                "evRevenueLtm": {
                    "2025-01": 9.0339,
                    "2024-12": 9.5993,
                    "2024-11": 9.1899,
                    "2024-10": 8.7963,
                    "2024-09": 9.1205,
                    "2024-08": 9.0316,
                    "2024-07": 8.7979,
                    "2024-06": 8.4468,
                    "2024-05": 7.7394,
                    "2024-04": 6.8715,
                    "2024-03": 6.957,
                    "2024-02": 7.3289,
                    "2024-01": 7.5111,
                    "2023-12": 7.9082,
                    "2023-11": 7.8258,
                    "2023-10": 7.0223,
                    "2023-09": 7.1107,
                    "2023-08": 7.7704,
                    "2023-07": 8.0927,
                    "2023-06": 8.0193,
                    "2023-05": 7.326,
                    "2023-04": 6.9818,
                    "2023-03": 6.8133,
                    "2023-02": 6.1005,
                    "2023-01": 5.9681,
                    "2022-12": 5.4212,
                    "2022-11": 6.1547,
                    "2022-10": 6.3811,
                    "2022-09": 5.7948,
                    "2022-08": 6.6538,
                    "2022-07": 6.9112,
                    "2022-06": 5.8677,
                    "2022-05": 6.4389,
                    "2022-04": 6.8556,
                    "2022-03": 7.5895
                },
                "evRevenueNtm": {
                    "2025-01": 8.5334,
                    "2024-12": 9.0227,
                    "2024-11": 8.6458,
                    "2024-10": 8.1944,
                    "2024-09": 8.4721,
                    "2024-08": 8.4135,
                    "2024-07": 8.2624,
                    "2024-06": 8.0089,
                    "2024-05": 7.417,
                    "2024-04": 6.6124,
                    "2024-03": 6.7086,
                    "2024-02": 7.0866,
                    "2024-01": 7.2231,
                    "2023-12": 7.6103,
                    "2023-11": 7.541,
                    "2023-10": 6.6577,
                    "2023-09": 6.7124,
                    "2023-08": 7.3664,
                    "2023-07": 7.6999,
                    "2023-06": 7.6891,
                    "2023-05": 7.0762,
                    "2023-04": 6.7487,
                    "2023-03": 6.6274,
                    "2023-02": 5.9794,
                    "2023-01": 5.787,
                    "2022-12": 5.2433,
                    "2022-11": 5.9482,
                    "2022-10": 6.1608,
                    "2022-09": 5.5323,
                    "2022-08": 6.3447,
                    "2022-07": 6.5635,
                    "2022-06": 5.5299,
                    "2022-05": 6.0531,
                    "2022-04": 6.4395,
                    "2022-03": 7.0932
                }
            }
        }
    ],
    "meta": {
        "count": 2
    }
}

Available fields

Raw Financials

marketCapmarket capitalization in USD
enterpriseValueenterprise value in USD
stockPricestock price in USD
revenueLtmrevenues - last 12 months in USD
revenueNtmrevenues - next 12 months in USD
ebitdaLtmEBITDA - last 12 months in USD
ebitdaNtmEBITDA - next 12 months in USD
grossProfitLtmgross profit - last 12 months in USD
grossProfitNtmgross profit - next 12 months in USD
netIncomeLtmnet income - last 12 months in USD
netIncomeNtmnet income - next 12 months in USD
fcfLtmfree cash flow - last 12 months in USD
fcfNtmfree cash flow - next 12 months in USD

EV Multiples

evRevenueLtmEV / LTM Revenue - last 12 months
evRevenueNtmEV / NTM Revenue - next 12 months
evRevenueGrowthAdjNtmLtmEV / Growth-Adjusted NTM Revenue - next 12 months
evEbitdaLtmEV / LTM EBITDA - last 12 months
evEbitdaNtmEV / NTM EBITDA - next 12 months
evEbitdaGrowthAdjNtmLtmEV / Growth-Adjusted NTM EBITDA - next 12 months
evGrossProfitLtmEV / LTM Gross Profit - last 12 months
evGrossProfitNtmEV / NTM Gross Profit - next 12 months
evFcfLtmEV / LTM Free Cash Flow - last 12 months
evFcfNtmEV / NTM Free Cash Flow - next 12 months
evEbitLtmEV / LTM EBIT - last 12 months
evEbitNtmEV / NTM EBIT - next 12 months

Growth rates

revenueGrowthNtmLtmRevenue growth NTM/LTM
ebitdaGrowthNtmLtmEBITDA growth NTM/LTM

Margins

marginEbitdaLtmEBITDA margin - last 12 months
marginEbitdaNtmEBITDA margin - next 12 months
marginEbitLtmEBIT margin - last 12 months
marginEbitNtmEBIT margin - next 12 months
marginGrossLtmGross margin - last 12 months
marginGrossNtmGross margin - next 12 months
marginFcfLtmFree cash flow margin - last 12 months
marginFcfNtmFree cash flow margin - next 12 months
marginNetLtmNet margin - last 12 months
marginNetNtmNet margin - next 12 months

Expenses as % of revenue

expensesRevenuePercentageSmLtmLTM Sales & marketing as % of revenue - last 12 months
expensesRevenuePercentageSmNtmNTM Sales & marketing as % of revenue - next 12 months
expensesRevenuePercentageRdLtmLTM R&D as % of revenue - last 12 months
expensesRevenuePercentageRdNtmNTM R&D as % of revenue - next 12 months
expensesRevenuePercentageOpexLtmLTM Opex as % of revenue - last 12 months
expensesRevenuePercentageOpexNtmNTM Opex as % of revenue - next 12 months
expensesRevenuePercentageGaLtmLTM G&A as % of revenue - last 12 months
expensesRevenuePercentageGaNtmNTM G&A as % of revenue - next 12 months

P/E ratios

priceEarningsLtmLTM price-to-earnings - last 12 months
priceEarningsNtmNTM price-to-earnings - next 12 months

SaaS ratios

ruleOf40rule of 40
ruleOfXBessemer’s rule of X

On this page