Skip to content

NXP Semiconductors N.V.: filings

Every NXP Semiconductors N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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
10-Q2026-04-28fiscal Q1 2026481000001413447-26-000034
10-K2026-02-19fiscal FY 2025561490001413447-26-000008
10-Q2025-10-28fiscal Q3 2025481460001413447-25-000120
10-Q2025-07-24fiscal Q2 2025481420001413447-25-000106
10-Q2025-04-29fiscal Q1 2025481000001413447-25-000031
10-K2025-02-20fiscal FY 2024561490001413447-25-000019
10-Q2024-11-05fiscal Q3 2024491480001413447-24-000089
10-Q2024-07-23fiscal Q2 2024491440001413447-24-000072
10-Q2024-04-30fiscal Q1 2024491020001413447-24-000038
10-K2024-02-22fiscal FY 2023561490001413447-24-000013
10-Q2023-11-07fiscal Q3 2023491490001413447-23-000107
10-Q2023-07-25fiscal Q2 2023491450001413447-23-000059
10-Q2023-05-02fiscal Q1 2023491020001413447-23-000020
10-K2023-03-01fiscal FY 2022561490001413447-23-000006
10-Q2022-11-01fiscal Q3 2022491480001413447-22-000067
10-Q2022-07-26fiscal Q2 2022491440001413447-22-000049
10-Q2022-05-03fiscal Q1 2022491020001413447-22-000014
10-K2022-02-24fiscal FY 2021551470001413447-22-000008
10-Q2021-11-02fiscal Q3 2021491480001413447-21-000094
10-Q2021-08-03fiscal Q2 2021491440001413447-21-000062
10-Q2021-04-27fiscal Q1 2021491020001413447-21-000032
10-K2021-02-25fiscal FY 2020561480001413447-21-000011
10-Q2020-10-27fiscal Q2 2020511520001413447-20-000084
10-Q2020-07-28fiscal Q2 2020511480001413447-20-000056
10-Q2020-04-28fiscal Q1 2020511060001413447-20-000026
10-K2020-02-27fiscal FY 2019561460001413447-20-000009
10-Q2019-10-29fiscal Q3 2019521540001413447-19-000035
20-F2019-03-01fiscal FY 2018501350001564590-19-005657
20-F2018-04-11fiscal FY 2017461240001193125-18-114230
20-F2017-03-03fiscal FY 2016461240001193125-17-068664
20-F2016-02-26fiscal FY 2015431170001193125-16-481954
20-F2015-03-06fiscal FY 2014421140001193125-15-080293
20-F2014-02-28fiscal FY 2013421140001193125-14-075232
20-F/A2013-03-27fiscal FY 2012401060001193125-13-128344
20-F/A2012-04-12fiscal FY 201135850001193125-12-160092

Inspect the source

Entity
NXP Semiconductors N.V. / CIK 0001413447
Captured
2026-09-19T11:18:06.072Z
SEC response SHA-256
a069c3704f51d391209f1bf8c496dabfc6f8c86ac587da6b50cf255b79feedfc

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