Fastly (FSLY) EPS (Basic) (2018 - 2026)
Fastly's (FSLY) quarterly EPS (Basic) came in at -$0.1 in Q2 2026, up 61.51% year-over-year from -$0.06 in Q2 2025, and up 25.74% quarter-over-quarter from -$0.13 in Q1 2026.
Fastly (FSLY) EPS (Basic) (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported EPS (Basic) for 9 consecutive years, with -$0.1 the latest figure, recorded in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 61.51% year-over-year to -$0.1 in Q2 2026; TTM through Jun 2026 was -$0.52, a 49.13% increase from a year earlier, with the FY2025 full-year figure at -$0.83, up 27.62% from the prior year.
- EPS (Basic) was -$0.1 for Q2 2026 at Fastly, up from -$0.13 in the prior quarter.
- Over five years, EPS (Basic) peaked at -$0.08 in Q2 2023 and troughed at -$0.54 in Q1 2022.
- A 5-year average of -$0.27 and a median of -$0.27 in 2025 frame the typical range for EPS (Basic).
- Across the five-year window, EPS (Basic) jumped 73.09% in 2022 and tumbled 280.39% in 2024, its largest moves.
- Over 5 years, EPS (Basic) stood at -$0.38 in 2022, then surged by 52.62% to -$0.18 in 2023, then sank by 30.98% to -$0.24 in 2024, then surged by 55.59% to -$0.11 in 2025, then increased by 6.05% to -$0.1 in 2026.
- The last three EPS (Basic) figures came in at -$0.1 (Q2 2026), -$0.13 (Q1 2026), and -$0.11 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 4.81 |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 2.30 |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | -0.48 |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 4.86 |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -0.79 |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | -1.14 |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 2.38 |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 4.73 |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 0.55 |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -0.10 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.10 |
| Mar 31, 2026 | -0.13 |
| Dec 31, 2025 | -0.11 |
| Sep 30, 2025 | -0.20 |
| Jun 30, 2025 | -0.26 |
| Mar 31, 2025 | -0.27 |
| Dec 31, 2024 | -0.24 |
| Sep 30, 2024 | -0.27 |
| Jun 30, 2024 | -0.32 |
| Mar 31, 2024 | -0.32 |
| Dec 31, 2023 | -0.18 |
| Sep 30, 2023 | -0.42 |
| Jun 30, 2023 | -0.08 |
| Mar 31, 2023 | -0.36 |
| Dec 31, 2022 | -0.38 |
| Sep 30, 2022 | -0.52 |
| Jun 30, 2022 | -0.14 |
| Mar 31, 2022 | -0.54 |
| Dec 31, 2021 | -0.50 |
| Sep 30, 2021 | -0.48 |
Fastly EPS (Basic) 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=eps-basic&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();