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
Body example
{
    "skus": [
        "NAS_AAPL",
        "NAS_BMBL"
    ],
    "fields": [
        "evRevenueLtm",
        "evRevenueNtm"
    ],
    "dateFrom": "2022-03",
    "dateTo": "2025-01"
}

Response
{
    "data": [
        {
            "sku": "NAS_BMBL",
            "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": "NAS_AAPL",
            "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

marketCap

market capitalization in USD

enterpriseValue

enterprise value in USD

stockPrice

stock price in USD

revenueLtm

revenues - last 12 months in USD

revenueNtm

revenues - next 12 months in USD

ebitdaLtm

EBITDA - last 12 months in USD

ebitdaNtm

EBITDA - next 12 months in USD

grossProfitLtm

gross profit - last 12 months in USD

grossProfitNtm

gross profit - next 12 months in USD

netIncomeLtm

net income - last 12 months in USD

netIncomeNtm

net income - next 12 months in USD

fcfLtm

free cash flow - last 12 months in USD

fcfNtm

free cash flow - next 12 months in USD


EV Multiples

evRevenueLtm

EV / LTM Revenue - last 12 months

evRevenueNtm

EV / NTM Revenue - next 12 months

evRevenueGrowthAdjNtmLtm

EV / Growth-Adjusted NTM Revenue - next 12 months

evEbitdaLtm

EV / LTM EBITDA - last 12 months

evEbitdaNtm

EV / NTM EBITDA - next 12 months

evEbitdaGrowthAdjNtmLtm

EV / Growth-Adjusted NTM EBITDA - next 12 months

evGrossProfitLtm

EV / LTM Gross Profit - last 12 months

evGrossProfitNtm

EV / NTM Gross Profit - next 12 months

evFcfLtm

EV / LTM Free Cash Flow - last 12 months

evFcfNtm

EV / NTM Free Cash Flow - next 12 months

evEbitLtm

EV / LTM EBIT - last 12 months

evEbitNtm

EV / NTM EBIT - next 12 months


Growth rates

revenueGrowthNtmLtm

Revenue growth NTM/LTM

ebitdaGrowthNtmLtm

EBITDA growth NTM/LTM


Margins

marginEbitdaLtm

EBITDA margin - last 12 months

marginEbitdaNtm

EBITDA margin - next 12 months

marginEbitLtm

EBIT margin - last 12 months

marginEbitNtm

EBIT margin - next 12 months

marginGrossLtm

Gross margin - last 12 months

marginGrossNtm

Gross margin - next 12 months

marginFcfLtm

Free cash flow margin - last 12 months

marginFcfNtm

Free cash flow margin - next 12 months

marginNetLtm

Net margin - last 12 months

marginNetNtm

Net margin - next 12 months


Expenses as % of revenue

expensesRevenuePercentageSmLtm

LTM Sales & marketing as % of revenue - last 12 months

expensesRevenuePercentageSmNtm

NTM Sales & marketing as % of revenue - next 12 months

expensesRevenuePercentageRdLtm

LTM R&D as % of revenue - last 12 months

expensesRevenuePercentageRdNtm

NTM R&D as % of revenue - next 12 months

expensesRevenuePercentageOpexLtm

LTM Opex as % of revenue - last 12 months

expensesRevenuePercentageOpexNtm

NTM Opex as % of revenue - next 12 months

expensesRevenuePercentageGaLtm

LTM G&A as % of revenue - last 12 months

expensesRevenuePercentageGaNtm

NTM G&A as % of revenue - next 12 months


P/E ratios

priceEarningsLtm

LTM price-to-earnings - last 12 months

priceEarningsNtm

NTM price-to-earnings - next 12 months

SaaS ratios

ruleOf40

rule of 40

ruleOfX

Bessemer’s rule of X