Federal Home Loan Mortgage Corp (FREJN) Non Operating Income (2011 - 2013)
Federal Home Loan Mortgage's (FREJN) quarterly Non Operating Income came in at $611.0 million in Q2 2013, up 82.39% year-over-year from $335.0 million in Q2 2012, and up 61.64% quarter-over-quarter from $378.0 million in Q1 2013.
Federal Home Loan Mortgage Corp (FREJN) Non Operating Income (2011 - 2013) Analysis & Trends
Federal Home Loan Mortgage (FREJN) has reported Non Operating Income for 3 consecutive years, with $611.0 million the latest figure, recorded in Q2 2013.
- On a quarterly basis, Non Operating Income rose 82.39% year-over-year to $611.0 million in Q2 2013; TTM through Jun 2013 was $1.4 billion, a 10.93% decrease from a year earlier, with the FY2012 full-year figure at $996.0 million, down 11.86% from the prior year.
- Non Operating Income was $611.0 million for Q2 2013 at Federal Home Loan Mortgage, up from $378.0 million in the prior quarter.
- Over five years, Non Operating Income peaked at $615.0 million in Q4 2011 and troughed at -$310.0 million in Q2 2011.
- A 3-year average of $294.1 million and a median of $349.0 million in 2012 frame the typical range for Non Operating Income.
- The widest YoY moves for Non Operating Income: up 208.06% in 2012, down 84.59% in 2012.
- Over 3 years, Non Operating Income stood at $615.0 million in 2011, then slumped by 43.25% to $349.0 million in 2012, then surged by 75.07% to $611.0 million in 2013.
- The last three Non Operating Income figures came in at $611.0 million (Q2 2013), $378.0 million (Q1 2013), and $349.0 million (Q4 2012), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2013 | 611.00 Mn |
| Mar 31, 2013 | 378.00 Mn |
| Dec 31, 2012 | 349.00 Mn |
| Sep 30, 2012 | 55.00 Mn |
| Jun 30, 2012 | 335.00 Mn |
| Mar 31, 2012 | 257.00 Mn |
| Dec 31, 2011 | 615.00 Mn |
| Sep 30, 2011 | 357.00 Mn |
| Jun 30, 2011 | -310.00 Mn |
Federal Home Loan Mortgage Corp Non Operating Income 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=non-operating-income&ticker=FREJN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=FREJN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();