Skip to content

CAVIUM, INC.: filings

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

Filing record ends 2018-05-02

The latest filing in this captured record is a 10-Q filed 2018-05-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. CAVIUM, 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-Q2018-05-02fiscal Q1 201847960001564590-18-010304
10-K2018-03-01fiscal FY 2017501320001564590-18-004100
10-Q2017-11-07fiscal Q3 2017471380001564590-17-022224
10-Q2017-08-04fiscal Q2 2017471380001564590-17-015684
10-Q2017-05-01fiscal Q1 201747960001564590-17-007965
10-K2017-02-28fiscal FY 2016511330001564590-17-002880
10-Q2016-11-07fiscal Q3 2016471340001564590-16-027973
10-Q2016-08-08fiscal Q2 2016431260001564590-16-023274
10-Q2016-04-29fiscal Q1 201643880001564590-16-017187
10-K2016-02-22fiscal FY 2015482550001564590-16-013000
10-Q2015-10-30fiscal Q3 2015431260001564590-15-008999
10-Q2015-08-03fiscal Q2 2015441280001564590-15-005959
10-Q2015-05-04fiscal Q1 201545920001564590-15-003233
10-K2015-03-02fiscal FY 2014502510001564590-15-001206
10-Q2014-10-31fiscal Q3 2014471320001564590-14-004793
10-Q2014-08-01fiscal Q2 2014471320001564590-14-003066
10-Q2014-05-02fiscal Q1 2014501020001564590-14-001748
10-K2014-02-24fiscal FY 2013542640001564590-14-000327
10-Q2013-11-04fiscal Q3 2013511400001564590-13-000915
10-Q2013-08-05fiscal Q2 2013521420001564590-13-000194
10-Q2013-05-06fiscal Q1 2013521060001193125-13-201605
10-K2013-02-28fiscal FY 2012542620001193125-13-084780
10-Q2012-11-07fiscal Q3 2012491340001193125-12-457569
10-Q2012-08-03fiscal Q2 2012491340001193125-12-334429
10-Q2012-05-07fiscal Q1 201249990001193125-12-215056
10-K2012-02-27fiscal FY 2011511350001193125-12-081675
10-Q2011-11-04fiscal Q3 2011481310001193125-11-297654
10-Q2011-08-05fiscal Q2 2011491350001193125-11-212381
10-Q2011-05-06fiscal Q1 201144900001193125-11-130994
10-K2011-02-28fiscal FY 2010441180001193125-11-050208
10-Q2010-10-29fiscal Q3 2010431180001193125-10-241275
10-Q2010-07-30fiscal Q2 2010431180001193125-10-172405

Inspect the source

Entity
CAVIUM, INC. / CIK 0001175609
Captured
SEC response SHA-256
6be516222a5f1d9ff02869955b5c7d76f704287eda6fa33b60a5f2032f107116

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