Strive, Inc. (SATA) Other financing activities (2022 - 2025)
Strive (SATA) posted Other financing activities of $283.2 million for Q4 2025, up 80936.66% on a QoQ basis from -$350299.0 in Q4 2022.
Strive, Inc. (SATA) Other financing activities (2022 - 2025) Analysis & Trends
Strive has reported Other financing activities for 2 years, with the latest figure at $283.2 million in Q4 2025.
- On a quarterly basis, Other financing activities changed N/A year-over-year to $283.2 million in Q4 2025; TTM through Dec 2025 was $283.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at $283.2 million, changed N/A from the prior year.
- Other financing activities was $283.2 million for Q4 2025 at Strive, up from -$350299.0 in the prior quarter.
- The five-year high for Other financing activities was $283.2 million in Q4 2025, with the low at -$350299.0 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 283.17 Mn |
| Dec 31, 2022 | -350,299.00 |
| Sep 30, 2022 | 375,395.00 |
Strive, Inc. Other financing activities 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=other-financing-activities&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();