Strive, Inc. (SATA) Long-Term Deferred Tax (2022 - 2023)
Strive (SATA) posted Long-Term Deferred Tax of $898909.0 for Q4 2023, up 563.38% on a QoQ basis from $135504.0 in Q4 2022, and up 563.38% year-over-year from $135504.0 in Q4 2022.
Strive, Inc. (SATA) Long-Term Deferred Tax (2022 - 2023) Analysis & Trends
Strive has reported Long-Term Deferred Tax for 2 years, with the latest figure at $898909.0 in Q4 2023.
- On a quarterly basis, Long-Term Deferred Tax rose 563.38% year-over-year to $898909.0 in Q4 2023; TTM through Dec 2023 was $898909.0, a 563.38% increase from a year earlier, with the FY2023 full-year figure at $898909.0, up 563.38% from the prior year.
- Long-Term Deferred Tax was $898909.0 for Q4 2023 at Strive, up from $135504.0 in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $898909.0 in Q4 2023, with the low at $135504.0 in Q4 2022.
Peer Comparison
Strive, Inc. Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "SATA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-deferred-tax&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();