Public Companies
Public company API gives you programmatic access to our public markets dataset: valuation and financial data for 15,000+ listed companies, and aggregated comps by industry, theme and geography.
What the API covers
-
Company index — the list of available companies with their tickers, stock exchanges and SKUs.
-
Current company data — 'as-of-today' or end of month values for any selection of companies: market and enterprise value, trading multiples, and financial fundamentals. Optionally as of the end of any past month back to January 2020.
-
Historical company data — monthly time series for the same companies, 50+ financial ratios, going back 10+ years (from January 2016 onwards).
-
Current group data — 'as-of-today' median or sum values for an aggregated group: 220+ industry verticals, 40+ technology themes, and all global countries and regions. Groups can be mixed, e.g. Online Dating comps in Northern Europe.
-
Historical group data — the same aggregated groups as a monthly time series over the last 10 years.
Forward-looking values based on analyst estimates are included alongside historical and current figures.
Base URL
The API ships in two versions that are identical except for the SKU format used to address a company:
https://multiples.vc/api/v2For example, to list companies you would POST https://multiples.vc/api/v2/companies
v2 keys companies by multiples_id (TICKER-COUNTRY, e.g. ADBE-USA) — one identifier per company, stable across exchanges and re-listings. v1 (https://multiples.vc/api/v1) keys them by EXCHANGE_TICKER (e.g. NAS_ADBE). Use v2 for anything you persist or sync — see Migration to API v2.