Skip to content

RideNow Group, Inc.: filings

Every RideNow Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-11fiscal Q2 2026421230001628280-26-055737
10-Q2026-05-14fiscal Q1 202643900001628280-26-035184
10-K2026-03-13fiscal FY 202548980001596961-26-000015
10-Q2025-11-04fiscal Q3 2025441290001596961-25-000101
10-Q2025-08-11fiscal Q2 2025441290001596961-25-000066
10-Q2025-05-07fiscal Q1 202542890001596961-25-000039
10-K2025-03-14fiscal FY 202446940001596961-25-000024
10-Q2024-11-12fiscal Q3 2024401200001596961-24-000106
10-Q2024-08-08fiscal Q2 2024401200001596961-24-000081
10-Q2024-05-08fiscal Q1 202441860001596961-24-000053
10-K2024-03-28fiscal FY 202347950001596961-24-000021
10-Q2023-11-07fiscal Q3 2023391110001596961-23-000047
10-Q2023-08-09fiscal Q2 2023391100001596961-23-000018
10-Q2023-05-10fiscal Q1 202343890001596961-23-000012
10-K2023-03-16fiscal FY 2022541080001596961-23-000007
10-Q2022-11-09fiscal Q3 2022441220001596961-22-000030
10-Q2022-08-09fiscal Q2 2022441220001596961-22-000023
10-Q2022-05-10fiscal Q1 202242870001596961-22-000013
10-K2022-04-08fiscal FY 2021501010001596961-22-000008
10-Q2021-11-15fiscal Q3 2021501330001213900-21-059581
10-Q2021-08-04fiscal Q2 202137990001213900-21-040350
10-Q2021-05-17fiscal Q1 202142870001654954-21-005896
10-K2021-03-31fiscal FY 202045900001654954-21-003633
10-Q2020-11-16fiscal Q3 2020421200001654954-20-012496
10-Q2020-08-14fiscal Q2 2020421200001654954-20-009176
10-Q2020-06-29fiscal Q1 202041850001654954-20-007105
10-K2020-05-29fiscal FY 201944890001654954-20-006126
10-Q2019-11-13fiscal Q3 2019391100001654954-19-012772
10-Q2019-08-13fiscal Q2 2019391100001654954-19-009295
10-Q2019-05-15fiscal Q1 201939830001654954-19-006112
10-K2019-04-01fiscal FY 201840820001654954-19-003849
10-Q2018-11-14fiscal Q3 201835940001654954-18-012614
10-Q2018-07-27fiscal Q2 201836960001654954-18-008109
10-Q2018-04-30fiscal Q1 201834700001654954-18-004524
10-K2018-02-27fiscal FY 201737760001654954-18-001935
10-Q2017-11-09fiscal Q3 201735930001654954-17-010245
10-Q2017-08-14fiscal Q2 201732870001654954-17-007558
10-Q2017-05-15fiscal Q1 201731650001654954-17-004746
10-K2017-02-14fiscal FY 201628890001654954-17-001101
10-Q2016-10-17fiscal Q3 201623620001654954-16-002904
10-Q2016-07-05fiscal Q2 201620530001393905-16-000964
10-Q2016-04-20fiscal Q1 201620410001393905-16-000870
10-K2016-03-14fiscal FY 201521420001393905-16-000769
10-Q2015-10-20fiscal Q3 201521540001393905-15-000560
10-Q2015-07-15fiscal Q2 201520510001393905-15-000359
10-Q2015-04-17fiscal Q1 201519360001077048-15-000029
10-K2015-03-17fiscal FY 201423460001077048-15-000013
10-Q2014-10-17fiscal Q3 201420330001077048-14-000241
10-Q2014-07-21fiscal Q2 201419410001077048-14-000155
10-Q2014-04-21fiscal Q1 201316310001077048-14-000096

Inspect the source

Entity
RideNow Group, Inc. / CIK 0001596961
Captured
2026-09-20T09:24:47.074Z
SEC response SHA-256
bc3749fe4e8b7950e05694cc49715f77c29d2fa629ea7b53656f3b690b0558e6

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001596961.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))