Foster L B (FSTR) Depreciation & Amortization (CF) (2010 - 2017)
Foster L B's (FSTR) quarterly Depreciation & Amortization (CF) came in at $3.3 million in Q1 2017, down 11.94% on a YoY basis from $3.7 million in Q1 2016, and down 11.94% quarter-over-quarter from $3.7 million in Q1 2016.
Foster L B (FSTR) Depreciation & Amortization (CF) (2010 - 2017) Analysis & Trends
Foster L B (FSTR) has reported Depreciation & Amortization (CF) for 5 consecutive years, with $3.3 million the latest figure, recorded in Q1 2017.
- For the quarter ending Q1 2017, Depreciation & Amortization (CF) fell 11.94% year-over-year to $3.3 million; the trailing twelve-month figure through Dec 2017 stood at $3.3 million (down 11.94% YoY), and the FY2016 full-year result was $13.9 million, down 3.55% from the prior year.
- Depreciation & Amortization (CF) slipped to $3.3 million in Q1 2017 per FSTR's latest filing, from $3.7 million in the prior quarter.
- Across five years, Depreciation & Amortization (CF) topped out at $3.7 million in Q1 2016 and bottomed at $3.3 million in Q1 2017.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Dep. & Amort. (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | 143.00 Mn |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | 172.30 Mn |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | 71.50 Mn |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | 88.92 Mn |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | 32.10 Mn |
| 6 | Foster L B | 387.55 Mn | 382.66 Mn | 30.87 Mn | - |
| 7 | FreightCar America | 240.12 Mn | 175.82 Mn | - | - |
| 8 | GenFlat Holdings | 32.89 Mn | 28.89 Mn | -32,922.00 | 8,134.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2017 | 3.28 Mn |
| Mar 31, 2016 | 3.73 Mn |
| Sep 30, 2012 | 3.36 Mn |
| Jun 30, 2012 | 3.12 Mn |
| Mar 31, 2012 | 3.10 Mn |
| Dec 31, 2011 | 3.55 Mn |
| Sep 30, 2011 | 2.87 Mn |
| Jun 30, 2011 | 3.00 Mn |
| Mar 31, 2011 | 2.94 Mn |
| Dec 31, 2010 | 2.85 Mn |
| Sep 30, 2010 | 2.24 Mn |
Foster L B Depreciation & Amortization (CF) 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=depreciation-and-amortization-cf&ticker=FSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "depreciation-and-amortization-cf", "ticker": "FSTR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=depreciation-and-amortization-cf&ticker=FSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();