EPAM Systems (EPAM) Other Non Operating Income (2011 - 2026)
EPAM Systems' (EPAM) quarterly Other Non Operating Income came in at -$9.8 million in Q2 2026, down 58.18% year-over-year from -$23.6 million in Q2 2025, and down 528.63% quarter-over-quarter from $2.3 million in Q1 2026.
EPAM Systems (EPAM) Other Non Operating Income (2011 - 2026) Analysis & Trends
EPAM Systems (EPAM) has reported Other Non Operating Income for 16 consecutive years, with -$9.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 58.18% year-over-year to -$9.8 million in Q2 2026; TTM through Jun 2026 was -$16.5 million, a 680.98% decrease from a year earlier, with the FY2025 full-year figure at -$25.9 million, down 155.31% from the prior year.
- Other Non Operating Income was -$9.8 million for Q2 2026 at EPAM Systems, down from $2.3 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $26.3 million in Q4 2022 and troughed at -$85.9 million in Q2 2022.
- A 5-year average of -$622777.8 and a median of $6.6 million in 2022 frame the typical range for Other Non Operating Income.
- The widest YoY moves for Other Non Operating Income: up 2031.13% in 2022, down 1731.26% in 2022.
- Over 5 years, Other Non Operating Income stood at $26.3 million in 2022, then tumbled by 46.92% to $14.0 million in 2023, then tumbled by 53.8% to $6.5 million in 2024, then sank by 182.84% to -$5.3 million in 2025, then tumbled by 84.32% to -$9.8 million in 2026.
- The last three Other Non Operating Income figures came in at -$9.8 million (Q2 2026), $2.3 million (Q1 2026), and -$5.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.85 Mn |
| Mar 31, 2026 | 2.30 Mn |
| Dec 31, 2025 | -5.34 Mn |
| Sep 30, 2025 | -3.63 Mn |
| Jun 30, 2025 | -6.23 Mn |
| Mar 31, 2025 | -10.73 Mn |
| Dec 31, 2024 | 6.45 Mn |
| Sep 30, 2024 | 13.35 Mn |
| Jun 30, 2024 | 12.04 Mn |
| Mar 31, 2024 | 15.04 Mn |
| Dec 31, 2023 | 13.96 Mn |
| Sep 30, 2023 | 13.93 Mn |
| Jun 30, 2023 | 11.71 Mn |
| Mar 31, 2023 | 11.52 Mn |
| Dec 31, 2022 | 26.30 Mn |
| Sep 30, 2022 | 6.69 Mn |
| Jun 30, 2022 | -85.94 Mn |
| Mar 31, 2022 | -22.79 Mn |
| Dec 31, 2021 | -1.36 Mn |
| Sep 30, 2021 | -5.33 Mn |
EPAM Systems Other Non Operating 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=other-non-operating-income&ticker=EPAM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "EPAM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-operating-income&ticker=EPAM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();