Fastly (FSLY) Profit After Tax (2018 - 2026)
Fastly's (FSLY) quarterly Profit After Tax came in at -$15.6 million in Q2 2026, up 58.47% year-over-year from -$9.8 million in Q2 2025, and up 24.04% quarter-over-quarter from -$20.5 million in Q1 2026.
Fastly (FSLY) Profit After Tax (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported Profit After Tax for 9 consecutive years, with -$15.6 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax rose 58.47% year-over-year to -$15.6 million in Q2 2026; TTM through Jun 2026 was -$81.1 million, a 45.05% increase from a year earlier, with the FY2025 full-year figure at -$121.7 million, up 23.02% from the prior year.
- Profit After Tax was -$15.6 million for Q2 2026 at Fastly, up from -$20.5 million in the prior quarter.
- Over five years, Profit After Tax peaked at -$10.7 million in Q2 2023 and troughed at -$64.3 million in Q1 2022.
- A 5-year average of -$35.5 million and a median of -$37.8 million in 2024 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax surged 71.8% in 2022 and tumbled 308.53% in 2024, its largest moves.
- Over 5 years, Profit After Tax stood at -$46.7 million in 2022, then surged by 49.87% to -$23.4 million in 2023, then plunged by 40.62% to -$32.9 million in 2024, then surged by 52.85% to -$15.5 million in 2025, then retreated by 0.55% to -$15.6 million in 2026.
- The last three Profit After Tax figures came in at -$15.6 million (Q2 2026), -$20.5 million (Q1 2026), and -$15.5 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 35.77 Bn |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 2.17 Bn |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | -169.98 Mn |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 477.00 Mn |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -190.40 Mn |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | -626.00 Mn |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 216.50 Mn |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | 1.27 Bn |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 79.40 Mn |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -15.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -15.64 Mn |
| Mar 31, 2026 | -20.52 Mn |
| Dec 31, 2025 | -15.52 Mn |
| Sep 30, 2025 | -29.52 Mn |
| Jun 30, 2025 | -37.58 Mn |
| Mar 31, 2025 | -39.16 Mn |
| Dec 31, 2024 | -32.85 Mn |
| Sep 30, 2024 | -38.06 Mn |
| Jun 30, 2024 | -43.77 Mn |
| Mar 31, 2024 | -43.43 Mn |
| Dec 31, 2023 | -23.39 Mn |
| Sep 30, 2023 | -54.31 Mn |
| Jun 30, 2023 | -10.70 Mn |
| Mar 31, 2023 | -44.69 Mn |
| Dec 31, 2022 | -46.66 Mn |
| Sep 30, 2022 | -63.42 Mn |
| Jun 30, 2022 | -16.48 Mn |
| Mar 31, 2022 | -64.26 Mn |
| Dec 31, 2021 | -57.55 Mn |
| Sep 30, 2021 | -56.20 Mn |
Fastly Profit After Tax 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=profit-after-tax&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();