Strive, Inc. (SATA) Receivables - Other (2021 - 2022)
Strive (SATA) posted Receivables - Other of $976.0 for Q3 2022, down 99.57% on a QoQ basis from $225000.0 in Q4 2021.
Analysis
Strive, Inc. (SATA) Receivables - Other (2021 - 2022) Analysis & Trends
Strive has reported Receivables - Other for 2 years, with the latest figure at $976.0 in Q3 2022.
- On a quarterly basis, Receivables - Other changed N/A year-over-year to $976.0 in Q3 2022; TTM through Sep 2022 was $976.0, a N/A change from a year earlier, with the FY2021 full-year figure at $225000.0, changed N/A from the prior year.
- Receivables - Other was $976.0 for Q3 2022 at Strive, down from $225000.0 in the prior quarter.
- The five-year high for Receivables - Other was $225000.0 in Q4 2021, with the low at $976.0 in Q3 2022.
Peer Set
Peer Comparison
API Access
Strive, Inc. Receivables - Other 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=receivables-other&ticker=SATA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-other", "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=receivables-other&ticker=SATA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();