Skip to content

FERRO CORP: filings

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

Filing record ends 2022-03-01

The latest filing in this captured record is a 10-K filed 2022-03-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. FERRO 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-K2022-03-01fiscal FY 2021581490000035214-22-000009
10-Q2021-11-03fiscal Q3 2021401160000035214-21-000035
10-Q2021-08-04fiscal Q2 2021401150000035214-21-000020
10-Q2021-05-10fiscal Q1 202140830000035214-21-000009
10-K2021-03-01fiscal FY 2020561930000035214-21-000006
10-Q2020-11-04fiscal Q3 2020421240000035214-20-000026
10-Q2020-08-04fiscal Q2 2020421200000035214-20-000018
10-Q2020-05-11fiscal Q1 202042860000035214-20-000013
10-K2020-03-02fiscal FY 2019561910000035214-20-000009
10-Q2019-11-12fiscal Q3 2019421200000035214-19-000056
10-Q2019-07-30fiscal Q2 2019421160000035214-19-000048
10-Q2019-05-01fiscal Q1 201943860001562762-19-000115
10-K2019-02-27fiscal FY 2018531880000035214-19-000019
10-Q2018-11-08fiscal Q3 2018401090001562762-18-000332
10-Q2018-07-25fiscal Q2 2018391050001562762-18-000219
10-Q2018-05-01fiscal Q1 201838790001562762-18-000151
10-K2018-02-28fiscal FY 2017511740001562762-18-000046
10-Q2017-11-01fiscal Q3 201736980001562762-17-000166
10-Q2017-07-26fiscal Q2 201736990001562762-17-000097
10-Q2017-04-25fiscal Q1 201735720001562762-17-000048
10-K2017-03-01fiscal FY 2016491700001562762-17-000028
10-Q2016-11-02fiscal Q3 2016381030001562762-16-000440
10-Q2016-07-27fiscal Q2 2016391050001562762-16-000407
10-Q2016-04-26fiscal Q1 201639810001562762-16-000376
10-K2016-02-24fiscal FY 2015481660001562762-16-000341
10-Q2015-11-04fiscal Q3 2015391090001562762-15-000282
10-Q2015-07-29fiscal Q2 2015371050001562762-15-000208
10-Q2015-04-29fiscal Q1 201536770001562762-15-000116
10-K2015-02-25fiscal FY 2014461600001562762-15-000041
10-Q2014-10-27fiscal Q3 2014361000001562762-14-000282
10-Q2014-07-30fiscal Q2 201435990001193125-14-287005
10-Q2014-04-23fiscal Q1 201435740001193125-14-154833
10-K2014-02-24fiscal FY 2013471640001193125-14-065182
10-Q2013-10-23fiscal Q3 201334970001193125-13-408214
10-Q2013-07-31fiscal Q2 201334970001193125-13-312875
10-Q2013-04-24fiscal Q1 201335740001193125-13-170594
10-K2013-03-05fiscal FY 2012461630001193125-13-090626
10-Q2012-10-29fiscal Q3 2012371060001193125-12-439973
10-Q2012-07-25fiscal Q2 2012371060001193125-12-314625
10-Q2012-04-25fiscal Q1 201237780001193125-12-182182
10-K2012-02-29fiscal FY 2011461570001193125-12-086029
10-Q2011-10-26fiscal Q3 201131860000950123-11-092064
10-Q2011-08-01fiscal Q2 201131860000950123-11-071068

Inspect the source

Entity
FERRO CORP / CIK 0000035214
Captured
SEC response SHA-256
75e7667ed58597fc73de162a0bdacd13e82f38bda2f9f8a0ac87dba14a4da3f5

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