Skip to content

LEAFBUYER TECHNOLOGIES, INC.: filings

Every LEAFBUYER TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-05-14fiscal Q3 2026391050001477932-26-003137
10-Q2026-02-13fiscal Q2 2026401070001477932-26-000819
10-Q2025-11-13fiscal Q1 202640830001477932-25-008193
10-K2025-09-29fiscal FY 202540810001477932-25-007131
10-Q2025-05-14fiscal Q3 2025391030001477932-25-003644
10-Q2025-02-14fiscal Q2 2025391030001477932-25-001030
10-Q2024-11-19fiscal Q1 202537770001477932-24-007475
10-K2024-11-05fiscal FY 202438770001477932-24-006885
10-Q2024-09-20fiscal Q3 2024371020001477932-24-005855
10-Q2024-02-14fiscal Q2 202437970001477932-24-000728
10-Q2023-11-15fiscal Q1 202436750001477932-23-008496
10-K2023-09-28fiscal FY 202333680001477932-23-007194
10-Q2023-05-15fiscal Q3 2023391040001477932-23-003563
10-Q2023-02-14fiscal Q2 202334920001477932-23-001023
10-Q2022-11-14fiscal Q1 202334730001477932-22-008503
10-K2022-09-28fiscal FY 202236750001477932-22-007294
10-Q2022-05-16fiscal Q3 202234970001477932-22-003487
10-Q2022-02-14fiscal Q2 202232860001477932-22-000781
10-Q2021-11-12fiscal Q1 202234760001477932-21-008102
10-K2021-10-13fiscal FY 202135730001477932-21-007233
10-Q2021-05-17fiscal Q3 202132910001477932-21-003314
10-Q2021-02-16fiscal Q2 202131840001477932-21-000888
10-Q2020-11-16fiscal Q1 202130620001477932-20-006657
10-K2020-09-25fiscal FY 202033640001477932-20-005602
10-Q2020-05-15fiscal Q3 202031900001477932-20-002836
10-Q2020-02-14fiscal Q2 202032890001477932-20-000675
10-Q2019-11-12fiscal Q1 202030620001477932-19-006333
10-K2019-09-24fiscal FY 201931630001477932-19-005506
10-Q2019-05-16fiscal Q3 201932890001477932-19-002851
10-Q2019-02-14fiscal Q2 201930730001477932-19-000503
10-Q2018-11-14fiscal Q1 201929580001477932-18-005565
10-K2018-09-28fiscal FY 201831950001477932-18-004680
10-Q2018-05-17fiscal Q3 201831830001140361-18-024276
10-Q2018-02-14fiscal Q2 201826730001140361-18-008335
10-Q2017-11-14fiscal Q1 201822470001140361-17-042863
10-Q2017-05-22fiscal Q3 201724690001140361-17-021771
10-Q2017-02-03fiscal Q2 201721560001643721-17-000002
10-Q2016-12-13fiscal Q1 201721420001643721-16-000013
10-K2016-12-09fiscal FY 201623440001643721-16-000011
10-Q2016-05-11fiscal Q3 201622540001643721-16-000006
10-Q2016-01-27fiscal Q2 201621470001643721-16-000003

Inspect the source

Entity
LEAFBUYER TECHNOLOGIES, INC. / CIK 0001643721
Captured
2026-09-21T17:23:04.624Z
SEC response SHA-256
5988dc2517d4d6f4f7b14d358931a5d65c32945b206109ee0bbe283b2f5dc57a

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