Ameriprise Financial (AMP) Income from Discontinued Operations (2010 - 2014)
Ameriprise Financial's (AMP) quarterly Income from Discontinued Operations came in at -$1.0 million in Q4 2014, up 50.0% year-over-year from -$666666.7 in Q4 2013, and little changed quarter-over-quarter from -$1.0 million in Q1 2014.
Ameriprise Financial (AMP) Income from Discontinued Operations (2010 - 2014) Analysis & Trends
Ameriprise Financial has disclosed Income from Discontinued Operations across 5 years of filings, most recently posting -$1.0 million for Q4 2014.
- In Q4 2014, Income from Discontinued Operations rose 50.0% year-over-year to -$1.0 million; the TTM figure through Sep 2015 stood at -$1.0 million (up 66.67% YoY), while the FY2014 annual figure was -$2.0 million, up 33.33% from the prior year.
- Income from Discontinued Operations came in at -$1.0 million for Q4 2014 at Ameriprise Financial, roughly flat from -$1.0 million in the prior quarter.
- In the past five years, Income from Discontinued Operations ranged from a high of $13.0 million in Q4 2011 to a low of -$71.0 million in Q1 2011.
- Average Income from Discontinued Operations over 5 years is -$5.1 million, with a median of -$1.0 million recorded in 2012.
- The largest YoY upside for Income from Discontinued Operations was 200.0% in 2011 against a maximum downside of 3650.0% in 2011.
- Over 5 years, Income from Discontinued Operations stood at -$26.0 million in 2010, then jumped by 150.0% to $13.0 million in 2011, then slumped by 92.31% to $1.0 million in 2012, then plunged by 300.0% to -$2.0 million in 2013, then surged by 50.0% to -$1.0 million in 2014.
- Per Business Quant data, the three most recent Income from Discontinued Operations figures were -$1.0 million in Q4 2014, -$1.0 million in Q1 2014, and -$2.0 million in Q4 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | - |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | - |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2014 | -1.00 Mn |
| Mar 31, 2014 | -1.00 Mn |
| Dec 31, 2013 | -2.00 Mn |
| Sep 30, 2013 | 1.00 Mn |
| Jun 30, 2013 | -1.00 Mn |
| Mar 31, 2013 | -1.00 Mn |
| Dec 31, 2012 | 1.00 Mn |
| Sep 30, 2012 | -1.00 Mn |
| Jun 30, 2012 | -1.00 Mn |
| Mar 31, 2012 | -1.00 Mn |
| Dec 31, 2011 | 13.00 Mn |
| Sep 30, 2011 | 2.00 Mn |
| Jun 30, 2011 | -4.00 Mn |
| Mar 31, 2011 | -71.00 Mn |
| Dec 31, 2010 | -26.00 Mn |
| Sep 30, 2010 | -2.00 Mn |
| Jun 30, 2010 | 2.00 Mn |
| Mar 31, 2010 | 2.00 Mn |
Ameriprise Financial Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=AMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "AMP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=AMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();