Skip to content

KMG CHEMICALS INC: filings

Every KMG CHEMICALS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2018-10-01

The latest filing in this captured record is a 10-K filed 2018-10-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. KMG CHEMICALS INC 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-K2018-10-01fiscal FY 2018531970001564590-18-023790
10-Q2018-06-11fiscal Q3 2018501310001564590-18-015423
10-Q2018-03-09fiscal Q2 2018461240001564590-18-005145
10-Q2017-12-11fiscal Q1 201846940001564590-17-024812
10-K2017-10-16fiscal FY 2017461700001564590-17-019525
10-Q2017-06-09fiscal Q3 2017431170001564590-17-012400
10-Q2017-03-13fiscal Q2 2017431170001564590-17-004150
10-Q2016-12-12fiscal Q1 201743880001564590-16-030131
10-K2016-10-14fiscal FY 2016441640001564590-16-025811
10-Q2016-06-09fiscal Q3 2016441200001564590-16-020460
10-Q2016-03-11fiscal Q2 2016451220001564590-16-014578
10-Q2015-12-11fiscal Q1 201644900001564590-15-011457
10-K2015-11-27fiscal FY 2015461680001564590-15-011146
10-Q2015-06-09fiscal Q3 2015441200001564590-15-004963
10-Q2015-03-12fiscal Q2 2015441200001564590-15-001608
10-Q2014-12-10fiscal Q1 201544900001564590-14-006155
10-K2014-10-28fiscal FY 2014491770001193125-14-385305
10-Q2014-06-09fiscal Q3 2014471260001193125-14-230602
10-Q2014-03-12fiscal Q2 2014471250001193125-14-095818
10-Q2013-12-10fiscal Q1 201447960001193125-13-468635
10-K2013-10-30fiscal FY 2013481740001193125-13-418701
10-Q2013-06-10fiscal Q3 2013461260001193125-13-253465
10-Q2013-03-12fiscal Q2 2013461260001193125-13-103258
10-Q2012-12-10fiscal Q1 201347960001193125-12-496967
10-K/A2012-11-09fiscal FY 2012491680001193125-12-462631
10-Q2012-06-11fiscal Q3 2012421120001193125-12-266950
10-Q2012-03-12fiscal Q2 2012421120001193125-12-109913
10-Q2011-12-12fiscal Q1 201242860000950123-11-102722

Inspect the source

Entity
KMG CHEMICALS INC / CIK 0001028215
Captured
SEC response SHA-256
b2251b9fa84ce0f9a94d7013c66e7d646baf7e910f1375143bd6dad0c7d0c9f5

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