Formula Systems (1985) (FORTY) Retained Earnings (2009 - 2025)
Formula Systems (1985)'s (FORTY) quarterly Retained Earnings came in at $1.1 billion in Q4 2025, up 106.26% on a YoY basis from $536.0 million in Q4 2024, and up 106.26% quarter-over-quarter from $536.0 million in Q4 2024.
Formula Systems (1985) (FORTY) Retained Earnings (2009 - 2025) Analysis & Trends
Formula Systems (1985) (FORTY) has reported Retained Earnings for 17 consecutive years, with $1.1 billion the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Retained Earnings rose 106.26% year-over-year to $1.1 billion; the trailing twelve-month figure through Dec 2025 stood at $1.1 billion (up 106.26% YoY), and the FY2025 full-year result was $1.1 billion, up 106.26% from the prior year.
- Retained Earnings improved to $1.1 billion in Q4 2025 per FORTY's latest filing, from $536.0 million in the prior quarter.
- Across five years, Retained Earnings topped out at $1.1 billion in Q4 2025 and bottomed at $127000.0 in Q2 2024.
- Historically, Retained Earnings has averaged $482.5 million across 5 years, with a median of $447.3 million in 2022.
- The sharpest annual moves came in 2021 and 2025: Retained Earnings advanced 10.47% in 2021, then surged 106.26% in 2025.
- Over 5 years, Retained Earnings stood at $358.3 million in 2021, then grew by 17.06% to $419.4 million in 2022, then increased by 13.3% to $475.2 million in 2023, then advanced by 12.79% to $536.0 million in 2024, then soared by 106.26% to $1.1 billion in 2025.
- According to Business Quant data, Retained Earnings over the past three periods registered $1.1 billion, $536.0 million, and $127000.0 for Q4 2025, Q4 2024, and Q2 2024 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 13.44 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 14.65 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 5.34 Bn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 2.04 Bn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 1.43 Bn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 1.66 Bn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | -1.92 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 88.14 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | - |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 6.75 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.11 Bn |
| Dec 31, 2024 | 536.01 Mn |
| Jun 30, 2024 | 127,000.00 |
| Dec 31, 2023 | 475.22 Mn |
| Dec 31, 2022 | 419.45 Mn |
| Dec 31, 2021 | 358.32 Mn |
| Dec 31, 2020 | 324.36 Mn |
| Dec 31, 2019 | 285.15 Mn |
| Dec 31, 2018 | 262.56 Mn |
| Sep 30, 2018 | 256.67 Mn |
| Dec 31, 2017 | 239.16 Mn |
| Dec 31, 2016 | 100.57 Mn |
| Dec 31, 2015 | 129.02 Mn |
| Dec 31, 2014 | 137.09 Mn |
| Dec 31, 2013 | -1.01 Mn |
| Dec 31, 2012 | 132.77 Mn |
| Dec 31, 2011 | -12.30 Mn |
| Dec 31, 2010 | -596,000.00 |
| Dec 31, 2009 | 60.05 Mn |
Formula Systems (1985) Retained Earnings 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=retained-earnings&ticker=FORTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "FORTY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=FORTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();