Skip to content

Mellanox Technologies, Ltd.: filings

Every Mellanox Technologies, Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-02-20

The latest filing in this captured record is a 10-K filed 2020-02-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. Mellanox Technologies, Ltd. 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-20fiscal FY 2019561460001356104-20-000008
10-Q2019-11-07fiscal Q3 2019521520001356104-19-000039
10-Q2019-08-01fiscal Q2 2019521480001356104-19-000031
10-Q2019-05-09fiscal Q1 2019521080001356104-19-000016
10-K2019-02-21fiscal FY 2018521400001356104-19-000009
10-Q2018-11-02fiscal Q3 2018501410001356104-18-000040
10-Q2018-08-03fiscal Q2 2018501410001356104-18-000034
10-Q2018-05-04fiscal Q1 2018511040001356104-18-000016
10-K2018-02-16fiscal FY 2017491270001356104-18-000010
10-Q2017-11-03fiscal Q3 2017481310001356104-17-000038
10-Q2017-08-04fiscal Q2 2017461280001356104-17-000031
10-Q2017-05-05fiscal Q1 201746940001356104-17-000021
10-K2017-02-17fiscal FY 2016481240001356104-17-000007
10-Q2016-11-04fiscal Q3 2016461280001356104-16-000055
10-Q2016-07-29fiscal Q2 2016451260001628280-16-017951
10-Q2016-04-29fiscal Q1 201645920001356104-16-000027
10-K2016-02-26fiscal FY 2015461200001356104-16-000011
10-Q2015-10-30fiscal Q3 2015421150001104659-15-074524
10-Q2015-07-31fiscal Q2 2015421180001104659-15-055244
10-Q2015-05-01fiscal Q1 201542880001104659-15-032855
10-K2015-03-02fiscal FY 2014461210001047469-15-001439
10-K/A2015-01-29fiscal FY 2013471220001104659-15-005134
10-Q2014-11-12fiscal Q3 2014431190001104659-14-079697
10-Q2014-08-11fiscal Q2 2014411160001104659-14-059387
10-Q2014-05-02fiscal Q1 201441860001104659-14-034129
10-K2014-02-28fiscal FY 2013471220001047469-14-001582
10-Q2013-11-01fiscal Q3 2013421180001104659-13-080073
10-Q2013-08-02fiscal Q2 2013421180001104659-13-059440
10-Q2013-05-03fiscal Q1 201342880001104659-13-037146
10-K2013-02-25fiscal FY 2012461190001047469-13-001628
10-Q2012-11-02fiscal Q3 2012431170001104659-12-073702
10-Q2012-08-03fiscal Q2 2012411120001104659-12-054182
10-Q2012-05-04fiscal Q1 201241840001104659-12-033209
10-K2012-02-28fiscal FY 2011451150001047469-12-001634
10-Q2011-11-04fiscal Q3 2011371000001104659-11-061174
10-Q2011-08-04fiscal Q2 2011391050001104659-11-043701

Inspect the source

Entity
Mellanox Technologies, Ltd. / CIK 0001356104
Captured
SEC response SHA-256
c56082ac991e324237f503123fcfff65232163503b3fc59ac0137ab5fe10ddef

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