Skip to content

MARVELL TECHNOLOGY GROUP LTD: filings

Every MARVELL TECHNOLOGY GROUP LTD 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 2021-03-16

The latest filing in this captured record is a 10-K filed 2021-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. MARVELL TECHNOLOGY GROUP 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-K2021-03-16fiscal FY 2021571450001058057-21-000009
10-Q2020-12-04fiscal Q3 2021491390001058057-20-000061
10-Q2020-08-28fiscal Q2 2021511400001058057-20-000046
10-Q2020-05-29fiscal Q1 2021511060001058057-20-000030
10-K2020-03-23fiscal FY 2020571450001058057-20-000014
10-Q2019-12-04fiscal Q3 2020531480001058057-19-000032
10-Q2019-09-04fiscal Q2 2020521420001058057-19-000024
10-Q2019-06-06fiscal Q1 2020521060001058057-19-000018
10-K2019-03-28fiscal FY 2019541390001058057-19-000010
10-Q2018-12-10fiscal Q3 2019501300001058057-18-000028
10-Q2018-09-12fiscal Q2 2019501300001058057-18-000020
10-Q2018-06-05fiscal Q1 201947950001058057-18-000015
10-K2018-03-29fiscal FY 2018461210001058057-18-000009
10-Q2017-12-04fiscal Q3 2018451260001058057-17-000018
10-Q2017-08-31fiscal Q2 2018451260001058057-17-000009
10-Q2017-06-05fiscal Q1 201845910001628280-17-006219
10-K2017-03-28fiscal FY 2017491280001628280-17-002968
10-Q2016-12-06fiscal Q3 2017441250001193125-16-786373
10-Q2016-09-08fiscal Q2 2017441250001193125-16-705222
10-Q2016-08-10fiscal Q1 201744880001193125-16-678135
10-K2016-07-21fiscal FY 2016491660001193125-16-653778
10-Q2016-07-21fiscal Q3 2015431260001193125-16-653770
10-Q2016-07-21fiscal Q2 2015431250001193125-16-653754
10-Q2015-06-04fiscal Q1 201541840001193125-15-213442
10-K2015-03-26fiscal FY 2015481640001193125-15-107187
10-Q2014-12-04fiscal Q3 2015411160001193125-14-433564
10-Q2014-09-04fiscal Q2 2015411150001193125-14-332176
10-Q2014-06-05fiscal Q1 201543890001193125-14-227243
10-K2014-03-27fiscal FY 2013491680001193125-14-118715
10-Q2013-12-06fiscal Q3 2013431200001193125-13-465288
10-Q2013-09-05fiscal Q2 2013431200001193125-13-358404
10-Q2013-06-06fiscal Q1 201343900001193125-13-250176
10-K2013-03-29fiscal FY 2012481650001193125-13-134707
10-Q2012-11-29fiscal Q3 2012441180001193125-12-485900
10-Q2012-09-04fiscal Q2 2012441180001193125-12-378894
10-Q2012-06-01fiscal Q1 201244900001193125-12-257291
10-K2012-03-27fiscal FY 2011481640001193125-12-134488
10-Q2011-12-02fiscal Q3 2011431160001193125-11-327713
10-Q2011-09-06fiscal Q2 2011441180001193125-11-241217
10-Q2011-06-08fiscal Q1 201144890001193125-11-161240
10-K2011-03-28fiscal FY 2010491650001193125-11-078410
10-Q2010-11-23fiscal Q3 2010411090001193125-10-267436
10-Q2010-09-03fiscal Q2 2010401080001193125-10-204896
10-Q2010-06-08fiscal Q1 201040820001193125-10-134950
10-K2010-03-31fiscal FY 2009441170001193125-10-073247
10-Q2009-12-09fiscal Q3 2009401080001193125-09-249894
10-Q2009-09-10fiscal Q2 2009401080001193125-09-190034

Inspect the source

Entity
MARVELL TECHNOLOGY GROUP LTD / CIK 0001058057
Captured
SEC response SHA-256
97c770be524b649aac8eabd6920da15ce9c5b53e9d8557305c83c1548c090a8e

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