Fastly (FSLY) Retained Earnings (2018 - 2026)
Fastly's (FSLY) quarterly Retained Earnings came in at $2.1 billion in Q2 2026, up 6.44% year-over-year from $2.0 billion in Q2 2025, and up 1.39% quarter-over-quarter from $2.1 billion in Q1 2026.
Fastly (FSLY) Retained Earnings (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported Retained Earnings for 9 consecutive years, with $2.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 6.44% year-over-year to $2.1 billion in Q2 2026; TTM through Jun 2026 was $2.1 billion, a 6.44% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 4.39% from the prior year.
- Retained Earnings was $2.1 billion for Q2 2026 at Fastly, up from $2.1 billion in the prior quarter.
- Over five years, Retained Earnings peaked at $2.1 billion in Q2 2026 and troughed at $1.6 billion in Q1 2022.
- A 5-year average of $1.9 billion and a median of $1.9 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings climbed 12.81% in 2022 and climbed 4.39% in 2025, its largest moves.
- Over 5 years, Retained Earnings stood at $1.7 billion in 2022, then gained by 8.95% to $1.8 billion in 2023, then grew by 7.87% to $2.0 billion in 2024, then gained by 4.39% to $2.0 billion in 2025, then gained by 4.78% to $2.1 billion in 2026.
- The last three Retained Earnings figures came in at $2.1 billion (Q2 2026), $2.1 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 328.27 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 155.94 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | -1.40 Bn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 7.00 Bn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | 3.73 Bn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | -4.01 Bn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | -11.34 Bn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | -3.71 Bn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 3.61 Bn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -1.15 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.15 Bn |
| Mar 31, 2026 | -1.14 Bn |
| Dec 31, 2025 | -1.11 Bn |
| Sep 30, 2025 | -1.10 Bn |
| Jun 30, 2025 | -1.07 Bn |
| Mar 31, 2025 | -1.03 Bn |
| Dec 31, 2024 | -992.81 Mn |
| Sep 30, 2024 | -959.92 Mn |
| Jun 30, 2024 | -921.91 Mn |
| Mar 31, 2024 | -878.18 Mn |
| Dec 31, 2023 | -834.75 Mn |
| Sep 30, 2023 | -811.37 Mn |
| Jun 30, 2023 | -757.06 Mn |
| Mar 31, 2023 | -746.35 Mn |
| Dec 31, 2022 | -701.66 Mn |
| Sep 30, 2022 | -655.01 Mn |
| Jun 30, 2022 | -591.59 Mn |
| Mar 31, 2022 | -575.15 Mn |
| Dec 31, 2021 | -510.89 Mn |
| Sep 30, 2021 | -453.37 Mn |
Fastly 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=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "FSLY", "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=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();