Ameriprise Financial (AMP) Non Operating Investment Income (2011 - 2012)
Ameriprise Financial's (AMP) quarterly Non Operating Investment Income came in at -$68.0 million in Q3 2012, down 3300.0% year-over-year from $2.1 million in Q4 2011, and down 1260.0% quarter-over-quarter from -$5.0 million in Q2 2012.
Ameriprise Financial (AMP) Non Operating Investment Income (2011 - 2012) Analysis & Trends
Ameriprise Financial has disclosed Non Operating Investment Income across 2 years of filings, most recently posting -$68.0 million for Q3 2012.
- In Q3 2012, Non Operating Investment Income fell 3300.0% year-over-year to -$68.0 million; the TTM figure through Sep 2012 stood at -$74.0 million (changed N/A YoY), while the FY2011 annual figure was $6.0 million, down 81.82% from the prior year.
- Non Operating Investment Income came in at -$68.0 million for Q3 2012 at Ameriprise Financial, down from -$5.0 million in the prior quarter.
- In the past five years, Non Operating Investment Income ranged from a high of $6.0 million in Q2 2011 to a low of -$68.0 million in Q3 2012.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Op. Investment Inc. (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 | - | -1,324.00 |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 3,707.17 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2012 | -68.00 Mn |
| Jun 30, 2012 | -5.00 Mn |
| Mar 31, 2012 | -2.00 Mn |
| Dec 31, 2011 | 1.00 Mn |
| Sep 30, 2011 | -2.00 Mn |
| Jun 30, 2011 | 6.00 Mn |
| Mar 31, 2011 | 1.00 Mn |
Ameriprise Financial Non Operating Investment 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-investment-income&ticker=AMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=AMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();