Skip to content

GigPeak, Inc.: filings

Every GigPeak, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2017-03-15

The latest filing in this captured record is a 10-K filed 2017-03-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. GigPeak, 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-K2017-03-15fiscal FY 2016511050001140361-17-012134
10-Q2016-11-02fiscal Q3 2016481340001140361-16-084544
10-Q2016-08-05fiscal Q2 2016481340001140361-16-074922
10-Q2016-05-06fiscal Q1 201644900001140361-16-063671
10-K2016-03-14fiscal FY 2015511040001140361-16-057556
10-Q2015-11-05fiscal Q3 2015461290001140361-15-039728
10-Q2015-08-06fiscal Q2 2015451270001140361-15-030080
10-Q2015-05-07fiscal Q1 201539790001140361-15-018087
10-K2015-03-17fiscal FY 201445910001140361-15-012276
10-Q2014-11-10fiscal Q3 2014421170001140361-14-040973
10-Q2014-08-12fiscal Q2 2014431150001140361-14-031930
10-Q2014-05-09fiscal Q1 201443870001140361-14-019931
10-K2014-03-18fiscal FY 201348970001140361-14-013317
10-Q2013-11-12fiscal Q3 2013481330001140361-13-041771
10-Q2013-08-13fiscal Q2 2013441170001140361-13-031856
10-Q2013-05-14fiscal Q1 201343870001140361-13-020652
10-K2013-03-25fiscal FY 201247950001140361-13-013899
10-Q2012-11-13fiscal Q3 2012441170001140361-12-046626
10-Q2012-08-15fiscal Q2 2012441180001140361-12-037201
10-Q2012-05-16fiscal Q1 201237760001140361-12-025752
10-K2012-03-27fiscal FY 201136740001140361-12-017661
10-Q/A2012-03-27fiscal Q3 201137960001140361-12-017649
10-Q/A2012-03-27fiscal Q2 201138980001140361-12-017638
10-Q2011-11-15fiscal Q3 201137960001140361-11-053538
10-Q2011-08-15fiscal Q2 201138980001140361-11-041691

Inspect the source

Entity
GigPeak, Inc. / CIK 0001432150
Captured
SEC response SHA-256
8ecd16a7da527c0c094573af3b011b3ca83a0985f52fad026c096b7d17ebf1f8

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