Nice (NICE) Revenue (2009 - 2026)
Nice (NICE) posted Revenue of $1.6 billion for Q2 2026, up 101.78% on a QoQ basis from $768.6 million in Q1 2026, and up 8.69% year-over-year from $1.4 billion in Q2 2025.
Nice (NICE) Revenue (2009 - 2026) Analysis & Trends
Nice has reported Revenue for 18 years, with the latest figure at $1.6 billion in Q2 2026.
- On a quarterly basis, Revenue rose 8.69% year-over-year to $1.6 billion in Q2 2026; TTM through Jun 2026 was $5.9 billion, a 22.9% increase from a year earlier, with the FY2025 full-year figure at $2.9 billion, up 7.68% from the prior year.
- Revenue was $1.6 billion for Q2 2026 at Nice, up from $768.6 million in the prior quarter.
- The five-year high for Revenue was $2.2 billion in Q3 2025, with the low at -$1.0 billion in Q4 2022.
- Average Revenue over 5 years is $1.0 billion, with a median of $768.6 million recorded in 2026.
- The sharpest annual moves came in 2023 and 2025: Revenue slumped 45.07% in 2023, then surged 114.77% in 2025.
- Over 5 years, Revenue stood at -$1.0 billion in 2022, then surged by 272.52% to $1.8 billion in 2023, then rose by 14.78% to $2.0 billion in 2024, then rose by 7.21% to $2.2 billion in 2025, then decreased by 28.16% to $1.6 billion in 2026.
- The last three Revenue figures came in at $1.6 billion (Q2 2026), $768.6 million (Q1 2026), and $2.2 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | 6.76 Bn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 1.77 Bn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 2.05 Bn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 1.50 Bn |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | 1.28 Bn |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | 370.08 Mn |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | 631.50 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 1.55 Bn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | 657.01 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | 1.35 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.55 Bn |
| Mar 31, 2026 | 768.62 Mn |
| Sep 30, 2025 | 2.16 Bn |
| Jun 30, 2025 | 1.43 Bn |
| Mar 31, 2025 | 700.19 Mn |
| Sep 30, 2024 | 2.01 Bn |
| Jun 30, 2024 | 664.40 Mn |
| Mar 31, 2024 | 659.31 Mn |
| Sep 30, 2023 | 1.75 Bn |
| Jun 30, 2023 | 581.11 Mn |
| Mar 31, 2023 | 571.86 Mn |
| Dec 31, 2022 | -1.02 Bn |
| Sep 30, 2022 | 1.61 Bn |
| Jun 30, 2022 | 1.06 Bn |
| Mar 31, 2022 | 527.43 Mn |
| Dec 31, 2021 | -851.40 Mn |
| Sep 30, 2021 | 1.41 Bn |
| Jun 30, 2021 | 911.85 Mn |
| Mar 31, 2021 | 455.02 Mn |
| Dec 31, 2020 | -779.46 Mn |
Nice Revenue API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=revenue&ticker=NICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "ticker": "NICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=revenue&ticker=NICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();