Atlassian (TEAM) Cash from Financing Activities (2021 - 2026)
Atlassian's (TEAM) quarterly Cash from Financing Activities came in at -$359.3 million in Q2 2026, up 8.41% year-over-year from -$331.4 million in Q2 2025, and up 63.74% quarter-over-quarter from -$990.9 million in Q1 2026.
Atlassian (TEAM) Cash from Financing Activities (2021 - 2026) Analysis & Trends
Atlassian (TEAM) has reported Cash from Financing Activities for 6 consecutive years, with -$359.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 8.41% year-over-year to -$359.3 million in Q2 2026; TTM through Jun 2026 was -$1.8 billion, a 130.07% decrease from a year earlier, with the FY2026 full-year figure at -$1.8 billion, down 130.07% from the prior year.
- Cash from Financing Activities was -$359.3 million for Q2 2026 at Atlassian, up from -$990.9 million in the prior quarter.
- Over five years, Cash from Financing Activities peaked at $9.5 million in Q1 2022 and troughed at -$990.9 million in Q1 2026.
- A 5-year average of -$183.9 million and a median of -$118.1 million in 2023 frame the typical range for Cash from Financing Activities.
- Across the five-year window, Cash from Financing Activities tumbled 4819.13% in 2023 and jumped 39.41% in 2024, its largest moves.
- Over 5 years, Cash from Financing Activities stood at $1.4 million in 2022, then tumbled by 8285.74% to -$114.3 million in 2023, then jumped by 39.41% to -$69.2 million in 2024, then slumped by 185.15% to -$197.4 million in 2025, then sank by 81.98% to -$359.3 million in 2026.
- The last three Cash from Financing Activities figures came in at -$359.3 million (Q2 2026), -$990.9 million (Q1 2026), and -$197.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | -2.42 Bn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | -359.29 Mn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 502.00 Mn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | -37.85 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 | -410.00 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | -302.92 Mn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | -185.37 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | -569.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -359.29 Mn |
| Mar 31, 2026 | -990.95 Mn |
| Dec 31, 2025 | -197.44 Mn |
| Sep 30, 2025 | -252.81 Mn |
| Jun 30, 2025 | -392.28 Mn |
| Mar 31, 2025 | -134.31 Mn |
| Dec 31, 2024 | -69.24 Mn |
| Sep 30, 2024 | -186.75 Mn |
| Jun 30, 2024 | -180.19 Mn |
| Mar 31, 2024 | -47.88 Mn |
| Dec 31, 2023 | -114.27 Mn |
| Sep 30, 2023 | -65.88 Mn |
| Jun 30, 2023 | -118.07 Mn |
| Mar 31, 2023 | -31.75 Mn |
| Sep 30, 2022 | 1.40 Mn |
| Jun 30, 2022 | 4.38 Mn |
| Mar 31, 2022 | 9.53 Mn |
| Dec 31, 2021 | -779.85 Mn |
| Sep 30, 2021 | 366.67 Mn |
Atlassian Cash from Financing Activities 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=cash-from-financing-activities&ticker=TEAM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "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=cash-from-financing-activities&ticker=TEAM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();