Federal Home Loan Mortgage (FMCC) Retained Earnings (2010 - 2026)
Federal Home Loan Mortgage's (FMCC) quarterly Retained Earnings came in at -$5.1 billion in Q2 2026, up 71.57% year-over-year from -$3.0 billion in Q2 2025, and up 42.73% quarter-over-quarter from -$9.0 billion in Q1 2026.
Federal Home Loan Mortgage (FMCC) Retained Earnings (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FMCC) has reported Retained Earnings for 17 consecutive years, with -$5.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings rose 71.57% year-over-year to -$5.1 billion in Q2 2026; TTM through Jun 2026 was -$5.1 billion, a 71.57% increase from a year earlier, with the FY2025 full-year figure at -$12.5 billion, up 46.12% from the prior year.
- Retained Earnings was -$5.1 billion for Q2 2026 at Federal Home Loan Mortgage, up from -$9.0 billion in the prior quarter.
- Over five years, Retained Earnings peaked at -$5.1 billion in Q2 2026 and troughed at -$51.2 billion in Q1 2022.
- A 5-year average of -$30.2 billion and a median of -$31.0 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings gained 14.7% in 2023 and jumped 71.57% in 2026, its largest moves.
- Over 5 years, Retained Earnings stood at -$45.7 billion in 2022, then climbed by 23.08% to -$35.1 billion in 2023, then soared by 33.76% to -$23.3 billion in 2024, then surged by 46.12% to -$12.5 billion in 2025, then soared by 58.98% to -$5.1 billion in 2026.
- The last three Retained Earnings figures came in at -$5.1 billion (Q2 2026), -$9.0 billion (Q1 2026), and -$12.5 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Rocket Companies | 47.84 Bn | 44.74 Bn | - | 22.89 Bn |
| 2 | Orix | 44.49 Bn | 44.82 Bn | 4.68 Bn | 4.14 Bn |
| 3 | Royalty Pharma | 33.65 Bn | 35.77 Bn | - | 4.38 Bn |
| 4 | Federal National Mortgage Association Fannie Mae | 28.57 Bn | 28.57 Bn | - | -16.56 Bn |
| 5 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 6.65 Bn |
| 6 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 25.97 Bn |
| 7 | Royal Gold | 21.87 Bn | 21.73 Bn | 390.45 Mn | 5.92 Bn |
| 8 | Annaly Capital Management | 16.08 Bn | 13.23 Bn | - | 28.89 Bn |
| 9 | Federal Home Loan Mortgage | 14.13 Bn | 9.81 Bn | - | -5.14 Bn |
| 10 | Ares Capital | 13.90 Bn | 13.52 Bn | - | 531.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.14 Bn |
| Mar 31, 2026 | -8.98 Bn |
| Dec 31, 2025 | -12.54 Bn |
| Sep 30, 2025 | -15.32 Bn |
| Jun 30, 2025 | -18.09 Bn |
| Mar 31, 2025 | -20.48 Bn |
| Dec 31, 2024 | -23.27 Bn |
| Sep 30, 2024 | -26.49 Bn |
| Jun 30, 2024 | -29.60 Bn |
| Mar 31, 2024 | -32.36 Bn |
| Dec 31, 2023 | -35.13 Bn |
| Sep 30, 2023 | -38.04 Bn |
| Jun 30, 2023 | -40.73 Bn |
| Mar 31, 2023 | -43.67 Bn |
| Dec 31, 2022 | -45.67 Bn |
| Sep 30, 2022 | -47.43 Bn |
| Jun 30, 2022 | -48.74 Bn |
| Mar 31, 2022 | -51.20 Bn |
| Dec 31, 2021 | -54.99 Bn |
| Sep 30, 2021 | -57.74 Bn |
Federal Home Loan Mortgage Retained Earnings 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=retained-earnings&ticker=FMCC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "ticker": "FMCC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=retained-earnings&ticker=FMCC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();