Skip to content

Repay Holdings Corporation: filings

Every Repay Holdings Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-10fiscal Q2 2026511340001193125-26-342440
10-Q2026-05-04fiscal Q1 202647970001193125-26-204011
10-K2026-03-09fiscal FY 2025521360001193125-26-098518
10-Q2025-11-10fiscal Q3 2025471330001193125-25-274252
10-Q2025-08-11fiscal Q2 2025471330001720592-25-000011
10-Q2025-05-12fiscal Q1 202547960000950170-25-069191
10-K2025-03-03fiscal FY 2024511340000950170-25-030855
10-Q2024-11-12fiscal Q3 2024451260000950170-24-125459
10-Q2024-08-08fiscal Q2 2024451260000950170-24-094030
10-Q2024-05-09fiscal Q1 202445920000950170-24-056968
10-K2024-02-29fiscal FY 2023521360000950170-24-023102
10-Q2023-11-09fiscal Q3 2023471300000950170-23-062104
10-Q2023-08-09fiscal Q2 2023461260000950170-23-040607
10-Q2023-05-10fiscal Q1 202346940000950170-23-020557
10-K2023-03-01fiscal FY 2022511310000950170-23-005561
10-Q2022-11-09fiscal Q3 2022491340000950170-22-023850
10-Q2022-08-09fiscal Q2 2022491340000950170-22-016058
10-Q2022-05-10fiscal Q1 2022491000001564590-22-019278
10-K2022-03-01fiscal FY 2021441280001564590-22-008043
10-Q2021-11-09fiscal Q3 2021411080001564590-21-055740
10-Q2021-08-09fiscal Q2 2021401090001564590-21-042649
10-Q2021-05-10fiscal Q1 202140820001564590-21-026051
10-K/A2021-05-10fiscal FY 2020431910001564590-21-026028
10-K2021-03-01fiscal FY 2020431230001564590-21-009893
10-Q2020-11-10fiscal Q3 2020401250001564590-20-052663
10-Q2020-08-10fiscal Q2 2020401040001564590-20-038953
10-Q2020-05-11fiscal Q1 202040780001564590-20-024317
10-K/A2020-05-05fiscal FY 2019411430001564590-20-020954
10-K2020-03-16fiscal FY 2019411430001564590-20-011183
10-Q2019-11-14fiscal Q3 2019391120001564590-19-043526
10-Q2019-07-10fiscal Q2 201917410001213900-19-012352
10-Q2019-05-15fiscal Q1 201916330001213900-19-008826
10-K2019-03-26fiscal FY 201817310001213900-19-004799
10-Q2018-11-13fiscal Q3 201817350001213900-18-015523
10-Q2018-08-10fiscal Q2 201819310001213900-18-010698

Inspect the source

Entity
Repay Holdings Corporation / CIK 0001720592
Captured
2026-09-21T17:27:13.047Z
SEC response SHA-256
774c740a4cc40af55dd106b532378b87d6cdd5a6b11976488f89b04faa9ba746

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