Fastly (FSLY) Tax Rate (2018 - 2026)
Fastly's (FSLY) quarterly Tax Rate came in at 1.96% in Q2 2026, down 33.0% year-over-year from 2.92% in Q2 2025, and down 111.68% quarter-over-quarter from 16.75% in Q1 2026.
Fastly (FSLY) Tax Rate (2018 - 2026) Analysis & Trends
Fastly (FSLY) has reported Tax Rate for 9 consecutive years, with 1.96% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate fell 33.0% year-over-year to 1.96% in Q2 2026; TTM through Jun 2026 was 3.03%, a 504.0% increase from a year earlier, with the FY2025 full-year figure at 2.1%, down 42.0% from the prior year.
- Tax Rate was 1.96% for Q2 2026 at Fastly, down from 16.75% in the prior quarter.
- Over five years, Tax Rate peaked at 16.75% in Q1 2026 and troughed at 4.67% in Q4 2025.
- A 5-year average of 0.17% and a median of 1.13% in 2023 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate plunged 543 bps in 2024 and surged 1857 bps in 2026, its largest moves.
- Over 5 years, Tax Rate stood at 0.46% in 2022, then surged by 321 bps to 1.95% in 2023, then plunged by 278 bps to 3.48% in 2024, then slumped by 34 bps to 4.67% in 2025, then jumped by 58 bps to 1.96% in 2026.
- The last three Tax Rate figures came in at 1.96% (Q2 2026), 16.75% (Q1 2026), and 4.67% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Microsoft | 3,833.59 Bn | 3,756.75 Bn | 60.48 Bn | 18.80% |
| 2 | International Business Machines | 212.47 Bn | 163.37 Bn | 9.91 Bn | 12.63% |
| 3 | Cloudflare | 112.40 Bn | 95.93 Bn | 499.52 Mn | -1.22% |
| 4 | Equinix | 99.47 Bn | 88.02 Bn | 1.40 Bn | 8.80% |
| 5 | Nebius | 60.05 Bn | 33.48 Bn | 448.70 Mn | -7.75% |
| 6 | CoreWeave | 48.26 Bn | 35.35 Bn | 1.70 Bn | -10.99% |
| 7 | Verisign | 25.97 Bn | 23.18 Bn | 384.60 Mn | 23.12% |
| 8 | Nutanix | 18.41 Bn | 10.09 Bn | 651.35 Mn | -1,434.96% |
| 9 | Akamai Technologies | 16.36 Bn | 9.77 Bn | 613.75 Mn | 20.62% |
| 10 | Fastly | 3.97 Bn | 2.60 Bn | 115.95 Mn | -1.96% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.96% |
| Mar 31, 2026 | 16.75% |
| Dec 31, 2025 | -4.67% |
| Sep 30, 2025 | -2.07% |
| Jun 30, 2025 | -1.62% |
| Mar 31, 2025 | -1.82% |
| Dec 31, 2024 | -3.48% |
| Sep 30, 2024 | -1.33% |
| Jun 30, 2024 | -1.63% |
| Mar 31, 2024 | -0.81% |
| Dec 31, 2023 | 1.95% |
| Sep 30, 2023 | 0.00% |
| Jun 30, 2023 | -1.04% |
| Mar 31, 2023 | -0.30% |
| Dec 31, 2022 | 0.46% |
| Sep 30, 2022 | -0.19% |
| Jun 30, 2022 | -1.23% |
| Mar 31, 2022 | -0.06% |
| Dec 31, 2021 | -0.10% |
| Sep 30, 2021 | -0.05% |
Fastly Tax Rate 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=tax-rate&ticker=FSLY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=FSLY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();