Federal Home Loan Mortgage (FMCC) Other Working Capital Changes (2010 - 2015)
Federal Home Loan Mortgage's (FMCC) quarterly Other Working Capital Changes came in at -$345.0 million in Q1 2015, down 173.4% year-over-year from $470.0 million in Q1 2014, and down 35.83% quarter-over-quarter from -$254.0 million in Q4 2014.
Federal Home Loan Mortgage (FMCC) Other Working Capital Changes (2010 - 2015) Analysis & Trends
Federal Home Loan Mortgage (FMCC) has reported Other Working Capital Changes for 6 consecutive years, with -$345.0 million the latest figure, recorded in Q1 2015.
- On a quarterly basis, Other Working Capital Changes fell 173.4% year-over-year to -$345.0 million in Q1 2015; TTM through Mar 2015 was -$1.4 billion, a 24.47% increase from a year earlier, with the FY2025 full-year figure at -$1.9 billion, down 475.07% from the prior year.
- Other Working Capital Changes was -$345.0 million for Q1 2015 at Federal Home Loan Mortgage, down from -$254.0 million in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $470.0 million in Q1 2014 and troughed at -$1.4 billion in Q4 2013.
- A 5-year average of -$430.4 million and a median of -$483.0 million in 2012 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes plunged 2004.26% in 2013 and jumped 171.21% in 2014, its largest moves.
- Over 5 years, Other Working Capital Changes stood at -$785.0 million in 2011, then advanced by 16.82% to -$653.0 million in 2012, then sank by 108.27% to -$1.4 billion in 2013, then surged by 81.32% to -$254.0 million in 2014, then plunged by 35.83% to -$345.0 million in 2015.
- The last three Other Working Capital Changes figures came in at -$345.0 million (Q1 2015), -$254.0 million (Q4 2014), and -$839.0 million (Q3 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 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 | -345.00 Mn |
| Mar 31, 2015 | -345.00 Mn |
| Dec 31, 2014 | -254.00 Mn |
| Dec 31, 2014 | -254.00 Mn |
| Sep 30, 2014 | -839.00 Mn |
| Sep 30, 2014 | -839.00 Mn |
| Jun 30, 2014 | 58.00 Mn |
| Jun 30, 2014 | 58.00 Mn |
| Mar 31, 2014 | 470.00 Mn |
| Mar 31, 2014 | 470.00 Mn |
| Dec 31, 2013 | -1.36 Bn |
| Dec 31, 2013 | -1.36 Bn |
| Sep 30, 2013 | -989.00 Mn |
| Sep 30, 2013 | -989.00 Mn |
| Jun 30, 2013 | 52.00 Mn |
| Jun 30, 2013 | 52.00 Mn |
| Mar 31, 2013 | -660.00 Mn |
| Mar 31, 2013 | -660.00 Mn |
| Dec 31, 2012 | -653.00 Mn |
| Dec 31, 2012 | -653.00 Mn |
Federal Home Loan Mortgage Other Working Capital Changes 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=other-working-capital-changes&ticker=FMCC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=FMCC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();