Ameriprise Financial (AMP) Liabilities from Discontinued Operations (2010 - 2019)
Ameriprise Financial's (AMP) quarterly Liabilities from Discontinued Operations came in at $1.1 billion in Q3 2019, down 3.16% quarter-over-quarter from $1.1 billion in Q2 2019.
Ameriprise Financial (AMP) Liabilities from Discontinued Operations (2010 - 2019) Analysis & Trends
Ameriprise Financial has disclosed Liabilities from Discontinued Operations across 3 years of filings, most recently posting $1.1 billion for Q3 2019.
- In Q3 2019, Liabilities from Discontinued Operations changed N/A year-over-year to $1.1 billion; the TTM figure through Sep 2019 stood at $1.1 billion (changed N/A YoY), while the FY2010 annual figure was $79.0 million, changed N/A from the prior year.
- Liabilities from Discontinued Operations came in at $1.1 billion for Q3 2019 at Ameriprise Financial, down from $1.1 billion in the prior quarter.
- In the past five years, Liabilities from Discontinued Operations ranged from a high of $1.2 billion in Q1 2019 to a low of $1.1 billion in Q3 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Sep 30, 2019 | 1.11 Bn |
| Jun 30, 2019 | 1.14 Bn |
| Mar 31, 2019 | 1.17 Bn |
| Sep 30, 2011 | 60.00 Mn |
| Jun 30, 2011 | 190.00 Mn |
| Dec 31, 2010 | 79.00 Mn |
Ameriprise Financial Liabilities 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=liabilities-from-discontinued-operations&ticker=AMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-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=liabilities-from-discontinued-operations&ticker=AMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();