Skip to content

Rimini Street, Inc.: filings

Every Rimini Street, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-07-30fiscal Q2 2026431240001635282-26-000056
10-Q2026-04-30fiscal Q1 202643900001635282-26-000042
10-K2026-02-19fiscal FY 2025481280001635282-26-000014
10-Q2025-10-30fiscal Q3 2025431220001635282-25-000215
10-Q2025-07-31fiscal Q2 2025421200001635282-25-000190
10-Q2025-05-01fiscal Q1 202541860001635282-25-000131
10-K2025-02-27fiscal FY 2024461230001635282-25-000029
10-Q2024-10-30fiscal Q3 2024441280001635282-24-000173
10-Q2024-07-31fiscal Q2 2024441280001635282-24-000143
10-Q2024-05-02fiscal Q1 202443900001635282-24-000107
10-K2024-02-28fiscal FY 2023481290001635282-24-000030
10-Q2023-11-01fiscal Q3 2023441280001635282-23-000202
10-Q2023-08-02fiscal Q2 2023441280001635282-23-000175
10-Q2023-05-03fiscal Q1 202343900001635282-23-000137
10-K2023-03-01fiscal FY 2022511350001635282-23-000054
10-Q2022-11-02fiscal Q3 2022441260001635282-22-000211
10-Q2022-08-03fiscal Q2 2022431240001635282-22-000157
10-Q2022-05-04fiscal Q1 202243900001635282-22-000094
10-K2022-03-02fiscal FY 2021491290001635282-22-000049
10-Q2021-11-03fiscal Q3 2021481340001635282-21-000167
10-Q2021-08-04fiscal Q2 2021451280001635282-21-000103
10-Q2021-05-10fiscal Q1 202141860001635282-21-000072
10-K/A2021-05-10fiscal FY 2020482260001635282-21-000069
10-K2021-03-03fiscal FY 2020482260001635282-21-000023
10-Q2020-11-05fiscal Q3 2020431190001635282-20-000086
10-Q2020-08-05fiscal Q2 2020441250001635282-20-000056
10-Q2020-05-07fiscal Q1 202044900001635282-20-000032
10-K2020-03-16fiscal FY 2019452200001635282-20-000014
10-Q2019-11-07fiscal Q3 201934940001635282-19-000072
10-Q2019-08-08fiscal Q2 2019381100001635282-19-000061
10-Q2019-05-09fiscal Q1 201939810001635282-19-000037
10-K2019-03-14fiscal FY 2018432170001635282-19-000016
10-Q2018-11-08fiscal Q3 201833850001144204-18-058371
10-Q2018-08-09fiscal Q2 2018371010001144204-18-043277
10-Q2018-05-10fiscal Q1 201836730001144204-18-027160
10-K2018-03-15fiscal FY 2017431920001144204-18-014946
10-Q2017-10-18fiscal Q3 201716380001144204-17-052918
10-Q2017-07-26fiscal Q2 201713320001144204-17-038359
10-Q2017-05-11fiscal Q1 201712260001144204-17-026205
10-K2017-03-16fiscal FY 201613280001144204-17-015054
10-Q2016-11-15fiscal Q3 201612300001144204-16-134710
10-Q2016-08-15fiscal Q2 201612300001144204-16-119425
10-Q2016-05-16fiscal Q1 201611240001144204-16-102796
10-K2016-03-28fiscal FY 201512140001144204-16-090669
10-Q2015-11-03fiscal Q3 201513170001144204-15-062509
10-Q2015-08-07fiscal Q2 201513170001144204-15-047355
10-Q2015-07-02fiscal Q1 201510110001144204-15-040701

Inspect the source

Entity
Rimini Street, Inc. / CIK 0001635282
Captured
2026-09-21T17:21:18.113Z
SEC response SHA-256
d0a201ccf415f1c81de9d192eba04d4f0a45b3f1941b419c525244bcce613569

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/0001635282.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"])))