Foster L B (FSTR) Interest Coverage Ratio Growth (1y) (2011 - 2024)
Analysis
Foster L B (FSTR) Interest Coverage Ratio Growth (1y) (2011 - 2024) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Westinghouse Air Brake Technologies | 47.94 Bn | 47.30 Bn | 1.16 Bn | -26.91% |
| 2 | Gatx | 6.37 Bn | 7.18 Bn | 555.30 Mn | - |
| 3 | Trinity Industries | 2.22 Bn | 2.07 Bn | 109.90 Mn | - |
| 4 | Triton International | 1.41 Bn | 1.41 Bn | 622,000.00 | -17.61% |
| 5 | Greenbrier Companies | 1.30 Bn | 1.15 Bn | 81.10 Mn | -72.44% |
| 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 | 38.08% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | 1,208.04% |
| Dec 31, 2023 | 105.67% |
| Sep 30, 2023 | 199.42% |
| Jun 30, 2023 | -33.95% |
| Mar 31, 2023 | 106.12% |
| Dec 31, 2022 | -259.76% |
| Sep 30, 2022 | -207.43% |
| Jun 30, 2022 | 12.93% |
| Mar 31, 2022 | -714.48% |
| Dec 31, 2021 | -111.94% |
| Sep 30, 2021 | -80.24% |
| Jun 30, 2021 | -32.80% |
| Mar 31, 2021 | -122.13% |
| Dec 31, 2018 | -1,619.72% |
| Sep 30, 2018 | 108.58% |
| Jun 30, 2018 | 120.14% |
| Mar 31, 2018 | -165.23% |
| Dec 31, 2017 | 212.82% |
| Sep 30, 2017 | 144.74% |
| Jun 30, 2017 | 102.25% |
API Access
Foster L B Interest Coverage Ratio Growth (1y) 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=interest-coverage-ratio-growth-1y&ticker=FSTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-ratio-growth-1y", "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=interest-coverage-ratio-growth-1y&ticker=FSTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();