Skip to content

STMicroelectronics N.V.: filings

Every STMicroelectronics N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 17 filings, each linked to its SEC index.

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
20-F2026-02-26fiscal FY 2025531340000932787-26-000009
20-F2025-02-27fiscal FY 2024521350000932787-25-000006
20-F2024-02-22fiscal FY 2023521350001628280-24-006353
20-F2023-02-23fiscal FY 2022521340001564590-23-002312
20-F2022-02-24fiscal FY 2021521350001564590-22-006712
20-F2021-02-24fiscal FY 2020521350001564590-21-008102
20-F2020-02-26fiscal FY 2019511310001564590-20-006795
20-F2019-02-28fiscal FY 2018481270001193125-19-057507
20-F2018-03-01fiscal FY 2017431130001193125-18-067609
20-F2017-03-03fiscal FY 2016441130001193125-17-069977
20-F2016-03-16fiscal FY 2015431090001193125-16-506926
20-F2015-03-03fiscal FY 2014471210001193125-15-074967
20-F2014-03-05fiscal FY 2013451200001193125-14-084249
20-F2013-03-04fiscal FY 2012451180001193125-13-089565
20-F2012-03-05fiscal FY 2011431140001193125-12-096664
20-F2011-03-07fiscal FY 2010431130000950123-11-022652
20-F/A2010-03-30fiscal FY 200934860000950123-10-029809

Inspect the source

Entity
STMicroelectronics N.V. / CIK 0000932787
Captured
2026-09-20T05:09:29.941Z
SEC response SHA-256
e57b860523ae0e4e5dd3a04453e8d8e08f3374ddeb332b7045af2e40cb172b73

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