Onespaworld Holdings (OSW) Gains from Investment Securities (2019 - 2024)
Onespaworld Holdings (OSW) posted Gains from Investment Securities of $46000.0 for Q2 2024, up 100.6% on a QoQ basis from -$7.7 million in Q1 2024, and down 99.62% year-over-year from $12.2 million in Q3 2023.
Onespaworld Holdings (OSW) Gains from Investment Securities (2019 - 2024) Analysis & Trends
Onespaworld Holdings has reported Gains from Investment Securities for 6 years, with the latest figure at $46000.0 in Q2 2024.
- On a quarterly basis, Gains from Investment Securities fell 99.62% year-over-year to $46000.0 in Q2 2024; TTM through Mar 2025 was $46000.0, a 99.42% decrease from a year earlier, with the FY2024 full-year figure at -$7.7 million, down 120.44% from the prior year.
- Gains from Investment Securities was $46000.0 for Q2 2024 at Onespaworld Holdings, up from -$7.7 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $43.4 million in Q4 2020, with the low at -$58.5 million in Q2 2022.
- Average Gains from Investment Securities over 5 years is -$878888.9, with a median of -$127000.0 recorded in 2022.
- The largest YoY upside for Gains from Investment Securities was 744.12% in 2023 against a maximum downside of 2355.0% in 2023.
- Over 5 years, Gains from Investment Securities stood at $43.4 million in 2020, then sank by 92.86% to $3.1 million in 2021, then surged by 151.61% to $7.8 million in 2022, then surged by 38.73% to $10.8 million in 2023, then plunged by 99.57% to $46000.0 in 2024.
- The last three Gains from Investment Securities figures came in at $46000.0 (Q2 2024), -$7.7 million (Q1 2024), and $10.8 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn |
| 10 | Onespaworld Holdings | 2.26 Bn | 2.22 Bn | 84.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 46,000.00 |
| Mar 31, 2024 | -7.72 Mn |
| Dec 31, 2023 | 10.82 Mn |
| Sep 30, 2023 | -7.37 Mn |
| Jun 30, 2023 | 12.20 Mn |
| Mar 31, 2023 | 21.90 Mn |
| Dec 31, 2022 | 7.80 Mn |
| Sep 30, 2022 | -300,000.00 |
| Jun 30, 2022 | -58.50 Mn |
| Mar 31, 2022 | -3.40 Mn |
| Dec 31, 2021 | 3.10 Mn |
| Sep 30, 2021 | -3.10 Mn |
| Jun 30, 2021 | -20.70 Mn |
| Mar 31, 2021 | 23.30 Mn |
| Dec 31, 2020 | 43.40 Mn |
| Sep 30, 2020 | 25.10 Mn |
| Jun 30, 2020 | -12.10 Mn |
| Mar 31, 2020 | -50.30 Mn |
| Sep 30, 2019 | 10.70 Mn |
| Jun 30, 2019 | 11.30 Mn |
Onespaworld Holdings Gains from Investment Securities 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=gains-from-investment-securities&ticker=OSW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "ticker": "OSW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=gains-from-investment-securities&ticker=OSW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();