Private Companies and Deals

Introduction

The multiples.vc Private Data API gives you programmatic access to our private-market dataset: private-company transactions, company and investor profiles, and the relationships that connect them. Use it to power internal tools, enrich your own records, or keep a local mirror of our data in sync.

What the API covers

  • Transactions — M&A deals and funding rounds (plus IPOs and secondaries). Each transaction record carries the target company, the participating buyers or lead investors, headline deal terms (date, type, valuation, amount raised, revenue, EBITDA), a short synopsis, and computed valuation multiples (EV/Revenue, EV/EBITDA) where available.

  • Company profiles — sector classification (verticals, themes, client focus, revenue model), headquarters and founding details, ownership, and a rollup of the company's deal activity. Public companies additionally expose stock listings, current valuation/market metrics, and a compact set of LTM/NTM fundamentals.

  • Investor profiles — organisations (VC/PE firms, corporates, and other entities) that have led funding rounds or acquired companies, along with activity statistics and the deals, portfolio companies, and co-investors they are associated with.

  • Change feed — every company, investor, and transaction record carries created_at, updated_at, and deleted fields so you can pull incremental deltas and keep a downstream copy current without re-fetching the whole dataset.

Base URL

All endpoints are served under a single base URL:

https://multiples.vc/api/private/v1

For example, to list transactions you would POST https://multiples.vc/api/private/v1/transactions