Atlassian (TEAM) Profit After Tax (2021 - 2026)
Atlassian's (TEAM) quarterly Profit After Tax came in at $139.1 million in Q2 2026, up 681.83% year-over-year from $17.8 million in Q2 2025, and up 241.35% quarter-over-quarter from -$98.4 million in Q1 2026.
Atlassian (TEAM) Profit After Tax (2021 - 2026) Analysis & Trends
Atlassian (TEAM) has reported Profit After Tax for 6 consecutive years, with $139.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax rose 681.83% year-over-year to $139.1 million in Q2 2026; TTM through Jun 2026 was -$53.8 million, a 79.03% increase from a year earlier, with the FY2026 full-year figure at -$53.8 million, up 79.03% from the prior year.
- Profit After Tax was $139.1 million for Q2 2026 at Atlassian, up from -$98.4 million in the prior quarter.
- Over five years, Profit After Tax peaked at $139.1 million in Q2 2026 and troughed at -$209.0 million in Q1 2023.
- A 5-year average of -$65.8 million and a median of -$55.4 million in 2023 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax sank 4584.81% in 2023 and surged 681.83% in 2026, its largest moves.
- Over 5 years, Profit After Tax stood at -$205.0 million in 2022, then jumped by 58.8% to -$84.5 million in 2023, then jumped by 54.77% to -$38.2 million in 2024, then decreased by 11.61% to -$42.6 million in 2025, then jumped by 426.12% to $139.1 million in 2026.
- The last three Profit After Tax figures came in at $139.1 million (Q2 2026), -$98.4 million (Q1 2026), and -$42.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Adobe | 94.11 Bn | 88.47 Bn | 6.00 Bn | 1.83 Bn |
| 2 | Atlassian | 50.75 Bn | 49.51 Bn | 1.53 Bn | 139.08 Mn |
| 3 | Autodesk | 45.38 Bn | 41.23 Bn | 1.87 Bn | 492.00 Mn |
| 4 | Twilio | 44.64 Bn | 41.99 Bn | 725.87 Mn | 1.07 Bn |
| 5 | Zoom Communications | 26.86 Bn | 19.62 Bn | 985.50 Mn | 1.54 Bn |
| 6 | Figma | 11.55 Bn | 9.88 Bn | 309.61 Mn | -112.15 Mn |
| 7 | Dropbox | 7.52 Bn | 6.40 Bn | 506.50 Mn | 95.80 Mn |
| 8 | Nice | 7.12 Bn | 6.76 Bn | 995.81 Mn | 130.04 Mn |
| 9 | RingCentral | 6.64 Bn | 6.53 Bn | 472.31 Mn | 39.12 Mn |
| 10 | Open Text | 5.59 Bn | 4.63 Bn | 1.01 Bn | 155.72 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 139.08 Mn |
| Mar 31, 2026 | -98.39 Mn |
| Dec 31, 2025 | -42.65 Mn |
| Sep 30, 2025 | -51.87 Mn |
| Jun 30, 2025 | -23.90 Mn |
| Mar 31, 2025 | -70.81 Mn |
| Dec 31, 2024 | -38.21 Mn |
| Sep 30, 2024 | -123.77 Mn |
| Jun 30, 2024 | -196.92 Mn |
| Mar 31, 2024 | 12.75 Mn |
| Dec 31, 2023 | -84.47 Mn |
| Sep 30, 2023 | -31.88 Mn |
| Jun 30, 2023 | -58.95 Mn |
| Mar 31, 2023 | -209.04 Mn |
| Dec 31, 2022 | -205.03 Mn |
| Sep 30, 2022 | -13.74 Mn |
| Jun 30, 2022 | -90.64 Mn |
| Mar 31, 2022 | 4.66 Mn |
| Dec 31, 2021 | -22.33 Mn |
| Sep 30, 2021 | -411.20 Mn |
Atlassian 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=TEAM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=TEAM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();