Spruce Power Holding (SPRU) Tax Rate (2019 - 2020)
Spruce Power Holding's (SPRU) quarterly Tax Rate came in at 1.3% in Q3 2020, down 1968.0% year-over-year from 0.07% in Q4 2019, and down 93.79% quarter-over-quarter from 21.0% in Q2 2020.
Spruce Power Holding (SPRU) Tax Rate (2019 - 2020) Analysis & Trends
Spruce Power Holding has disclosed Tax Rate across 2 years of filings, most recently posting 1.3% for Q3 2020.
- In Q3 2020, Tax Rate fell 1968.0% year-over-year to 1.3%; the TTM figure through Sep 2020 stood at 208.87% (changed N/A YoY), while the FY2019 annual figure was 2.75%, changed N/A from the prior year.
- Tax Rate came in at 1.3% for Q3 2020 at Spruce Power Holding, down from 21.0% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 21.0% in Q2 2020 to a low of 1.3% in Q3 2020.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Vistra | 47.18 Bn | 45.32 Bn | 3.16 Bn | 28.57% |
| 2 | AXIA Energia | 30.92 Bn | 28.60 Bn | 2.59 Bn | 2.17% |
| 3 | Nrg Energy | 21.60 Bn | 21.44 Bn | 2.01 Bn | 23.68% |
| 4 | Talen Energy | 14.11 Bn | 13.77 Bn | - | 28.68% |
| 5 | Enlight Renewable Energy | 9.72 Bn | 8.77 Bn | 117.49 Mn | -24.44% |
| 6 | Brookfield Renewable Partners | 7.71 Bn | 26.04 Bn | 927.00 Mn | 4.26% |
| 7 | Oklo | 7.49 Bn | 7.49 Bn | - | 6.10% |
| 8 | Clearway Energy | 6.63 Bn | 9.92 Bn | 332.00 Mn | -11.11% |
| 9 | Ormat Technologies | 5.98 Bn | 5.46 Bn | 68.70 Mn | -56.33% |
| 10 | Spruce Power Holding | 38.69 Mn | -40.33 Mn | 23.10 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2020 | 1.30% |
| Jun 30, 2020 | 21.00% |
| Mar 31, 2020 | 21.00% |
| Dec 31, 2019 | 21.00% |
| Sep 30, 2019 | 20.98% |
Spruce Power Holding Tax Rate 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=tax-rate&ticker=SPRU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "ticker": "SPRU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=tax-rate&ticker=SPRU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();