Skip to content

i3 Verticals, Inc.: filings

Every i3 Verticals, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-07fiscal Q3 2026471330001728688-26-000045
10-Q2026-05-08fiscal Q2 2026491320001728688-26-000032
10-Q2026-02-06fiscal Q1 2026491000001728688-26-000020
10-K2025-11-21fiscal FY 2025541600001728688-25-000122
10-Q2025-08-08fiscal Q3 2025501360001728688-25-000108
10-Q2025-05-09fiscal Q2 2025501360001728688-25-000089
10-Q2025-02-07fiscal Q1 2025501040001728688-25-000043
10-K2024-11-25fiscal FY 2024491450001728688-24-000102
10-Q2024-08-09fiscal Q3 2024481340001728688-24-000085
10-Q2024-05-10fiscal Q2 2024501420001728688-24-000061
10-Q2024-02-09fiscal Q1 2024501060001728688-24-000016
10-K2023-11-22fiscal FY 2023531390001728688-23-000048
10-Q2023-08-09fiscal Q3 2023491420001728688-23-000040
10-Q2023-05-10fiscal Q2 2023491380001728688-23-000033
10-Q2023-02-09fiscal Q1 2023491040001728688-23-000019
10-K2022-11-18fiscal FY 2022531390001728688-22-000061
10-Q2022-08-09fiscal Q3 2022481450001728688-22-000046
10-Q2022-05-10fiscal Q2 2022481410001728688-22-000034
10-Q2022-02-09fiscal Q1 202246980001728688-22-000011
10-K2021-11-22fiscal FY 2021541620001728688-21-000086
10-Q2021-08-09fiscal Q3 2021481410001728688-21-000064
10-Q2021-05-10fiscal Q2 2021471330001728688-21-000050
10-Q2021-02-09fiscal Q1 202147990001728688-21-000030
10-K2020-11-23fiscal FY 2020491700001728688-20-000086
10-Q2020-08-10fiscal Q3 2020461370001728688-20-000054
10-Q2020-05-11fiscal Q2 2020441290001728688-20-000045
10-Q2020-02-10fiscal Q1 202045950001728688-20-000027
10-K2019-11-22fiscal FY 2019471590001728688-19-000108
10-Q2019-08-13fiscal Q3 2019451330001728688-19-000092
10-Q2019-05-14fiscal Q2 2019431150001728688-19-000052
10-Q2019-02-14fiscal Q1 201944880001728688-19-000025
10-K2018-12-07fiscal FY 2018481470001728688-18-000027
10-Q2018-08-13fiscal Q3 2018431100001728688-18-000015

Inspect the source

Entity
i3 Verticals, Inc. / CIK 0001728688
Captured
2026-09-21T17:27:42.875Z
SEC response SHA-256
5027a0b23f21ea25f3ebb1cd57164231da8f5331c86ce03bb3332ae6a5b2bc53

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