Federal Home Loan Mortgage Corp (FREJN) Net Margin (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Net Margin came in at 0.15% in Q2 2026, up 20.0% year-over-year from 0.13% in Q2 2025, and down 146.07% quarter-over-quarter from 0.33% in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Net Margin (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Net Margin for 17 consecutive years, with 0.15% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Margin rose 20.0% year-over-year to 0.15% in Q2 2026; TTM through Jun 2026 was 0.05%, a 28.0% increase from a year earlier, with the FY2025 full-year figure at 0.34%, down 36.0% from the prior year.
- Net Margin was 0.15% for Q2 2026 at Federal Home Loan Mortgage, down from 0.33% in the prior quarter.
- Over five years, Net Margin peaked at 3.49% in Q3 2022 and troughed at 2.74% in Q4 2023.
- A 5-year average of 0.11% and a median of 0.14% in 2025 frame the typical range for Net Margin.
- Across the five-year window, Net Margin plunged 532 bps in 2022 and surged 332 bps in 2024, its largest moves.
- Over 5 years, Net Margin stood at 0.52% in 2022, then slumped by 429 bps to 2.74% in 2023, then soared by 121 bps to 0.58% in 2024, then slumped by 121 bps to 0.12% in 2025, then fell by 24 bps to 0.15% in 2026.
- The last three Net Margin figures came in at 0.15% (Q2 2026), 0.33% (Q1 2026), and 0.12% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.15% |
| Mar 31, 2026 | 0.33% |
| Dec 31, 2025 | -0.12% |
| Sep 30, 2025 | -0.28% |
| Jun 30, 2025 | -0.35% |
| Mar 31, 2025 | -0.58% |
| Dec 31, 2024 | 0.58% |
| Sep 30, 2024 | -1.06% |
| Jun 30, 2024 | 0.08% |
| Mar 31, 2024 | 0.43% |
| Dec 31, 2023 | -2.74% |
| Sep 30, 2023 | -0.33% |
| Jun 30, 2023 | 1.01% |
| Mar 31, 2023 | -1.12% |
| Dec 31, 2022 | -0.52% |
| Sep 30, 2022 | 3.49% |
| Jun 30, 2022 | 1.22% |
| Mar 31, 2022 | 2.05% |
| Dec 31, 2021 | 0.40% |
| Sep 30, 2021 | 0.19% |
Federal Home Loan Mortgage Corp Net Margin 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-margin&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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-margin&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();