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