Federal Home Loan Mortgage Corp (FREJN) Preferred Stock Liabilities (2010 - 2026)
Federal Home Loan Mortgage's (FREJN) quarterly Preferred Stock Liabilities came in at $14.1 billion in Q2 2026, little changed year-over-year from $14.1 billion in Q2 2025, and little changed quarter-over-quarter from $14.1 billion in Q1 2026.
Federal Home Loan Mortgage Corp (FREJN) Preferred Stock Liabilities (2010 - 2026) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Preferred Stock Liabilities for 17 consecutive years, with $14.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Preferred Stock Liabilities changed 0.0% year-over-year to $14.1 billion in Q2 2026; TTM through Jun 2026 was $14.1 billion, a 0.0% change from a year earlier, with the FY2025 full-year figure at $14.1 billion, changed 0.0% from the prior year.
- Preferred Stock Liabilities was $14.1 billion for Q2 2026 at Federal Home Loan Mortgage, roughly flat from $14.1 billion in the prior quarter.
- Over five years, Preferred Stock Liabilities peaked at $14.1 billion in Q1 2022 and troughed at $14.1 billion in Q1 2022.
- A 5-year average of $14.1 billion and a median of $14.1 billion in 2022 frame the typical range for Preferred Stock Liabilities.
- The widest YoY moves for Preferred Stock Liabilities: up 0.0% in 2022, down 0.0% in 2022.
- Over 5 years, Preferred Stock Liabilities stood at $14.1 billion in 2022, then changed by 0.0% to $14.1 billion in 2023, then changed by 0.0% to $14.1 billion in 2024, then changed by 0.0% to $14.1 billion in 2025, then changed by 0.0% to $14.1 billion in 2026.
- The last three Preferred Stock Liabilities figures came in at $14.1 billion (Q2 2026), $14.1 billion (Q1 2026), and $14.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 14.11 Bn |
| Mar 31, 2026 | 14.11 Bn |
| Dec 31, 2025 | 14.11 Bn |
| Sep 30, 2025 | 14.11 Bn |
| Jun 30, 2025 | 14.11 Bn |
| Mar 31, 2025 | 14.11 Bn |
| Dec 31, 2024 | 14.11 Bn |
| Sep 30, 2024 | 14.11 Bn |
| Jun 30, 2024 | 14.11 Bn |
| Mar 31, 2024 | 14.11 Bn |
| Dec 31, 2023 | 14.11 Bn |
| Sep 30, 2023 | 14.11 Bn |
| Jun 30, 2023 | 14.11 Bn |
| Mar 31, 2023 | 14.11 Bn |
| Dec 31, 2022 | 14.11 Bn |
| Sep 30, 2022 | 14.11 Bn |
| Jun 30, 2022 | 14.11 Bn |
| Mar 31, 2022 | 14.11 Bn |
| Dec 31, 2021 | 14.11 Bn |
| Sep 30, 2021 | 14.11 Bn |
Federal Home Loan Mortgage Corp Preferred Stock Liabilities 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=preferred-stock-liabilities&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-stock-liabilities", "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=preferred-stock-liabilities&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();