# Top 10 events by revenue: annual portfolio analysis | Nevent

<Schema>{`{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Top 10 events by revenue: portfolio analysis for live event promoters",
  "description": "How to identify your most profitable events of the year, what metrics accompany the ranking and how to use this data to plan next year's event portfolio.",
  "author": { "@type": "Organization", "name": "Nevent", "url": "https://nevent.ai" },
  "publisher": { "@type": "Organization", "name": "Nevent" },
  "datePublished": "2026-06-02",
  "dateModified": "2026-06-02",
  "about": [
    { "@type": "Thing", "name": "Event revenue analytics" },
    { "@type": "Thing", "name": "Live event portfolio management" },
    { "@type": "Thing", "name": "Marketing analytics" }
  ],
  "audience": { "@type": "Audience", "audienceType": "Live event promoters" }
}`}</Schema>

:::tip[Quick definition]
**Top events by revenue**: a ranking of your events ordered from highest to lowest total income in a period. It tells you which formats work and which to replicate, based on real data from your own portfolio.
:::

# Top 10 events by revenue: annual portfolio analysis

## Business question

"Which have been my 10 most profitable events since the start of the year?"

This question is answered in portfolio planning meetings, when the team debates which types of event make sense to repeat and which to close. Without the ranking, the decision is based on intuition; with it, on real data.

## How is the top events by revenue measured?

The revenue generated by all events in the year to date is summed, grouped by event and sorted from highest to lowest. The result is the top 10.

The calculation includes all box-office revenue attributed to each event: tickets of different types, multi-day passes where applicable and upgrades. The reference date is always the start of the calendar year.

## What result should you expect?

A table with one row per event and these columns:

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>What it shows</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><strong>Event name</strong></td>
      <td>The event identifier in your platform</td>
    </tr>
    <tr>
      <td><strong>Date</strong></td>
      <td>When the event took place</td>
    </tr>
    <tr>
      <td><strong>Total revenue</strong></td>
      <td>Total box-office income in €</td>
    </tr>
    <tr>
      <td><strong>Tickets sold</strong></td>
      <td>Total volume of tickets issued</td>
    </tr>
    <tr>
      <td><strong>Average ticket value</strong></td>
      <td>Revenue ÷ tickets sold</td>
    </tr>
  </tbody>
</table>

With this data you can identify patterns: if the highest-revenue events share a particular music genre, city or venue format, that is your most valuable insight.

## When does this use case make sense?

- **Portfolio planning for next year** — knowing your top events is the starting point for deciding what to repeat and with what budget.
- **Identifying winning formulas** — the top 10 events have something in common: genre, city, venue type, price range. Identifying it lets you replicate it.
- **Reporting to investors or the team** — a table of the 10 most profitable events of the year is the most effective executive summary of your season.
- **Negotiating with artists or venues** — having real revenue data from similar events is your best argument in a negotiation.

## When NOT to use this case

- If you want to evaluate real profitability rather than gross revenue: the top by revenue does not account for costs. An event with high revenue can have low margin. For that, the right filter is margin, not revenue.
- If you have very few events in the year: with fewer than 5 or 6 events, the ranking does not provide much comparative context.

## Useful variations

- **Filter by music genre** — viewing the top 10 only for electronic, rock or jazz events gives you the ranking within your niche.
- **Filter by city** — useful if you operate in several cities and want to compare performance by local market, for example Madrid vs Barcelona.
- **Top 10 by margin instead of revenue** — economically more relevant, but requires costs to be recorded in the platform.
- **Comparison with the same period last year** — seeing whether the top 10 events improve or decline versus the previous year provides trend context.
- **Breakdown by average ticket value** — events with a high average ticket and small capacity can outperform mass-market events with low ticket prices.

## Summary

- The top events by revenue is the fastest way to identify what is working in your portfolio.
- The result is a table with name, date, total revenue, tickets sold and average ticket value.
- Use it in annual planning, investor reporting and to identify the success patterns you can replicate.

## Next step

[Ask Claude in plain language](/en/nevent-ai/what-you-can-do/analytics/)
  [A6 — Cohorts by first purchase](/en/analytics/use-cases/cohorts-first-purchase/)
  [Back to use cases hub](/en/analytics/use-cases/)