Federal Home Loan Mortgage Corp (FREJN) Non Operating Investment Income (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Non Operating Investment Income came in at -$426.0 million in Q2 2026, down 457.98% year-over-year from $119.0 million in Q2 2025, and down 1114.29% quarter-over-quarter from $42.0 million in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Non Operating Investment Income (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Non Operating Investment Income for 17 consecutive years, with -$426.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Investment Income fell 457.98% year-over-year to -$426.0 million in Q2 2026; TTM through Jun 2026 was -$904.0 million, a 163.08% decrease from a year earlier, with the FY2025 full-year figure at -$209.0 million, down 110.07% from the prior year.
- Non Operating Investment Income was -$426.0 million for Q2 2026 at Federal Home Loan Mortgage, down from $42.0 million in the prior quarter.
- Over five years, Non Operating Investment Income peaked at $1.5 billion in Q1 2022 and troughed at -$426.0 million in Q2 2026.
- A 5-year average of $231.1 million and a median of $217.5 million in 2024 frame the typical range for Non Operating Investment Income.
- Across the five-year window, Non Operating Investment Income jumped 2685.29% in 2024 and tumbled 457.98% in 2026, its largest moves.
- Over 5 years, Non Operating Investment Income stood at -$280.0 million in 2022, then jumped by 87.86% to -$34.0 million in 2023, then jumped by 2685.29% to $879.0 million in 2024, then slumped by 132.2% to -$283.0 million in 2025, then slumped by 50.53% to -$426.0 million in 2026.
- The last three Non Operating Investment Income figures came in at -$426.0 million (Q2 2026), $42.0 million (Q1 2026), and -$283.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -426.00 Mn |
| Mar 31, 2026 | 42.00 Mn |
| Dec 31, 2025 | -283.00 Mn |
| Sep 30, 2025 | -237.00 Mn |
| Jun 30, 2025 | 119.00 Mn |
| Mar 31, 2025 | 192.00 Mn |
| Dec 31, 2024 | 879.00 Mn |
| Sep 30, 2024 | 243.00 Mn |
| Jun 30, 2024 | 549.00 Mn |
| Mar 31, 2024 | 405.00 Mn |
| Dec 31, 2023 | -34.00 Mn |
| Sep 30, 2023 | 555.00 Mn |
| Jun 30, 2023 | 411.00 Mn |
| Mar 31, 2023 | -225.00 Mn |
| Dec 31, 2022 | -280.00 Mn |
| Sep 30, 2022 | 415.00 Mn |
| Jun 30, 2022 | 321.00 Mn |
| Mar 31, 2022 | 1.51 Bn |
| Dec 31, 2021 | 519.00 Mn |
| Sep 30, 2021 | 383.00 Mn |
Federal Home Loan Mortgage Corp Non Operating Investment Income 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=non-operating-investment-income&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();