Skip to content

AGENTIX CORP.: filings

Every AGENTIX CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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 Q1 202730640001477932-26-004781
10-K2026-07-01fiscal FY 202631630001477932-26-004133
10-Q2026-02-17fiscal Q3 202631910001477932-26-000845
10-Q2025-11-20fiscal Q2 202632930001477932-25-008502
10-Q2025-08-22fiscal Q1 202630640001477932-25-006197
10-K2025-07-16fiscal FY 202531640001477932-25-005077
10-Q2025-02-18fiscal Q3 202531980001477932-25-001090
10-Q2024-11-18fiscal Q2 202527820001477932-24-007361
10-Q2024-09-25fiscal Q1 202525540001477932-24-005905
10-K2024-08-30fiscal FY 202429600001477932-24-005401
10-Q2024-02-14fiscal Q3 202425780001477932-24-000711
10-Q2023-11-20fiscal Q2 202425720001477932-23-008660
10-Q2023-08-22fiscal Q1 202422480001477932-23-006393
10-K2023-07-14fiscal FY 202325520001477932-23-005252
10-Q2023-02-14fiscal Q3 202331940001477932-23-000969
10-Q2022-11-14fiscal Q2 202329860001477932-22-008435
10-Q2022-08-11fiscal Q1 202325540001477932-22-005851
10-Q2022-04-13fiscal Q2 202224670001477932-22-002252
10-Q2022-01-13fiscal Q1 202222480001477932-22-000229
10-K2021-10-07fiscal FY 202129690001477932-21-007074
10-Q2021-07-09fiscal Q3 202126680001477932-21-004522
10-Q2021-03-29fiscal Q2 202125470001477932-21-001748
10-Q2021-01-13fiscal Q1 202122330001477932-21-000224
10-K2020-12-09fiscal FY 202024260001477932-20-007176
10-Q2020-07-13fiscal Q3 202027800001477932-20-003920
10-Q2020-04-27fiscal Q2 202023600001477932-20-002205
10-Q2020-01-16fiscal Q1 202023460001477932-20-000259
10-K2019-12-05fiscal FY 201925490001477932-19-006966
10-Q2019-07-15fiscal Q3 201924630001477932-19-004096
10-Q2019-03-27fiscal Q2 201924620001477932-19-001210
10-Q2019-01-22fiscal Q1 201924510001477932-19-000228
10-K2018-11-13fiscal FY 201826510001477932-18-005427
10-Q2018-07-20fiscal Q3 201828650001477932-18-003582
10-Q2018-04-16fiscal Q2 201827650001477932-18-001796
10-Q2018-01-16fiscal Q1 201825500001477932-18-000234
10-K2017-12-18fiscal FY 201731560001477932-17-006133
10-Q2017-07-24fiscal Q3 201729690001477932-17-003498
10-Q2017-04-13fiscal Q2 201733850001477932-17-001690
10-Q2017-01-23fiscal Q1 201628520001477932-17-000386
10-K2016-12-12fiscal FY 201632600001477932-16-014034
10-Q2016-07-20fiscal Q3 201629760001477932-16-011464
10-Q2016-04-14fiscal Q2 201625590001477932-16-009723
10-Q2016-01-14fiscal Q1 201622440001477932-16-008068
10-K2015-12-16fiscal FY 201529540001477932-15-007657
10-Q2015-07-20fiscal Q3 201528660001477932-15-004570
10-Q2015-04-16fiscal Q2 201526620001477932-15-002540
10-Q2015-02-27fiscal Q1 201524470001477932-15-001429

Inspect the source

Entity
AGENTIX CORP. / CIK 0001603345
Captured
2026-09-20T09:25:38.902Z
SEC response SHA-256
fd69ae3a7d0b5261237911849624ac99fc3c5f266a840992ebc5d32ec2d7fe78

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