Rank Companies
Companies
Rank companies - Companies API
Build a ranked list of active companies by valuation, revenue, or total funding.
GET
Rank Companies
Use this endpoint to build company leaderboards, screen a market, or monitor the
companies with the highest or lowest financial metrics. Choose
For example, use the following query to return the 25 highest-valued private
companies:
valuation,
revenue, or total_funding with sort_by, then narrow the results by company
type, sort order, and result limit.
The response includes the company identity, the metric used for ranking, its
numeric value, and the date associated with that value. It also returns metadata
that summarizes the applied ranking options and the total number of companies
with a value for the selected metric. Companies without that metric are not
included in the ranking.
By default, the endpoint returns up to 50 companies ranked by valuation in
descending order. You can request up to 100 results.
Authorizations
Authenticate using one of two formats:
- Organization/user token:
Token <your-token> - Stytch JWT:
Bearer <your-jwt>
Query Parameters
Filter by company type. Defaults to all.
Available options:
all, private, public Maximum rows to return. Defaults to 50; max 100.
Sort order. Defaults to desc.
Available options:
asc, desc Metric to rank by. Defaults to valuation.
Available options:
revenue, total_funding, valuation