Atlassian (TEAM) Change in Cash (2021 - 2026)
Atlassian's (TEAM) quarterly Change in Cash came in at $112.5 million in Q2 2026, up 175.96% year-over-year from $40.8 million in Q2 2025, and up 614.06% quarter-over-quarter from -$21.9 million in Q1 2026.
Atlassian (TEAM) Change in Cash (2021 - 2026) Analysis & Trends
Atlassian (TEAM) has reported Change in Cash for 6 consecutive years, with $112.5 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Cash rose 175.96% year-over-year to $112.5 million in Q2 2026; TTM through Jun 2026 was -$1.3 billion, a 476.74% decrease from a year earlier, with the FY2026 full-year figure at -$1.3 billion, down 476.74% from the prior year.
- Change in Cash was $112.5 million for Q2 2026 at Atlassian, up from -$21.9 million in the prior quarter.
- Over five years, Change in Cash peaked at $488.4 million in Q1 2024 and troughed at -$1.2 billion in Q4 2025.
- A 5-year average of $19.3 million and a median of $121.4 million in 2023 frame the typical range for Change in Cash.
- Across the five-year window, Change in Cash sank 819.17% in 2025 and soared 175.96% in 2026, its largest moves.
- Over 5 years, Change in Cash stood at $168.0 million in 2022, then sank by 506.53% to -$683.0 million in 2023, then jumped by 123.7% to $161.9 million in 2024, then slumped by 819.17% to -$1.2 billion in 2025, then soared by 109.66% to $112.5 million in 2026.
- The last three Change in Cash figures came in at $112.5 million (Q2 2026), -$21.9 million (Q1 2026), and -$1.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | -560.00 Mn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 112.47 Mn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 1.43 Bn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 281.29 Mn |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | - |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | - |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | -153.70 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | -62.84 Mn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | -5.08 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | -298.13 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 112.47 Mn |
| Mar 31, 2026 | -21.88 Mn |
| Dec 31, 2025 | -1.16 Bn |
| Sep 30, 2025 | -190.71 Mn |
| Jun 30, 2025 | -148.07 Mn |
| Mar 31, 2025 | 443.19 Mn |
| Dec 31, 2024 | 161.90 Mn |
| Sep 30, 2024 | -121.39 Mn |
| Jun 30, 2024 | 227.93 Mn |
| Mar 31, 2024 | 488.43 Mn |
| Dec 31, 2023 | -683.05 Mn |
| Sep 30, 2023 | 40.89 Mn |
| Jun 30, 2023 | 130.34 Mn |
| Mar 31, 2023 | 335.61 Mn |
| Dec 31, 2022 | 168.02 Mn |
| Sep 30, 2022 | 82.66 Mn |
| Jun 30, 2022 | 189.57 Mn |
| Mar 31, 2022 | 295.12 Mn |
| Dec 31, 2021 | -623.33 Mn |
| Sep 30, 2021 | 587.69 Mn |
Atlassian Change in Cash 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=change-in-cash&ticker=TEAM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "TEAM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=TEAM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();