Ames National (ATLO) Enterprise Value (2009 - 2026)
Ames National (ATLO) posted Enterprise Value of $155.0 million for Q2 2026, up 137.57% on a QoQ basis from -$412.6 million in Q1 2026, and up 132.45% year-over-year from $66.7 million in Q2 2025.
Ames National (ATLO) Enterprise Value (2009 - 2026) Analysis & Trends
Ames National has reported Enterprise Value for 18 years, with the latest figure at $155.0 million in Q2 2026.
- On a quarterly basis, Enterprise Value rose 132.45% year-over-year to $155.0 million in Q2 2026; TTM through Jun 2026 was $155.0 million, a 132.45% increase from a year earlier, with the FY2025 full-year figure at -$443.9 million, up 13.25% from the prior year.
- Enterprise Value was $155.0 million for Q2 2026 at Ames National, up from -$412.6 million in the prior quarter.
- The five-year high for Enterprise Value was $184.4 million in Q4 2022, with the low at -$558.4 million in Q1 2025.
- Average Enterprise Value over 5 years is -$219.5 million, with a median of -$428.2 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2026: Enterprise Value sank 928.41% in 2024, then surged 132.45% in 2026.
- Over 5 years, Enterprise Value stood at $184.4 million in 2022, then plunged by 369.89% to -$497.7 million in 2023, then slipped by 2.8% to -$511.7 million in 2024, then increased by 13.25% to -$443.9 million in 2025, then surged by 134.93% to $155.0 million in 2026.
- The last three Enterprise Value figures came in at $155.0 million (Q2 2026), -$412.6 million (Q1 2026), and -$443.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Banco Santander Chile | 424.88 Bn | 544.83 Bn | - |
| 2 | Truist Financial | 59.29 Bn | 59.29 Bn | - |
| 3 | Fifth Third Bancorp | 47.98 Bn | 24.26 Bn | - |
| 4 | M&T Bank | 32.82 Bn | 32.82 Bn | - |
| 5 | Huntington Bancshares | 32.08 Bn | 27.60 Bn | - |
| 6 | Citizens Financial | 28.34 Bn | 28.34 Bn | - |
| 7 | Regions Financial | 24.27 Bn | 24.34 Bn | - |
| 8 | Keycorp | 22.19 Bn | -25.51 Bn | - |
| 9 | First Citizens Bancshares | 21.93 Bn | 21.41 Bn | 29.00 Mn |
| 10 | Ames National | 282.63 Mn | 175.39 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 155.02 Mn |
| Mar 31, 2026 | -412.61 Mn |
| Dec 31, 2025 | -443.86 Mn |
| Sep 30, 2025 | -468.54 Mn |
| Jun 30, 2025 | -477.77 Mn |
| Mar 31, 2025 | -558.37 Mn |
| Dec 31, 2024 | -511.66 Mn |
| Sep 30, 2024 | -489.73 Mn |
| Jun 30, 2024 | -475.89 Mn |
| Mar 31, 2024 | -554.99 Mn |
| Dec 31, 2023 | -497.73 Mn |
| Sep 30, 2023 | 59.12 Mn |
| Jun 30, 2023 | 68.83 Mn |
| Mar 31, 2023 | 99.85 Mn |
| Dec 31, 2022 | 184.42 Mn |
| Sep 30, 2022 | 170.19 Mn |
| Jun 30, 2022 | 124.77 Mn |
| Mar 31, 2022 | 77.70 Mn |
| Dec 31, 2021 | 133.54 Mn |
| Sep 30, 2021 | 201.14 Mn |
Ames National Enterprise Value 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=enterprise-value&ticker=ATLO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "ATLO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=enterprise-value&ticker=ATLO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();