APi (APG) Other financing activities (2020 - 2024)
APi's (APG) quarterly Other financing activities came in at $1.0 million in Q4 2024, up 150.0% quarter-over-quarter from -$2.0 million in Q3 2024.
APi (APG) Other financing activities (2020 - 2024) Analysis & Trends
APi (APG) has reported Other financing activities for 4 consecutive years, with $1.0 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Other financing activities changed N/A year-over-year to $1.0 million; the trailing twelve-month figure through Dec 2025 stood at -$1.0 million (changed 0.0% YoY), and the FY2024 full-year result was -$5.0 million, changed N/A from the prior year.
- Other financing activities advanced to $1.0 million in Q4 2024 per APG's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Other financing activities topped out at $230.0 million in Q1 2021 and bottomed at -$2.0 million in Q3 2024.
- Historically, Other financing activities has averaged $51.8 million across 4 years, with a median of $5.0 million in 2020.
- The widest YoY moves for Other financing activities: up 89.13% in 2022, down 89.13% in 2022.
- Over 4 years, Other financing activities stood at $5.0 million in 2020, then soared by 4500.0% to $230.0 million in 2021, then plunged by 89.13% to $25.0 million in 2022, then slumped by 96.0% to $1.0 million in 2024.
- According to Business Quant data, Other financing activities over the past three periods registered $1.0 million, -$2.0 million, and $25.0 million for Q4 2024, Q3 2024, and Q1 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Cintas | 79.09 Bn | 78.80 Bn | 1.48 Bn |
| 2 | Iron Mountain | 34.02 Bn | 34.14 Bn | 1.07 Bn |
| 3 | APi | 16.16 Bn | 15.31 Bn | 703.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 |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 1.00 Mn |
| Sep 30, 2024 | -2.00 Mn |
| Mar 31, 2022 | 25.00 Mn |
| Mar 31, 2021 | 230.00 Mn |
| Dec 31, 2020 | 5.00 Mn |
APi Other financing activities 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=other-financing-activities&ticker=APG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "ticker": "APG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-financing-activities&ticker=APG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();