Skip to content

DEFENSE TECHNOLOGIES INTERNATIONAL CORP.: financial reference

Explore DEFENSE TECHNOLOGIES INTERNATIONAL CORP. financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-04-309,092USD2025-09-25
Total liabilitiesAt date2025-04-302,084,218USD2025-09-25
Stockholders equityAt date2025-04-30-1,714,249USD2025-09-25
Cash and cash equivalentsAt date2022-04-305,761USD2022-08-02
Net income or loss2024-05-012025-04-30-942,295USD2025-09-25
Operating cash flow2024-05-012025-04-30-390,520USD2025-09-25
Revenue2024-05-012025-04-300USD2025-09-25
Financing cash flow2024-05-012025-04-30391,842USD2025-09-25
Investing cash flow2020-05-012021-04-300USD2021-08-13
Retained earnings or deficitAt date2025-04-30-18,042,197USD2025-09-25
Basic weighted-average shares2019-05-012020-04-306,969,922shares2020-08-07
Diluted weighted-average shares2024-05-012025-04-3028,821,122shares2025-09-25
Basic earnings per share2019-05-012020-04-30-0.13USD/shares2020-08-07
Diluted earnings per share2024-05-012025-04-30-0.03USD/shares2025-09-25
Net property, plant and equipmentAt date2024-04-300USD2024-08-29
Share-based compensation expense2019-05-012020-04-309,056USD2020-08-07
Operating income or loss2024-05-012025-04-30-1,379,209USD2025-09-25
Current assetsAt date2025-04-309,092USD2025-09-25
Interest expense2017-05-012018-04-30-209,822USD2018-08-14
Current liabilitiesAt date2025-04-302,084,218USD2025-09-25
Operating expenses2024-05-012025-04-301,379,209USD2025-09-25
Net inventoryAt date2025-04-307,599USD2025-09-25
Gross profit2024-05-012025-04-300USD2025-09-25
Common shares outstandingAt date2025-04-3034,147,881shares2025-09-25
Cash including restricted cashAt date2025-04-301,493USD2025-09-25
Additional paid-in capitalAt date2025-04-3016,324,169USD2025-09-25
Total equity including noncontrolling interestsAt date2025-04-30-2,075,126USD2025-09-25
Accumulated depreciation on property, plant and equipmentAt date2024-04-3034,911USD2024-08-29
Pre-tax income or loss from continuing operations2024-05-012025-04-30-942,295USD2025-09-25
Profit or loss including noncontrolling interests2024-05-012025-04-30-942,295USD2025-09-25
General and administrative expense2024-05-012025-04-30747,276USD2025-09-25
Depreciation expense2023-05-012024-04-300USD2025-09-25
Other nonoperating income or expense2024-05-012025-04-30436,914USD2025-09-25
Proceeds from issuing common stock2024-05-012025-04-300USD2025-09-25
Change in inventories2024-05-012025-04-300USD2025-09-25
Change in accounts payable2018-05-012019-04-30155,951USD2019-08-13

Filings

56 DEFENSE TECHNOLOGIES INTERNATIONAL CORP. filings with published measures: what each annual or quarterly report tagged, with the periods it covered, as reported in that filing. The histories above show the latest-filed value per period.

Inspect the source

Entity
DEFENSE TECHNOLOGIES INTERNATIONAL CORP. / CIK 0001533357
Captured
2026-09-21T17:19:41.109Z
SEC response SHA-256
55d19ecd9e4012ae32267cd7291ab4f2bc5f564b2f5a199f94536f2cbeb3cd9c

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.

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