Federal Home Loan Mortgage (FMCC) EBT Margin Growth (3y) (2013 - 2026)
Analysis
Federal Home Loan Mortgage (FMCC) EBT Margin Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Rocket Companies | 47.84 Bn | 44.74 Bn | - | -110.00 |
| 2 | Orix | 44.49 Bn | 44.82 Bn | 4.68 Bn | 3,312.00 |
| 3 | Royalty Pharma | 33.65 Bn | 35.77 Bn | - | -5,319.00 |
| 4 | Federal National Mortgage Association Fannie Mae | 28.57 Bn | 28.57 Bn | - | -1,719.00 |
| 5 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | 6,100.00 |
| 6 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | 743.00 |
| 7 | Royal Gold | 21.87 Bn | 21.73 Bn | 390.45 Mn | 2,009.00 |
| 8 | Annaly Capital Management | 16.08 Bn | 13.23 Bn | - | - |
| 9 | Federal Home Loan Mortgage | 14.13 Bn | 9.81 Bn | - | 1,091.00 |
| 10 | Ares Capital | 13.90 Bn | 13.52 Bn | - | -831.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1,091.00 |
| Mar 31, 2026 | 2,046.00 |
| Dec 31, 2025 | 1,407.00 |
| Sep 30, 2025 | 2,997.00 |
| Jun 30, 2025 | -665.00 |
| Mar 31, 2025 | -2,173.00 |
| Dec 31, 2024 | 176.00 |
| Sep 30, 2024 | -361.00 |
| Jun 30, 2024 | -2,127.00 |
| Mar 31, 2024 | -602.00 |
| Dec 31, 2023 | -513.00 |
| Sep 30, 2023 | -198.00 |
| Jun 30, 2023 | 1,491.00 |
| Mar 31, 2023 | 4,279.00 |
| Dec 31, 2022 | -2,520.00 |
| Sep 30, 2022 | -3,310.00 |
| Jun 30, 2022 | -215.00 |
| Mar 31, 2022 | 2,068.00 |
| Dec 31, 2021 | 400.00 |
| Sep 30, 2021 | -1,042.00 |
API Access
Federal Home Loan Mortgage EBT Margin Growth (3y) 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=ebt-margin-growth-3y&ticker=FMCC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin-growth-3y", "ticker": "FMCC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt-margin-growth-3y&ticker=FMCC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();