Federal Home Loan Mortgage (FMCC) Change in Interest Receivables (2010 - 2015)
Federal Home Loan Mortgage's (FMCC) quarterly Change in Interest Receivables came in at -$36.0 million in Q1 2015, up 32.08% year-over-year from -$27.3 million in Q1 2014, and down 620.0% quarter-over-quarter from -$5.0 million in Q4 2014.
Federal Home Loan Mortgage (FMCC) Change in Interest Receivables (2010 - 2015) Analysis & Trends
Federal Home Loan Mortgage (FMCC) has reported Change in Interest Receivables for 6 consecutive years, with -$36.0 million the latest figure, recorded in Q1 2015.
- On a quarterly basis, Change in Interest Receivables rose 32.08% year-over-year to -$36.0 million in Q1 2015; TTM through Mar 2015 was -$99.0 million, a 82.32% increase from a year earlier, with the FY2025 full-year figure at $1.2 billion, up 11.06% from the prior year.
- Change in Interest Receivables was -$36.0 million for Q1 2015 at Federal Home Loan Mortgage, down from -$5.0 million in the prior quarter.
- Over five years, Change in Interest Receivables peaked at -$5.0 million in Q4 2014 and troughed at -$360.0 million in Q2 2012.
- A 5-year average of -$159.7 million and a median of -$190.0 million in 2013 frame the typical range for Change in Interest Receivables.
- Across the five-year window, Change in Interest Receivables slumped 356.6% in 2012 and jumped 97.37% in 2014, its largest moves.
- Over 5 years, Change in Interest Receivables stood at -$265.0 million in 2011, then fell by 12.83% to -$299.0 million in 2012, then soared by 36.45% to -$190.0 million in 2013, then jumped by 97.37% to -$5.0 million in 2014, then slumped by 620.0% to -$36.0 million in 2015.
- The last three Change in Interest Receivables figures came in at -$36.0 million (Q1 2015), -$5.0 million (Q4 2014), and -$20.0 million (Q3 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Interest Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Rocket Companies | 47.84 Bn | 44.74 Bn | - | - |
| 2 | Orix | 44.49 Bn | 44.82 Bn | 4.68 Bn | - |
| 3 | Royalty Pharma | 33.65 Bn | 35.77 Bn | - | - |
| 4 | Federal National Mortgage Association Fannie Mae | 28.57 Bn | 28.57 Bn | - | - |
| 5 | Affirm Holdings | 24.20 Bn | 22.57 Bn | - | - |
| 6 | Synchrony Financial | 23.63 Bn | 7.43 Bn | - | - |
| 7 | Royal Gold | 21.87 Bn | 21.73 Bn | 390.45 Mn | - |
| 8 | Annaly Capital Management | 16.08 Bn | 13.23 Bn | - | 44.82 Mn |
| 9 | Federal Home Loan Mortgage | 14.13 Bn | 9.81 Bn | - | - |
| 10 | Ares Capital | 13.90 Bn | 13.52 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2015 | -36.00 Mn |
| Dec 31, 2014 | -5.00 Mn |
| Sep 30, 2014 | -20.00 Mn |
| Jun 30, 2014 | -38.00 Mn |
| Mar 31, 2014 | -53.00 Mn |
| Dec 31, 2013 | -190.00 Mn |
| Sep 30, 2013 | -118.00 Mn |
| Jun 30, 2013 | -199.00 Mn |
| Mar 31, 2013 | -218.00 Mn |
| Dec 31, 2012 | -299.00 Mn |
| Sep 30, 2012 | -286.00 Mn |
| Jun 30, 2012 | -360.00 Mn |
| Mar 31, 2012 | -242.00 Mn |
| Dec 31, 2011 | -265.00 Mn |
| Sep 30, 2011 | -196.00 Mn |
| Jun 30, 2011 | -137.00 Mn |
| Mar 31, 2011 | -53.00 Mn |
| Dec 31, 2010 | -297.00 Mn |
| Sep 30, 2010 | -256.00 Mn |
Federal Home Loan Mortgage Change in Interest Receivables 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=change-in-interest-receivables&ticker=FMCC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-interest-receivables", "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=change-in-interest-receivables&ticker=FMCC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();