Magyar Bancorp (MGYR) Cash from Investing Activities (2010 - 2026)
Magyar Bancorp's (MGYR) quarterly Cash from Investing Activities came in at -$16.1 million in Q2 2026, up 49.51% on a YoY basis from -$10.8 million in Q2 2025, and down 88.19% quarter-over-quarter from -$8.6 million in Q1 2026.
Magyar Bancorp (MGYR) Cash from Investing Activities (2010 - 2026) Analysis & Trends
Magyar Bancorp (MGYR) has reported Cash from Investing Activities for 15 consecutive years, with -$16.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities rose 49.51% year-over-year to -$16.1 million; the trailing twelve-month figure through Jun 2026 stood at -$55.0 million (up 34.76% YoY), and the FY2025 full-year result was -$64.2 million, up 28.84% from the prior year.
- Cash from Investing Activities eased to -$16.1 million in Q2 2026 per MGYR's latest filing, from -$8.6 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $1.1 million in Q3 2023 and bottomed at -$52.6 million in Q1 2022.
- Historically, Cash from Investing Activities has averaged -$18.7 million across 5 years, with a median of -$16.4 million in 2024.
- The sharpest annual moves came in 2022 and 2023: Cash from Investing Activities slumped 18313.2% in 2022, then soared 133.39% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$46.0 million in 2022, then jumped by 31.93% to -$31.3 million in 2023, then increased by 24.32% to -$23.7 million in 2024, then climbed by 10.9% to -$21.1 million in 2025, then increased by 23.77% to -$16.1 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$16.1 million, -$8.6 million, and -$21.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - | -2.87 Bn |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - | -3.83 Bn |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - | -1.66 Bn |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - | -5.46 Bn |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - | -1.38 Bn |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - | -2.01 Bn |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn | -752.00 Mn |
| 10 | Magyar Bancorp | 125.27 Mn | 113.80 Mn | - | -16.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.11 Mn |
| Mar 31, 2026 | -8.56 Mn |
| Dec 31, 2025 | -21.13 Mn |
| Sep 30, 2025 | -9.25 Mn |
| Jun 30, 2025 | -31.90 Mn |
| Mar 31, 2025 | 616,000.00 |
| Dec 31, 2024 | -23.72 Mn |
| Sep 30, 2024 | -29.37 Mn |
| Jun 30, 2024 | -16.60 Mn |
| Mar 31, 2024 | -12.99 Mn |
| Dec 31, 2023 | -31.34 Mn |
| Sep 30, 2023 | 1.13 Mn |
| Jun 30, 2023 | -20.90 Mn |
| Mar 31, 2023 | -244,000.00 |
| Dec 31, 2022 | -46.03 Mn |
| Sep 30, 2022 | -3.37 Mn |
| Jun 30, 2022 | -13.50 Mn |
| Mar 31, 2022 | -52.63 Mn |
| Dec 31, 2021 | -250,000.00 |
| Sep 30, 2021 | 12.09 Mn |
Magyar Bancorp Cash from Investing 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=cash-from-investing-activities&ticker=MGYR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "MGYR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-investing-activities&ticker=MGYR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();