Block (XYZ) Free Cash Flow (2015 - 2026)
Block's (XYZ) quarterly Free Cash Flow came in at -$7.6 billion in Q2 2026, down 2.58% year-over-year from -$7.8 billion in Q2 2025, and down 10.74% quarter-over-quarter from -$6.8 billion in Q1 2026.
Block (XYZ) Free Cash Flow (2015 - 2026) Analysis & Trends
Block has disclosed Free Cash Flow across 12 years of filings, most recently posting -$7.6 billion for Q2 2026.
- In Q2 2026, Free Cash Flow fell 2.58% year-over-year to -$7.6 billion; the TTM figure through Jun 2026 stood at -$29.8 billion (changed 0.24% YoY), while the FY2025 annual figure was -$29.6 billion, down 7.08% from the prior year.
- Free Cash Flow came in at -$7.6 billion for Q2 2026 at Block, down from -$6.8 billion in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of -$1.7 billion in Q1 2022 to a low of -$9.1 billion in Q4 2024.
- Average Free Cash Flow over 5 years is -$6.3 billion, with a median of -$6.4 billion recorded in 2024.
- Year-over-year, Free Cash Flow tumbled 3915.22% in 2022 and increased 3.33% in 2023.
- Over 5 years, Free Cash Flow stood at -$6.0 billion in 2022, then plunged by 38.71% to -$8.4 billion in 2023, then fell by 8.87% to -$9.1 billion in 2024, then rose by 1.5% to -$9.0 billion in 2025, then rose by 15.78% to -$7.6 billion in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$7.6 billion in Q2 2026, -$6.8 billion in Q1 2026, and -$9.0 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Bitmine Immersion Technologies | 57.68 Bn | 57.34 Bn | 40.81 Mn | -2.12 Bn |
| 2 | Coinbase Global | 52.26 Bn | 43.47 Bn | 1.16 Bn | 197.31 Mn |
| 3 | PayPal Holdings | 45.26 Bn | 34.01 Bn | - | 1.78 Bn |
| 4 | Block | 44.88 Bn | 38.42 Bn | 3.17 Bn | -7.56 Bn |
| 5 | Iren | 35.80 Bn | 28.23 Bn | 103.89 Mn | 482.24 Mn |
| 6 | Corpay | 25.96 Bn | 19.27 Bn | 1.19 Bn | 1.42 Bn |
| 7 | Fiserv | 24.43 Bn | 23.83 Bn | 3.59 Bn | 985.00 Mn |
| 8 | Global Payments | 22.33 Bn | 17.57 Bn | 2.03 Bn | 426.96 Mn |
| 9 | Hut 8 | 12.62 Bn | 6.14 Bn | 48.04 Mn | -9.62 Mn |
| 10 | Guidewire Software | 12.54 Bn | 11.79 Bn | 269.68 Mn | 278.82 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 966.61 Mn |
| Mar 31, 2026 | 935.02 Mn |
| Dec 31, 2025 | 579.80 Mn |
| Sep 30, 2025 | 1.40 Bn |
| Jun 30, 2025 | 343.01 Mn |
| Mar 31, 2025 | 101.45 Mn |
| Dec 31, 2024 | -13.19 Mn |
| Sep 30, 2024 | 628.16 Mn |
| Jun 30, 2024 | 481.04 Mn |
| Mar 31, 2024 | 457.40 Mn |
| Dec 31, 2023 | -849.62 Mn |
| Sep 30, 2023 | 453.48 Mn |
| Jun 30, 2023 | 83.80 Mn |
| Mar 31, 2023 | 262.15 Mn |
| Dec 31, 2022 | -3.74 Mn |
| Sep 30, 2022 | -20.55 Mn |
| Jun 30, 2022 | -158.86 Mn |
| Mar 31, 2022 | 188.24 Mn |
| Dec 31, 2021 | 158.06 Mn |
| Sep 30, 2021 | 375.92 Mn |
Block Free Cash Flow 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=free-cash-flow&ticker=XYZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "XYZ", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=free-cash-flow&ticker=XYZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();