Skip to content

Priority Technology Holdings, Inc.: filings

Every Priority Technology Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-06fiscal Q2 2026441240001653558-26-000130
10-Q2026-05-11fiscal Q1 202644920001653558-26-000102
10-K2026-03-10fiscal FY 2025541390001653558-26-000066
10-Q2025-11-06fiscal Q3 2025431260001653558-25-000125
10-Q2025-08-07fiscal Q2 2025431220001653558-25-000102
10-Q2025-05-06fiscal Q1 202543900001653558-25-000072
10-K2025-03-06fiscal FY 2024511320001653558-25-000039
10-Q2024-11-07fiscal Q3 2024431280001653558-24-000144
10-Q2024-08-08fiscal Q2 2024441260001653558-24-000106
10-Q2024-05-09fiscal Q1 202444920001653558-24-000069
10-K2024-03-12fiscal FY 2023521370001653558-24-000039
10-Q2023-11-09fiscal Q3 2023451320001653558-23-000140
10-Q2023-08-10fiscal Q2 2023451280001653558-23-000100
10-Q2023-05-11fiscal Q1 202346960001653558-23-000056
10-K2023-03-23fiscal FY 2022521330001653558-23-000030
10-Q2022-11-10fiscal Q3 2022451240001653558-22-000129
10-Q2022-08-09fiscal Q2 2022451220001653558-22-000094
10-Q2022-05-11fiscal Q1 202244900001653558-22-000064
10-K2022-03-17fiscal FY 2021521330001653558-22-000028
10-Q2021-11-15fiscal Q3 2021461260001653558-21-000135
10-Q2021-08-16fiscal Q2 2021431180001653558-21-000101
10-Q2021-05-14fiscal Q1 202139800001653558-21-000072
10-K2021-03-31fiscal FY 2020491910001653558-21-000040
10-Q2020-11-13fiscal Q3 2020471330001653558-20-000177
10-Q2020-08-14fiscal Q2 2020431170001653558-20-000140
10-Q2020-05-13fiscal Q1 202041860001653558-20-000068
10-K2020-03-30fiscal FY 43830441730001653558-20-000015
10-Q2019-11-14fiscal Q3 2019451270001653558-19-000019
10-Q2019-08-14fiscal Q2 43555411080001628280-19-010770
10-Q2019-05-15fiscal Q1 4355542860001628280-19-006766
10-K2019-03-29fiscal FY 43465401560001628280-19-003666
10-Q2018-11-14fiscal Q3 43465431170001628280-18-014379
10-Q2018-07-18fiscal Q2 201816410001615774-18-006581
10-Q2018-05-14fiscal Q1 201816330001615774-18-003739
10-K2018-03-27fiscal FY 201715310001615774-18-002122
10-Q2017-11-14fiscal Q3 201715390001615774-17-006698
10-Q2017-08-10fiscal Q2 201711260001615774-17-004239
10-Q2017-05-15fiscal Q1 201711230001615774-17-002373
10-K2017-03-13fiscal FY 201612210001615774-17-001024
10-Q2016-11-14fiscal Q3 201610220001615774-16-008314

Inspect the source

Entity
Priority Technology Holdings, Inc. / CIK 0001653558
Captured
2026-09-21T17:23:43.856Z
SEC response SHA-256
ee10483b480a5b2494f2a4a652dbfbdb485538bc797d61673b08fb7a06e9a0d1

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