Skip to content

WYTEC INTERNATIONAL, INC.: filings

Every WYTEC INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-Q2025-11-19fiscal Q3 2025371130001683168-25-008560
10-Q2025-08-13fiscal Q2 2025361050001683168-25-006013
10-Q2025-05-15fiscal Q1 202536750001683168-25-003662
10-K2025-03-31fiscal FY 202440800001683168-25-002111
10-Q2024-11-12fiscal Q3 2024391120001683168-24-007879
10-Q2024-08-14fiscal Q2 2024371070001683168-24-005679
10-Q2024-05-15fiscal Q1 202437770001683168-24-003512
10-K2024-03-29fiscal FY 202340810001683168-24-001864
10-Q2023-11-02fiscal Q3 2023371100001683168-23-007585
10-Q/A2023-10-17fiscal Q2 2023371070001683168-23-007222
10-Q2023-09-29fiscal Q1 202338780001683168-23-006823
10-K2023-08-10fiscal FY 202244880001683168-23-005497
10-Q2022-11-18fiscal Q3 2022431270001683168-22-007882
10-Q2022-08-19fiscal Q2 2022431210001683168-22-005928
10-Q2022-06-28fiscal Q1 202243880001683168-22-004638
10-K2022-04-06fiscal FY 202144880001683168-22-002413
10-Q2021-11-16fiscal Q3 2021401080001683168-21-005770
10-Q/A2021-09-10fiscal Q2 2021391030001683168-21-004216
10-Q2021-08-19fiscal Q1 202139780001683168-21-003785
10-K2021-06-25fiscal FY 202041820001683168-21-002718
10-Q2020-11-09fiscal Q3 2020391060001683168-20-003778
10-Q2020-09-03fiscal Q2 202037990001683168-20-003007
10-Q2020-07-31fiscal Q1 202036730001683168-20-002438
10-K2020-06-29fiscal FY 201938760001683168-20-002129
10-Q2019-11-20fiscal Q3 2019371050001683168-19-003764
10-Q2019-08-13fiscal Q2 201935950001683168-19-002564
10-Q2019-05-14fiscal Q1 201934690001683168-19-001507
10-K/A2019-04-11fiscal FY 201835710001683168-19-000995
10-K2019-04-05fiscal FY 201835710001683168-19-000966
10-Q2018-11-14fiscal Q3 201832820001683168-18-003402
10-Q2018-08-14fiscal Q2 201832820001683168-18-002293
10-Q2018-05-11fiscal Q1 201831620001683168-18-001266
10-K2018-04-02fiscal FY 201735710001683168-18-000850
10-Q2017-11-14fiscal Q3 201730800001683168-17-002960

Inspect the source

Entity
WYTEC INTERNATIONAL, INC. / CIK 0001560143
Captured
2026-09-20T09:19:38.801Z
SEC response SHA-256
255c12983bbee29ae9707c4944df1d919a508770edb5972ba427df75db8e464b

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