Skip to content

XILINX, INC.: filings

Every XILINX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2022-01-27

The latest filing in this captured record is a 10-Q filed 2022-01-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. XILINX, INC. 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-Q2022-01-27fiscal Q3 2022561520000743988-22-000008
10-Q2021-10-28fiscal Q2 2022561520000743988-21-000045
10-Q2021-07-30fiscal Q1 2022541090000743988-21-000037
10-K2021-05-14fiscal FY 2021541970000743988-21-000016
10-Q2021-01-28fiscal Q3 2021531410000743988-21-000011
10-Q2020-10-22fiscal Q2 2021531410000743988-20-000051
10-Q2020-07-31fiscal Q1 2021531060000743988-20-000040
10-K2020-05-08fiscal FY 2019541970000743988-20-000020
10-Q2020-01-28fiscal Q3 2020521390000743988-20-000009
10-Q2019-10-25fiscal Q2 2020521390000743988-19-000038
10-Q2019-07-26fiscal Q1 2019511020000743988-19-000027
10-K2019-05-10fiscal FY 2018501910000743988-19-000012
10-Q2019-01-25fiscal Q3 2019481300000743988-19-000004
10-Q2018-10-25fiscal Q2 2019471260000743988-18-000044
10-Q2018-07-27fiscal Q1 201847960000743988-18-000038
10-K2018-05-15fiscal FY 2017501800000743988-18-000022
10-Q2018-01-26fiscal Q3 2017451220000743988-18-000013
10-Q2017-10-26fiscal Q2 2017451220000743988-17-000080
10-Q2017-07-28fiscal Q1 201747960000743988-17-000061
10-K2017-05-15fiscal FY 2016491780000743988-17-000046
10-Q2017-01-26fiscal Q3 2016461240000743988-17-000011
10-Q2016-10-27fiscal Q2 2016461240000743988-16-000086
10-Q2016-07-28fiscal Q1 201646940000743988-16-000073
10-K2016-05-17fiscal FY 2015491780000743988-16-000063
10-Q2016-01-29fiscal Q3 2015461240000743988-16-000050
10-Q2015-10-28fiscal Q2 2015461240000743988-15-000043
10-Q2015-07-31fiscal Q1 201546940000743988-15-000034
10-K2015-05-13fiscal FY 2015481750000743988-15-000022
10-Q2015-01-30fiscal Q3 2014461240000743988-15-000012
10-Q2014-10-27fiscal Q2 2014461240000743988-14-000050
10-Q2014-07-28fiscal Q1 201446940000743988-14-000042
10-K2014-05-16fiscal FY 2013491760000743988-14-000026
10-Q2014-01-30fiscal Q3 2013461240000743988-14-000007
10-Q2013-10-28fiscal Q2 2013461240000743988-13-000043
10-Q2013-07-31fiscal Q1 201346940000743988-13-000034
10-K2013-05-23fiscal FY 2012471720000743988-13-000018
10-Q2013-02-01fiscal Q3 2012451220000743988-13-000005
10-Q2012-11-02fiscal Q2 2012451220000743988-12-000011
10-Q2012-08-03fiscal Q1 201245920001445305-12-002460
10-K2012-05-25fiscal FY 2011491780001193125-12-249215
10-Q2012-02-07fiscal Q3 2011451220001193125-12-043685
10-Q2011-11-08fiscal Q2 2011451220000950123-11-096537
10-Q2011-08-09fiscal Q1 201145920001193125-11-216385
10-K2011-05-31fiscal FY 2010441180000950123-11-055454
10-Q2011-02-08fiscal Q3 2010401050000950123-11-009942
10-Q2010-11-08fiscal Q2 2010401040000950123-10-102488
10-Q2010-08-09fiscal Q1 201040800000950123-10-075187

Inspect the source

Entity
XILINX, INC. / CIK 0000743988
Captured
SEC response SHA-256
62fcb59614af1313d1deab35ff28784316791521a38d6816c8f9000ea3a355a0

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