Strive, Inc. (SATA) Other Working Capital Changes (2022 - 2025)
Strive (SATA) posted Other Working Capital Changes of -$2.1 million for Q4 2025, down 622.42% on a QoQ basis from $403702.0 in Q2 2025, and down 6102.94% year-over-year from $35132.8 in Q4 2024.
Strive, Inc. (SATA) Other Working Capital Changes (2022 - 2025) Analysis & Trends
Strive has reported Other Working Capital Changes for 4 years, with the latest figure at -$2.1 million in Q4 2025.
- On a quarterly basis, Other Working Capital Changes fell 6102.94% year-over-year to -$2.1 million in Q4 2025; TTM through Dec 2025 was -$1.7 million, a 591.24% decrease from a year earlier, with the FY2025 full-year figure at -$520000.0, down 246.89% from the prior year.
- Other Working Capital Changes was -$2.1 million for Q4 2025 at Strive, down from $403702.0 in the prior quarter.
- The five-year high for Other Working Capital Changes was $403702.0 in Q2 2025, with the low at -$2.1 million in Q4 2025.
- Average Other Working Capital Changes over 4 years is -$90267.0, with a median of -$925.0 recorded in 2022.
- The largest YoY upside for Other Working Capital Changes was 117115.07% in 2025 against a maximum downside of 6102.94% in 2025.
- Over 4 years, Other Working Capital Changes stood at -$3019.0 in 2022, then plunged by 566.15% to -$20111.0 in 2023, then sank by 69.06% to -$34000.0 in 2024, then plunged by 6102.94% to -$2.1 million in 2025.
- The last three Other Working Capital Changes figures came in at -$2.1 million (Q4 2025), $403702.0 (Q2 2025), and $298.0 (Q1 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -2.11 Mn |
| Dec 31, 2025 | -2.11 Mn |
| Jun 30, 2025 | 403,702.00 |
| Jun 30, 2025 | 403,702.00 |
| Mar 31, 2025 | 298.00 |
| Mar 31, 2025 | 298.00 |
| Dec 31, 2024 | -34,000.00 |
| Dec 31, 2024 | -34,000.00 |
| Sep 30, 2024 | 389,759.00 |
| Sep 30, 2024 | 389,759.00 |
| Jun 30, 2024 | -345.00 |
| Jun 30, 2024 | -345.00 |
| Mar 31, 2024 | -1,414.00 |
| Mar 31, 2024 | -1,414.00 |
| Dec 31, 2023 | -20,111.00 |
| Dec 31, 2023 | -20,111.00 |
| Sep 30, 2023 | -1,318.00 |
| Sep 30, 2023 | -1,318.00 |
| Jun 30, 2023 | 20,829.00 |
| Jun 30, 2023 | 20,829.00 |
Strive, Inc. Other Working Capital Changes 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-working-capital-changes&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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-working-capital-changes&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();