Skip to content

AMERITYRE CORPORATION: filings

Every AMERITYRE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-09-19

The latest filing in this captured record is a 10-K filed 2022-09-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMERITYRE CORPORATION 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-K2022-09-19fiscal FY 202242850001185185-22-001115
10-Q2022-05-13fiscal Q3 2022371080001185185-22-000610
10-Q2022-02-11fiscal Q2 2022351000001185185-22-000166
10-Q2021-11-15fiscal Q1 202235780001185185-21-001660
10-K2021-09-17fiscal FY 202141820001185185-21-001320
10-Q2021-05-14fiscal Q3 202136980001185185-21-000651
10-Q2021-02-12fiscal Q2 202136980001185185-21-000194
10-Q2020-11-12fiscal Q1 202137760001185185-20-001542
10-K2020-09-11fiscal FY 202040810001185185-20-001310
10-Q2020-05-15fiscal Q3 2020371020001185185-20-000655
10-Q2020-02-14fiscal Q2 2020361000001185185-20-000185
10-Q2019-11-08fiscal Q1 202037760001185185-19-001538
10-K2019-09-13fiscal FY 201940810001185185-19-001258
10-Q2019-05-13fiscal Q3 2019371000001185185-19-000692
10-Q2019-02-08fiscal Q2 201936980001185185-19-000184
10-Q2018-11-09fiscal Q1 201935720001185185-18-001956
10-K2018-09-14fiscal FY 201840800001185185-18-001690
10-Q2018-05-11fiscal Q3 201836970001185185-18-000847
10-Q2018-02-14fiscal Q2 201835930001185185-18-000223
10-Q2017-11-09fiscal Q1 201835710001185185-17-002277
10-K2017-09-18fiscal FY 201739780001185185-17-002015
10-Q2017-05-10fiscal Q3 201735930001185185-17-001071
10-Q2017-02-09fiscal Q2 201735930001185185-17-000224
10-Q2016-11-04fiscal Q1 201735710001185185-16-005644
10-K2016-09-23fiscal FY 201639780001185185-16-005484
10-Q2016-05-10fiscal Q3 2016381060001185185-16-004463
10-Q2016-02-10fiscal Q2 201634900001185185-16-003641
10-Q2015-11-09fiscal Q1 201634700001185185-15-002815
10-K2015-08-31fiscal FY 201539790001185185-15-002327
10-Q2015-05-11fiscal Q3 201536960001185185-15-001163
10-Q2015-02-13fiscal Q2 201535920001185185-15-000297
10-Q2014-11-07fiscal Q1 201534700001185185-14-002956
10-K2014-09-29fiscal FY 201439790001185185-14-002590
10-Q2014-05-07fiscal Q3 201433860001185185-14-001166
10-Q2014-02-11fiscal Q2 201433860001185185-14-000297
10-Q2013-11-12fiscal Q1 201433680001185185-13-002383
10-K2013-09-27fiscal FY 201338770001185185-13-002107
10-Q2013-05-15fiscal Q3 201336980001185185-13-001142
10-Q2013-02-14fiscal Q2 201337930001185185-13-000322
10-Q2012-11-14fiscal Q1 201336710001185185-12-002520
10-K/A2012-10-19fiscal FY 201236720001185185-12-002273
10-Q2012-05-21fiscal Q3 201235960001185185-12-001184
10-Q2012-02-22fiscal Q2 201235940001185185-12-000272
10-Q/A2011-12-14fiscal Q1 201235710001185185-11-002205

Inspect the source

Entity
AMERITYRE CORPORATION / CIK 0000945828
Captured
SEC response SHA-256
cab12f771a2169293f7d79c83063ba1bf8df4971ca50d395618513dcc63fc01c

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