Yiren Digital (YRD) Amortization - Intangibles (2015 - 2016)
Yiren Digital's (YRD) quarterly Amortization - Intangibles came in at $380.7 million in Q4 2016, up 103.27% on a YoY basis from $187.3 million in Q1 2016, and up 10.78% quarter-over-quarter from $343.7 million in Q3 2016.
Yiren Digital (YRD) Amortization - Intangibles (2015 - 2016) Analysis & Trends
Yiren Digital (YRD) has reported Amortization - Intangibles for 2 consecutive years, with $380.7 million the latest figure, recorded in Q4 2016.
- For the quarter ending Q4 2016, Amortization - Intangibles rose 103.27% year-over-year to $380.7 million; the trailing twelve-month figure through Dec 2016 stood at $1.1 billion (up 145.99% YoY), and the FY2016 full-year result was $380.7 million, up 100.25% from the prior year.
- Amortization - Intangibles advanced to $380.7 million in Q4 2016 per YRD's latest filing, from $343.7 million in the prior quarter.
- Across five years, Amortization - Intangibles topped out at $380.7 million in Q4 2016 and bottomed at $71.4 million in Q1 2015.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Synchrony Financial | 24.38 Bn | 8.19 Bn | - |
| 2 | Affirm Holdings | 24.01 Bn | 22.38 Bn | - |
| 3 | FirstCash Holdings | 9.50 Bn | 9.33 Bn | 533.67 Mn |
| 4 | Credit Acceptance | 6.00 Bn | 5.51 Bn | 569.30 Mn |
| 5 | Slm | 4.72 Bn | -77.52 Mn | - |
| 6 | Enova International | 4.35 Bn | 4.22 Bn | 568.07 Mn |
| 7 | Bread Financial Holdings | 4.20 Bn | -15.89 Bn | 957.00 Mn |
| 8 | StoneCo | 2.99 Bn | 1.38 Bn | 308.97 Mn |
| 9 | Ezcorp | 1.88 Bn | 1.57 Bn | 246.19 Mn |
| 10 | Yiren Digital | 86.47 Mn | -338.94 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2016 | 380.74 Mn |
| Sep 30, 2016 | 343.70 Mn |
| Mar 31, 2016 | 237.07 Mn |
| Dec 31, 2015 | 187.31 Mn |
| Sep 30, 2015 | 99.98 Mn |
| Jun 30, 2015 | 108.31 Mn |
| Mar 31, 2015 | 71.43 Mn |
Yiren Digital Amortization - 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=amortization-intangibles&ticker=YRD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "amortization-intangibles", "ticker": "YRD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=amortization-intangibles&ticker=YRD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();