Federal Home Loan Mortgage Corp (FREJN) Net Income towards Common Stockholders (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Net Income towards Common Stockholders came in at -$9.0 million in Q2 2026, up 57.14% year-over-year from -$5.7 million in Q2 2025, and down 145.0% quarter-over-quarter from $20.0 million in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Net Income towards Common Stockholders for 17 consecutive years, with -$9.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 57.14% year-over-year to -$9.0 million in Q2 2026; TTM through Jun 2026 was -$12.0 million, a 85.0% increase from a year earlier, with the FY2025 full-year figure at -$78.0 million, down 1660.0% from the prior year.
- Net Income towards Common Stockholders was -$9.0 million for Q2 2026 at Federal Home Loan Mortgage, down from $20.0 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $181.0 million in Q3 2022 and troughed at -$147.0 million in Q4 2023.
- A 5-year average of $6.3 million and a median of -$8.0 million in 2025 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders soared 1710.0% in 2022 and tumbled 520.0% in 2025, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at -$25.0 million in 2022, then sank by 488.0% to -$147.0 million in 2023, then surged by 125.17% to $37.0 million in 2024, then plunged by 118.92% to -$7.0 million in 2025, then declined by 28.57% to -$9.0 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$9.0 million (Q2 2026), $20.0 million (Q1 2026), and -$7.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.00 Mn |
| Mar 31, 2026 | 20.00 Mn |
| Dec 31, 2025 | -7.00 Mn |
| Sep 30, 2025 | -16.00 Mn |
| Jun 30, 2025 | -21.00 Mn |
| Mar 31, 2025 | -34.00 Mn |
| Dec 31, 2024 | 37.00 Mn |
| Sep 30, 2024 | -62.00 Mn |
| Jun 30, 2024 | 5.00 Mn |
| Mar 31, 2024 | 25.00 Mn |
| Dec 31, 2023 | -147.00 Mn |
| Sep 30, 2023 | -19.00 Mn |
| Jun 30, 2023 | 54.00 Mn |
| Mar 31, 2023 | -54.00 Mn |
| Dec 31, 2022 | -25.00 Mn |
| Sep 30, 2022 | 181.00 Mn |
| Jun 30, 2022 | 66.00 Mn |
| Mar 31, 2022 | 120.00 Mn |
| Dec 31, 2021 | 22.00 Mn |
| Sep 30, 2021 | 10.00 Mn |
Federal Home Loan Mortgage Corp Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();