Jetblue Airways (JBLU) Asset Writedowns and Impairment (2018 - 2020)
Jetblue Airways' (JBLU) quarterly Asset Writedowns and Impairment came in at $15.0 million in Q4 2020, down 73.21% quarter-over-quarter from $56.0 million in Q3 2020.
Jetblue Airways (JBLU) Asset Writedowns and Impairment (2018 - 2020) Analysis & Trends
Jetblue Airways (JBLU) has reported Asset Writedowns and Impairment for 2 consecutive years, with $15.0 million the latest figure, recorded in Q4 2020.
- On a quarterly basis, Asset Writedowns and Impairment changed N/A year-over-year to $15.0 million in Q4 2020; TTM through Sep 2021 was $15.0 million, a 94.19% decrease from a year earlier, with the FY2020 full-year figure at $273.0 million, changed N/A from the prior year.
- Asset Writedowns and Impairment was $15.0 million for Q4 2020 at Jetblue Airways, down from $56.0 million in the prior quarter.
- Over five years, Asset Writedowns and Impairment peaked at $319.0 million in Q2 2018 and troughed at $15.0 million in Q4 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Delta Air Lines | 52.35 Bn | 47.68 Bn | 19.07 Bn |
| 2 | Ryanair Holdings | 27.93 Bn | 24.00 Bn | - |
| 3 | Southwest Airlines | 20.05 Bn | 16.26 Bn | 7.33 Bn |
| 4 | Copa Holdings | 5.42 Bn | 4.16 Bn | 1.03 Bn |
| 5 | Alaska Air | 4.52 Bn | 1.86 Bn | 3.76 Bn |
| 6 | Skywest | 3.74 Bn | 3.14 Bn | 1.01 Bn |
| 7 | Grupo Aeromexico, S.A.B. de C.V | 2.25 Bn | 1.21 Bn | - |
| 8 | Allegiant Travel | 2.14 Bn | 1.08 Bn | 902.77 Mn |
| 9 | Jetblue Airways | 1.65 Bn | -372.51 Mn | 2.32 Bn |
| 10 | Frontier Group Holdings | 1.34 Bn | 384.76 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 15.00 Mn |
| Sep 30, 2020 | 56.00 Mn |
| Mar 31, 2020 | 202.00 Mn |
| Jun 30, 2018 | 319.00 Mn |
Jetblue Airways Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=JBLU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "ticker": "JBLU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=asset-writedowns-and-impairment&ticker=JBLU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();