Skip to content

Cypress Semiconductor Corporation: filings

Every Cypress Semiconductor Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2020-02-21

The latest filing in this captured record is a 10-K filed 2020-02-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. Cypress Semiconductor Corporation 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-K2020-02-21fiscal FY 2019571390000791915-20-000006
10-Q2019-11-01fiscal Q3 2019531430000791915-19-000040
10-Q2019-08-02fiscal Q2 2019531430000791915-19-000028
10-Q2019-04-26fiscal Q1 2019521030000791915-19-000012
10-K2019-02-27fiscal FY 2018531380000791915-19-000006
10-Q2018-10-26fiscal Q3 2018491360000791915-18-000046
10-Q2018-07-27fiscal Q2 2018491360000791915-18-000032
10-Q2018-04-30fiscal Q1 201845900000791915-18-000016
10-K2018-02-26fiscal FY 2017511350000791915-18-000007
10-Q2017-10-30fiscal Q3 2017471260000791915-17-000068
10-Q2017-07-28fiscal Q2 2017471260000791915-17-000045
10-Q2017-05-02fiscal Q1 201747940000791915-17-000030
10-K2017-03-01fiscal FY 2016511350000791915-17-000007
10-Q2016-11-14fiscal Q3 2016451200000791915-16-000043
10-Q2016-08-09fiscal Q2 2016421140001564590-16-023654
10-Q2016-05-10fiscal Q1 201642830001564590-16-018997
10-K2016-03-02fiscal FY 2015491280001564590-16-013820
10-Q2015-11-05fiscal Q3 2015431180001564590-15-009744
10-Q2015-08-07fiscal Q2 2015441180000791915-15-000025
10-Q2015-05-08fiscal Q1 201543860000791915-15-000019
10-K2015-02-17fiscal FY 2014541410000791915-15-000009
10-Q2014-10-31fiscal Q3 2014431520000791915-14-000068
10-Q2014-08-06fiscal Q2 2014431520000791915-14-000057
10-Q2014-05-02fiscal Q1 2014431220000791915-14-000034
10-K2014-02-27fiscal FY 2013541400000791915-14-000010
10-Q2013-11-01fiscal Q3 2013431140000791915-13-000004
10-Q2013-08-02fiscal Q2 2013441170001193125-13-317380
10-Q2013-05-03fiscal Q1 201343850001193125-13-198955
10-K2013-02-28fiscal FY 2012521320001193125-13-083850
10-Q2012-11-02fiscal Q3 2012431120001193125-12-449307
10-Q2012-08-03fiscal Q2 2012431140001193125-12-334975
10-Q2012-05-09fiscal Q1 201243870001193125-12-222004
10-K2012-02-24fiscal FY 2011481600001193125-12-077351
10-Q2011-11-04fiscal Q3 2011431170001193125-11-297776
10-Q2011-08-08fiscal Q2 2011431170001193125-11-214193
10-Q2011-05-06fiscal Q1 201142850001193125-11-130671
10-K2011-02-25fiscal FY 2010451190001193125-11-047584
10-Q2010-11-09fiscal Q3 2010421110001193125-10-253780
10-Q2010-08-12fiscal Q2 2010421110001193125-10-187144

Inspect the source

Entity
Cypress Semiconductor Corporation / CIK 0000791915
Captured
SEC response SHA-256
1733f095cd7acc8126ea65d895e510f37260757a5b51b51422e30dd5e670ba28

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