Skip to content

AGRI-FINTECH HOLDINGS, INC.: filings

Every AGRI-FINTECH HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2023-08-14

The latest filing in this captured record is a 10-Q filed 2023-08-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. AGRI-FINTECH HOLDINGS, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-08-14fiscal Q2 202330890001410578-23-001928
10-Q2023-05-19fiscal Q1 202329560001410578-23-001305
10-K2023-04-26fiscal FY 202240990001410578-23-000803
10-Q/A2022-11-17fiscal Q1 202237770001410578-22-003470
10-Q/A2022-11-16fiscal Q2 2022421150001410578-22-003465
10-K/A2022-11-16fiscal FY 202142850001410578-22-003463
10-Q2022-11-14fiscal Q3 2022411120001410578-22-003335
10-Q2022-08-22fiscal Q2 2022411130001410578-22-002702
10-Q/A2022-07-22fiscal Q1 202239800001410578-22-001974
10-K/A2022-07-22fiscal FY 202143860001410578-22-001972
10-Q/A2022-07-21fiscal Q3 2021431180001410578-22-001964
10-Q2022-05-16fiscal Q1 202243860001410578-22-001588
10-K/A2022-04-07fiscal FY 202147830001410578-22-000835
10-K2022-03-31fiscal FY 202147830001410578-22-000771
10-Q2021-11-15fiscal Q3 2021441110001410578-21-000228
10-Q2021-08-23fiscal Q2 202130830001104659-21-108587
10-Q2021-05-20fiscal Q1 202134640001104659-21-069792
10-K2021-04-13fiscal FY 202036720001104659-21-049630
10-Q2020-11-12fiscal Q3 2020351030001104659-20-124091
10-Q2020-08-12fiscal Q2 202035970001104659-20-093920
10-Q2020-05-29fiscal Q1 202031680001104659-20-067735
10-K2020-04-09fiscal FY 201935650001104659-20-045193
10-Q2019-11-15fiscal Q3 2019351040001104659-19-064559
10-Q2019-08-14fiscal Q2 2019351000001144204-19-039833
10-Q2019-05-15fiscal Q1 201930650001144204-19-026198
10-K2019-03-15fiscal FY 201833680001144204-19-014262
10-Q2018-11-09fiscal Q3 201830820001144204-18-058614
10-Q2018-08-13fiscal Q2 201831840001144204-18-043945
10-Q2018-05-10fiscal Q1 201831640001144204-18-026833
10-K2018-03-20fiscal FY 201730620001144204-18-015830
10-Q2017-11-13fiscal Q3 201728520001144204-17-058044
10-Q2017-08-14fiscal Q2 201727490001144204-17-042775
10-Q2017-05-05fiscal Q1 201716340001144204-17-024692
10-Q2016-10-17fiscal Q1 201612240001607062-16-001021
10-K2016-08-29fiscal FY 201615280001607062-16-000974
10-Q2016-04-20fiscal Q3 201615350001607062-16-000803
10-Q2016-01-29fiscal Q2 201516310001607062-16-000632
10-Q2015-10-20fiscal Q1 201514260001607062-15-000457

Inspect the source

Entity
AGRI-FINTECH HOLDINGS, INC. / CIK 0001648365
Captured
SEC response SHA-256
a0d88a734de79b047354cfc1a674365fa8c11a25b0e1fcbeb9f643e0371ca0ea

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