Skip to content

AVX Corp: filings

Every AVX 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 2020-02-05

The latest filing in this captured record is a 10-Q filed 2020-02-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. AVX 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-Q2020-02-05fiscal Q3 2020401060001437749-20-001770
10-Q2019-11-06fiscal Q2 2020401060001437749-19-021725
10-Q2019-08-06fiscal Q1 202040810001437749-19-015597
10-K2019-05-17fiscal FY 2019451490001437749-19-010375
10-Q2019-02-07fiscal Q3 201938990001437749-19-002037
10-Q2018-11-06fiscal Q2 201938990001437749-18-019665
10-Q2018-08-06fiscal Q1 201938770001437749-18-014565
10-K2018-05-18fiscal FY 2018471630001437749-18-010388
10-Q2018-02-08fiscal Q3 2018391010001437749-18-002021
10-Q2017-11-03fiscal Q2 201836950000859163-17-000074
10-Q2017-08-07fiscal Q1 201836730000859163-17-000063
10-K2017-05-19fiscal FY 2017451490000859163-17-000028
10-Q2017-02-09fiscal Q3 2017391020000859163-17-000013
10-Q2016-11-07fiscal Q2 2017391020000859163-16-000112
10-Q2016-08-04fiscal Q1 201739800000859163-16-000106
10-K2016-05-20fiscal FY 2016461520000859163-16-000079
10-Q2016-02-05fiscal Q3 2016391020000859163-16-000068
10-Q2015-11-04fiscal Q2 201638980000859163-15-000059
10-Q2015-08-05fiscal Q1 201638780000859163-15-000046
10-K2015-05-20fiscal FY 2015461520000859163-15-000024
10-Q2015-02-05fiscal Q3 2015401020000859163-15-000007
10-Q2014-11-06fiscal Q2 2015401020000859163-14-000088
10-Q2014-08-06fiscal Q1 201540820000859163-14-000077
10-K2014-07-01fiscal FY 2014461520000859163-14-000067
10-K2014-05-21fiscal FY 2013461520000859163-14-000035
10-Q2014-02-07fiscal Q3 2013401020000859163-14-000010
10-Q2013-11-07fiscal Q2 2013401020000859163-13-000068
10-Q2013-08-05fiscal Q1 201340820000859163-13-000047
10-K/A2013-05-23fiscal FY 2012461530000859163-13-000028
10-Q2013-02-07fiscal Q3 2012401020000859163-13-000009
10-Q2012-11-07fiscal Q2 2012401020000859163-12-000052
10-Q2012-08-09fiscal Q1 201240820000859163-12-000042
10-K2012-05-24fiscal FY 2011431110000859163-12-000024
10-Q2012-02-08fiscal Q3 2011401020000859163-12-000007
10-Q2011-11-08fiscal Q2 2011401020000859163-11-000052
10-Q2011-08-08fiscal Q1 201140820000859163-11-000039

Inspect the source

Entity
AVX Corp / CIK 0000859163
Captured
SEC response SHA-256
4ddb0889bf505c7e5966f3fc2dc8c09651f3acd2b477232b1fe35b10dd3af763

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