Geo (GEO) Amortizatization of Intangibles (2010 - 2011)
Geo's (GEO) quarterly Amortizatization of Intangibles came in at $226000.0 in Q2 2011, down 82.23% year-over-year from $1.3 million in Q2 2010, and down 82.23% quarter-over-quarter from $1.3 million in Q2 2010.
Geo (GEO) Amortizatization of Intangibles (2010 - 2011) Analysis & Trends
Geo has disclosed Amortizatization of Intangibles across 2 years of filings, most recently posting $226000.0 for Q2 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Amortizatization of Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn | 49.14 Mn |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn | 86.61 Mn |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.00 Mn | 68.00 Mn |
| 4 | Rollins | 15.61 Bn | 15.50 Bn | 569.95 Mn | - |
| 5 | Aramark | 14.88 Bn | 14.45 Bn | 430.34 Mn | - |
| 6 | FirstService | 5.90 Bn | 6.24 Bn | 480.66 Mn | - |
| 7 | Unifirst | 4.73 Bn | 4.56 Bn | 234.73 Mn | 268,000.00 |
| 8 | Geo | 4.20 Bn | 3.95 Bn | - | - |
| 9 | CoreCivic | 3.49 Bn | 3.38 Bn | - | - |
| 10 | Abm Industries | 2.92 Bn | 2.81 Bn | 286.10 Mn | 200,000.00 |
Geo Amortizatization of Intangibles 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=amortizatization-of-intangibles&ticker=GEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortizatization-of-intangibles", "ticker": "GEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortizatization-of-intangibles&ticker=GEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();