Strive, Inc. (SATA) Change in Receivables (2022 - 2023)
Strive (SATA) posted Change in Receivables of $2995.0 for Q1 2023, up 201.53% on a QoQ basis from -$2950.0 in Q2 2022, and down 29.53% year-over-year from $4250.0 in Q1 2022.
Strive, Inc. (SATA) Change in Receivables (2022 - 2023) Analysis & Trends
Strive has reported Change in Receivables for 2 years, with the latest figure at $2995.0 in Q1 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 2,995.00 |
| Jun 30, 2022 | -2,950.00 |
| Mar 31, 2022 | 4,250.00 |
Strive, Inc. Change in Receivables 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=change-in-receivables&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();