RingCentral (RNG) Consolidated Net Income (2012 - 2026)
RingCentral's (RNG) quarterly Consolidated Net Income came in at $39.1 million in Q2 2026, up 196.84% year-over-year from $13.2 million in Q2 2025, and up 27.79% quarter-over-quarter from $30.6 million in Q1 2026.
RingCentral (RNG) Consolidated Net Income (2012 - 2026) Analysis & Trends
RingCentral (RNG) has reported Consolidated Net Income for 15 consecutive years, with $39.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Consolidated Net Income rose 196.84% year-over-year to $39.1 million in Q2 2026; TTM through Jun 2026 was $110.2 million, a 1003.84% increase from a year earlier, with the FY2025 full-year figure at $43.4 million, up 174.44% from the prior year.
- Consolidated Net Income was $39.1 million for Q2 2026 at RingCentral, up from $30.6 million in the prior quarter.
- Over five years, Consolidated Net Income peaked at $39.1 million in Q2 2026 and troughed at -$284.6 million in Q3 2022.
- A 5-year average of -$55.0 million and a median of -$18.2 million in 2023 frame the typical range for Consolidated Net Income.
- Across the five-year window, Consolidated Net Income plunged 81079.03% in 2022 and soared 420.19% in 2025, its largest moves.
- Over 5 years, Consolidated Net Income stood at -$284.1 million in 2022, then jumped by 83.38% to -$47.2 million in 2023, then jumped by 84.8% to -$7.2 million in 2024, then soared by 420.19% to $23.0 million in 2025, then soared by 70.31% to $39.1 million in 2026.
- The last three Consolidated Net Income figures came in at $39.1 million (Q2 2026), $30.6 million (Q1 2026), and $23.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | 1.83 Bn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 139.08 Mn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 492.00 Mn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 1.07 Bn |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | 1.54 Bn |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | -112.15 Mn |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | 95.80 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 130.04 Mn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | 39.12 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | 155.72 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 39.12 Mn |
| Mar 31, 2026 | 30.61 Mn |
| Dec 31, 2025 | 22.97 Mn |
| Sep 30, 2025 | 17.56 Mn |
| Jun 30, 2025 | 13.18 Mn |
| Mar 31, 2025 | -10.37 Mn |
| Dec 31, 2024 | -7.17 Mn |
| Sep 30, 2024 | -7.83 Mn |
| Jun 30, 2024 | -14.78 Mn |
| Mar 31, 2024 | -28.51 Mn |
| Dec 31, 2023 | -47.20 Mn |
| Sep 30, 2023 | -42.10 Mn |
| Jun 30, 2023 | -21.53 Mn |
| Mar 31, 2023 | -54.41 Mn |
| Dec 31, 2022 | -284.06 Mn |
| Sep 30, 2022 | -284.64 Mn |
| Jun 30, 2022 | -159.52 Mn |
| Mar 31, 2022 | -150.99 Mn |
| Dec 31, 2021 | -118.36 Mn |
| Sep 30, 2021 | -146.77 Mn |
RingCentral Consolidated Net Income 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=consolidated-net-income&ticker=RNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "ticker": "RNG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=RNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();