Skip to content

ACETO CORP: filings

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

Filing record ends 2019-02-20

The latest filing in this captured record is a 10-Q filed 2019-02-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. ACETO 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-Q2019-02-20fiscal Q2 2019451240001144204-19-008980
10-Q2018-11-09fiscal Q1 201945920001144204-18-058572
10-Q/A2018-10-12fiscal Q3 2018421150001144204-18-053676
10-K2018-09-28fiscal FY 2018521700001144204-18-051414
10-Q2018-05-07fiscal Q3 2018411140001144204-18-025570
10-Q2018-02-02fiscal Q2 2018411140001144204-18-005329
10-K/A2017-11-09fiscal FY 2017481490001144204-17-057835
10-Q2017-11-03fiscal Q1 201841840001144204-17-056166
10-K2017-08-25fiscal FY 2017481490001144204-17-045100
10-Q2017-05-05fiscal Q3 2017411140001571049-17-004520
10-Q2017-02-03fiscal Q2 2017411140001571049-17-000995
10-Q2016-11-03fiscal Q1 201741840001571049-16-019383
10-K2016-08-26fiscal FY 2016481490001571049-16-017785
10-Q2016-05-06fiscal Q3 2016411140001571049-16-014929
10-Q2016-02-05fiscal Q2 2016401100001571049-16-011512
10-Q2015-11-06fiscal Q1 201640820001571049-15-008908
10-K2015-09-11fiscal FY 2015481490001571049-15-007509
10-Q2015-05-08fiscal Q3 2015401100001571049-15-003828
10-Q2015-02-06fiscal Q2 2015401100001571049-15-000848
10-Q2014-11-07fiscal Q1 201540820001571049-14-005964
10-K2014-09-05fiscal FY 2014481490001571049-14-004448
10-Q2014-05-09fiscal Q3 2014431160001571049-14-001637
10-Q2014-02-07fiscal Q2 2014431160001188112-14-000272
10-Q2013-11-08fiscal Q1 201443880001188112-13-003278
10-K2013-08-29fiscal FY 2013501540001188112-13-002611
10-Q2013-05-10fiscal Q3 2013421120001188112-13-001458
10-Q2013-02-08fiscal Q2 2013421120001188112-13-000306
10-Q2012-11-09fiscal Q1 201342860001188112-12-003320
10-K2012-09-07fiscal FY 2012501540001188112-12-002832
10-Q2012-05-04fiscal Q3 2012401060001188112-12-001385
10-Q2012-02-09fiscal Q2 2012401060001188112-12-000328
10-Q2011-11-04fiscal Q1 201240820001188112-11-003086

Inspect the source

Entity
ACETO CORP / CIK 0000002034
Captured
SEC response SHA-256
e0c956449db2c16349c75dba7d859da897457ef0118a26e3dafef549eef1d4f4

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