Federal Home Loan Mortgage Corp (FREJN) Investment Gain (Loss) (2011 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Investment Gain (Loss) came in at -$73.0 million in Q2 2026, down 392.0% year-over-year from $25.0 million in Q2 2025, and down 314.71% quarter-over-quarter from $34.0 million in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Investment Gain (Loss) (2011 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Investment Gain (Loss) for 16 consecutive years, with -$73.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Investment Gain (Loss) fell 392.0% year-over-year to -$73.0 million in Q2 2026; TTM through Jun 2026 was -$23.0 million, a 104.09% decrease from a year earlier, with the FY2025 full-year figure at $238.0 million, down 53.88% from the prior year.
- Investment Gain (Loss) was -$73.0 million for Q2 2026 at Federal Home Loan Mortgage, down from $34.0 million in the prior quarter.
- Over five years, Investment Gain (Loss) peaked at $586.0 million in Q4 2023 and troughed at -$676.0 million in Q1 2022.
- A 5-year average of -$13.8 million and a median of $20.0 million in 2025 frame the typical range for Investment Gain (Loss).
- Across the five-year window, Investment Gain (Loss) soared 242.77% in 2025 and slumped 392.0% in 2026, its largest moves.
- Over 5 years, Investment Gain (Loss) stood at $295.0 million in 2022, then soared by 98.64% to $586.0 million in 2023, then slumped by 92.49% to $44.0 million in 2024, then slumped by 97.73% to $1.0 million in 2025, then tumbled by 7400.0% to -$73.0 million in 2026.
- The last three Investment Gain (Loss) figures came in at -$73.0 million (Q2 2026), $34.0 million (Q1 2026), and $1.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -73.00 Mn |
| Mar 31, 2026 | 34.00 Mn |
| Dec 31, 2025 | 1.00 Mn |
| Sep 30, 2025 | 15.00 Mn |
| Jun 30, 2025 | 25.00 Mn |
| Mar 31, 2025 | 227.00 Mn |
| Dec 31, 2024 | 44.00 Mn |
| Sep 30, 2024 | 267.00 Mn |
| Jun 30, 2024 | 99.00 Mn |
| Mar 31, 2024 | -159.00 Mn |
| Dec 31, 2023 | 586.00 Mn |
| Sep 30, 2023 | -256.00 Mn |
| Jun 30, 2023 | -127.00 Mn |
| Mar 31, 2023 | 55.00 Mn |
| Dec 31, 2022 | 295.00 Mn |
| Sep 30, 2022 | -333.00 Mn |
| Jun 30, 2022 | -273.00 Mn |
| Mar 31, 2022 | -676.00 Mn |
| Dec 31, 2021 | 311.00 Mn |
| Sep 30, 2021 | 423.00 Mn |
Federal Home Loan Mortgage Corp Investment Gain (Loss) 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=investment-gain-loss&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-gain-loss", "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=investment-gain-loss&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();