Federal Home Loan Mortgage Corp (FREJN) Income from Continuing Operations (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Income from Continuing Operations came in at $3.8 billion in Q2 2026, up 60.79% year-over-year from $2.4 billion in Q2 2025, and up 7.87% quarter-over-quarter from $3.6 billion in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Income from Continuing Operations (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Income from Continuing Operations for 17 consecutive years, with $3.8 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 60.79% year-over-year to $3.8 billion in Q2 2026; TTM through Jun 2026 was $12.9 billion, a 12.5% increase from a year earlier, with the FY2025 full-year figure at $10.7 billion, down 9.5% from the prior year.
- Income from Continuing Operations was $3.8 billion for Q2 2026 at Federal Home Loan Mortgage, up from $3.6 billion in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $3.8 billion in Q2 2026 and troughed at $1.3 billion in Q3 2022.
- A 5-year average of $2.8 billion and a median of $2.8 billion in 2025 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations sank 55.02% in 2022 and soared 104.49% in 2023, its largest moves.
- Over 5 years, Income from Continuing Operations stood at $1.8 billion in 2022, then surged by 65.29% to $2.9 billion in 2023, then increased by 10.57% to $3.2 billion in 2024, then slipped by 13.81% to $2.8 billion in 2025, then jumped by 38.21% to $3.8 billion in 2026.
- The last three Income from Continuing Operations figures came in at $3.8 billion (Q2 2026), $3.6 billion (Q1 2026), and $2.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.84 Bn |
| Mar 31, 2026 | 3.56 Bn |
| Dec 31, 2025 | 2.78 Bn |
| Sep 30, 2025 | 2.77 Bn |
| Jun 30, 2025 | 2.39 Bn |
| Mar 31, 2025 | 2.79 Bn |
| Dec 31, 2024 | 3.22 Bn |
| Sep 30, 2024 | 3.11 Bn |
| Jun 30, 2024 | 2.77 Bn |
| Mar 31, 2024 | 2.77 Bn |
| Dec 31, 2023 | 2.91 Bn |
| Sep 30, 2023 | 2.69 Bn |
| Jun 30, 2023 | 2.94 Bn |
| Mar 31, 2023 | 2.00 Bn |
| Dec 31, 2022 | 1.76 Bn |
| Sep 30, 2022 | 1.31 Bn |
| Jun 30, 2022 | 2.45 Bn |
| Mar 31, 2022 | 3.80 Bn |
| Dec 31, 2021 | 2.74 Bn |
| Sep 30, 2021 | 2.92 Bn |
Federal Home Loan Mortgage Corp Income from Continuing Operations 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=income-from-continuing-operations&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "ticker": "FREJN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-continuing-operations&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();