Skip to content

AKOUSTIS TECHNOLOGIES, INC.: filings

Every AKOUSTIS TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2024-11-14fiscal Q1 202545930001213900-24-097800
10-K2024-10-08fiscal FY 2024541050001213900-24-085984
10-Q2024-05-13fiscal Q3 2024481340001213900-24-041897
10-Q2024-02-13fiscal Q2 2024471320001213900-24-012863
10-Q2023-11-13fiscal Q1 202447960001213900-23-085499
10-K2023-09-06fiscal FY 2023541060001213900-23-074139
10-Q2023-05-08fiscal Q3 2023501410001213900-23-037052
10-Q2023-02-07fiscal Q2 2023471310001213900-23-008709
10-Q2022-11-14fiscal Q1 202344900001213900-22-071579
10-K2022-09-12fiscal FY 202250930001213900-22-055194
10-Q2022-05-02fiscal Q3 2022481220001213900-22-022900
10-Q2022-01-31fiscal Q2 2022451100001213900-22-004333
10-Q2021-11-01fiscal Q1 202239800001213900-21-055621
10-K2021-08-30fiscal FY 202140800001213900-21-045465
10-Q2021-05-03fiscal Q3 2021391060001213900-21-024064
10-Q2021-02-01fiscal Q2 2021401090001213900-21-005552
10-Q2020-10-30fiscal Q1 202140820001213900-20-034252
10-K2020-08-21fiscal FY 202038770001213900-20-023254
10-Q2020-05-01fiscal Q3 2020401130001213900-20-010748
10-Q2020-01-31fiscal Q2 2020391040001213900-20-002260
10-Q2019-11-07fiscal Q1 202036720001213900-19-022392
10-K2019-09-13fiscal FY 201935710001213900-19-017977
10-Q2019-05-10fiscal Q3 2019341030001615774-19-007476
10-Q2019-02-04fiscal Q2 201935930001615774-19-001820
10-Q2018-11-05fiscal Q1 201933670001615774-18-012025
10-K2018-08-29fiscal FY 201836690001615774-18-008796
10-Q2018-05-15fiscal Q3 201836890001615774-18-003750
10-Q2018-02-14fiscal Q2 201837940001615774-18-001205
10-Q2017-11-14fiscal Q1 201835640001615774-17-006718
10-K2017-09-26fiscal FY 201727560001615774-17-005358
10-Q2017-05-15fiscal Q3 201727720001615774-17-002434
10-Q2017-02-14fiscal Q2 201729730001615774-17-000605
10-Q2016-11-14fiscal Q1 201725520001615774-16-008261
10-K2016-06-29fiscal FY 201527530001615774-16-006132
10-Q2016-02-16fiscal Q3 201526650001615774-16-004201
10-Q2015-11-12fiscal Q2 201630730001615774-15-003233
10-Q2015-08-14fiscal Q1 201632680001615774-15-002261
10-Q2015-06-22fiscal Q3 201514400001615774-15-001568
10-Q2015-03-02fiscal Q2 201517460001584754-15-000002
10-Q2014-12-09fiscal Q1 201517340001584754-14-000017
10-K2014-10-28fiscal FY 201417350001584754-14-000015
10-Q2014-06-09fiscal Q3 201416450001584754-14-000013

Inspect the source

Entity
AKOUSTIS TECHNOLOGIES, INC. / CIK 0001584754
Captured
2026-09-21T17:20:57.324Z
SEC response SHA-256
ab49f9b2832a56e10ca9451c79bf3c2097166048af2fae9335e64d406f0be6e9

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