Multiples API

Private Companies and Deals

Private data API gives you programmatic access to our private markets dataset: M&A and fundraising deals, company and investor profiles.

What the API covers

  • Transactions — M&A deals and funding rounds (from pre-seed to buyout). 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 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 include stock listings, current valuation/market metrics, and a set of financial fundamentals.

  • Investor profiles — organizations (VC/PE firms, corporates, and other entities) that have led funding rounds or acquired companies, along with deal activity statistics, portfolio companies, and co-investors they invested 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

On this page