Ameriprise Financial (AMP) Intangibles (2009 - 2011)
Ameriprise Financial's (AMP) quarterly Intangibles came in at $630.0 million in Q4 2011, little changed year-over-year from $630.0 million in Q4 2010, and little changed quarter-over-quarter from $630.0 million in Q4 2010.
Ameriprise Financial (AMP) Intangibles (2009 - 2011) Analysis & Trends
Ameriprise Financial has disclosed Intangibles across 3 years of filings, most recently posting $630.0 million for Q4 2011.
- In Q4 2011, Intangibles changed 0.0% year-over-year to $630.0 million; the TTM figure through Dec 2011 stood at $630.0 million (changed 0.0% YoY), while the FY2011 annual figure was $630.0 million, changed 0.0% from the prior year.
- Intangibles came in at $630.0 million for Q4 2011 at Ameriprise Financial, roughly flat from $630.0 million in the prior quarter.
- In the past five years, Intangibles ranged from a high of $630.0 million in Q4 2010 to a low of $15.0 million in Q4 2009.
- Average Intangibles over 3 years is $425.0 million, with a median of $630.0 million recorded in 2010.
- Year-over-year, Intangibles jumped 4100.0% in 2010 and changed 0.0% in 2011.
- Over 3 years, Intangibles stood at $15.0 million in 2009, then jumped by 4100.0% to $630.0 million in 2010, then changed by 0.0% to $630.0 million in 2011.
- Per Business Quant data, the three most recent Intangibles figures were $630.0 million in Q4 2011, $630.0 million in Q4 2010, and $15.0 million in Q4 2009.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (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 | 234,055.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 133.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2011 | 630.00 Mn |
| Dec 31, 2010 | 630.00 Mn |
| Dec 31, 2009 | 15.00 Mn |
Ameriprise Financial Intangibles 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=intangibles&ticker=AMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=AMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();