Formula Systems (1985) (FORTY) Current Assets (2009 - 2026)
Formula Systems (1985)'s (FORTY) quarterly Current Assets came in at $2.0 billion in Q2 2026, up 35.99% on a YoY basis from $1.4 billion in Q2 2025, and down 9.5% quarter-over-quarter from $2.2 billion in Q1 2026.
Formula Systems (1985) (FORTY) Current Assets (2009 - 2026) Analysis & Trends
Formula Systems (1985) (FORTY) has reported Current Assets for 18 consecutive years, with $2.0 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Current Assets rose 35.99% year-over-year to $2.0 billion; the trailing twelve-month figure through Jun 2026 stood at $2.0 billion (up 35.99% YoY), and the FY2025 full-year result was $2.2 billion, up 45.65% from the prior year.
- Current Assets slipped to $2.0 billion in Q2 2026 per FORTY's latest filing, from $2.2 billion in the prior quarter.
- Across five years, Current Assets topped out at $2.2 billion in Q1 2026 and bottomed at $1.2 billion in Q2 2022.
- Historically, Current Assets has averaged $1.5 billion across 5 years, with a median of $1.4 billion in 2023.
- The sharpest annual moves came in 2023 and 2025: Current Assets dropped 0.94% in 2023, then soared 49.18% in 2025.
- Over 5 years, Current Assets stood at $1.4 billion in 2022, then grew by 0.32% to $1.4 billion in 2023, then rose by 8.08% to $1.5 billion in 2024, then surged by 45.65% to $2.2 billion in 2025, then fell by 9.14% to $2.0 billion in 2026.
- According to Business Quant data, Current Assets over the past three periods registered $2.0 billion, $2.2 billion, and $2.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 10.41 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 7.56 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 3.62 Bn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 2.22 Bn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 1.28 Bn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 875.28 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 5.07 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | 320.76 Mn |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 1.97 Bn |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 5.51 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.97 Bn |
| Mar 31, 2026 | 2.17 Bn |
| Dec 31, 2025 | 2.17 Bn |
| Sep 30, 2025 | 2.06 Bn |
| Jun 30, 2025 | 1.45 Bn |
| Mar 31, 2025 | 1.48 Bn |
| Dec 31, 2024 | 1.49 Bn |
| Sep 30, 2024 | 1.38 Bn |
| Jun 30, 2024 | 1.30 Bn |
| Mar 31, 2024 | 1.38 Bn |
| Dec 31, 2023 | 1.38 Bn |
| Sep 30, 2023 | 1.27 Bn |
| Jun 30, 2023 | 1.29 Bn |
| Mar 31, 2023 | 1.35 Bn |
| Dec 31, 2022 | 1.37 Bn |
| Sep 30, 2022 | 1.28 Bn |
| Jun 30, 2022 | 1.22 Bn |
| Mar 31, 2022 | 1.36 Bn |
| Dec 31, 2021 | 1.30 Bn |
| Sep 30, 2021 | 1.20 Bn |
Formula Systems (1985) Current Assets 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=current-assets&ticker=FORTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=FORTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();