Skip to content

APPLIED GENETIC TECHNOLOGIES CORP: filings

Every APPLIED GENETIC TECHNOLOGIES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2022-11-21

The latest filing in this captured record is a 10-Q filed 2022-11-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. APPLIED GENETIC TECHNOLOGIES CORP 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-Q2022-11-21fiscal Q1 202337760001193125-22-289919
10-K2022-09-27fiscal FY 2022461250001193125-22-252231
10-Q2022-05-16fiscal Q3 2022371100001193125-22-151743
10-Q2022-02-14fiscal Q2 2022371050001193125-22-039861
10-Q2021-11-09fiscal Q1 202237750001193125-21-324532
10-K2021-09-23fiscal FY 2021471260001193125-21-280686
10-Q2021-05-17fiscal Q3 2021381090001193125-21-163794
10-Q2021-02-11fiscal Q2 2021361020001193125-21-038473
10-Q2020-11-16fiscal Q1 202136740001193125-20-294760
10-K2020-09-18fiscal FY 2020461230001193125-20-249103
10-Q2020-05-13fiscal Q3 2020391070001193125-20-141610
10-Q2020-02-05fiscal Q2 202036980001193125-20-025374
10-Q2019-11-12fiscal Q1 202036700001193125-19-290072
10-K2019-09-26fiscal FY 2019401200001193125-19-255968
10-Q2019-05-07fiscal Q3 2019361020001193125-19-139735
10-Q2019-02-07fiscal Q2 201935980001193125-19-030848
10-Q2018-11-09fiscal Q1 201934680001193125-18-323809
10-K2018-09-11fiscal FY 2018431500001564590-18-022913
10-Q2018-05-08fiscal Q3 201830830001564590-18-011905
10-Q2018-02-09fiscal Q2 201830850001193125-18-037986
10-Q2017-11-07fiscal Q1 201828580001564590-17-022323
10-K2017-09-13fiscal FY 2017401420001564590-17-018636
10-K/A2017-09-08fiscal FY 2016311040001193125-17-280588
10-Q2017-05-10fiscal Q3 201727730001564590-17-010227
10-Q2017-02-08fiscal Q2 201730850001564590-17-001174
10-Q2016-11-08fiscal Q1 201727540001564590-16-028311
10-K2016-09-12fiscal FY 2016311040001564590-16-025119
10-Q2016-05-09fiscal Q3 201627740001564590-16-018612
10-Q2016-02-08fiscal Q2 201626720001564590-16-012450
10-Q2015-11-05fiscal Q1 201624490001564590-15-009647
10-K2015-09-10fiscal FY 2015331050001564590-15-007858
10-Q2015-05-11fiscal Q3 201526680001564590-15-003920
10-Q2015-02-11fiscal Q2 201525660001564590-15-000600
10-Q2014-11-12fiscal Q1 201525510001193125-14-409293
10-K2014-09-26fiscal FY 2014341070001193125-14-354838
10-Q2014-05-14fiscal Q3 201426680001193125-14-199145

Inspect the source

Entity
APPLIED GENETIC TECHNOLOGIES CORP / CIK 0001273636
Captured
SEC response SHA-256
1944b31543a62398077dbebe75ec0c0793539113ae6e5b5c5067c578107dfd82

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