Skip to content

INPHI CORPORATION: filings

Every INPHI CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-02-25

The latest filing in this captured record is a 10-K filed 2021-02-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. INPHI CORPORATION 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-02-25fiscal FY 2020571860001437749-21-004113
10-Q2020-11-05fiscal Q3 2020531520001437749-20-022788
10-Q2020-08-07fiscal Q2 2020531480001437749-20-017155
10-Q2020-05-08fiscal Q1 2020541120001437749-20-010107
10-K2020-03-02fiscal FY 2019561850001437749-20-004130
10-Q2019-11-04fiscal Q3 2019541530001437749-19-021429
10-Q2019-08-05fiscal Q2 2019541490001437749-19-015468
10-Q2019-05-06fiscal Q1 2019541090001437749-19-008841
10-K2019-02-28fiscal FY 2018531760001437749-19-003645
10-Q2018-11-07fiscal Q3 2018491320001437749-18-019854
10-Q2018-08-07fiscal Q2 2018491320001437749-18-014745
10-Q2018-05-09fiscal Q1 201848980001437749-18-009237
10-K2018-02-28fiscal FY 2017521760001437749-18-003532
10-Q2017-11-07fiscal Q3 2017491360001437749-17-018547
10-Q2017-08-08fiscal Q2 2017491360001437749-17-014094
10-Q2017-05-08fiscal Q1 2017491000001437749-17-008287
10-K2017-03-01fiscal FY 2016521740001437749-17-003530
10-Q2016-11-07fiscal Q3 2016491360001437749-16-041285
10-Q2016-08-09fiscal Q2 2016461270001437749-16-036879
10-Q2016-05-04fiscal Q1 201646930001437749-16-030791
10-K2016-02-29fiscal FY 2015491630001437749-16-026372
10-Q2015-11-05fiscal Q3 2015441210001437749-15-019831
10-Q2015-08-05fiscal Q2 2015441180001437749-15-014867
10-Q2015-05-06fiscal Q1 201544880001437749-15-009108
10-K2015-03-10fiscal FY 2014471590001437749-15-004659
10-Q2014-11-07fiscal Q3 2014401140001437749-14-020063
10-Q2014-08-05fiscal Q2 2014391120001193125-14-295586
10-Q2014-05-07fiscal Q1 201442860001193125-14-187230
10-K2014-03-05fiscal FY 2013451590001193125-14-084603
10-Q2013-11-07fiscal Q3 2013421180001193125-13-433087
10-Q2013-08-07fiscal Q2 2013421180001193125-13-323877
10-Q2013-05-08fiscal Q1 201342860001193125-13-206808
10-K2013-03-07fiscal FY 2012461620001193125-13-095992
10-Q2012-11-07fiscal Q3 2012421180001193125-12-457299
10-Q2012-08-08fiscal Q2 2012421180001193125-12-343678
10-Q2012-05-09fiscal Q1 201240820001193125-12-221626
10-K2012-03-15fiscal FY 2011421100001193125-12-117617
10-Q2011-11-04fiscal Q3 2011411100001193125-11-297325
10-Q2011-08-09fiscal Q2 2011421130001193125-11-216120

Inspect the source

Entity
INPHI CORPORATION / CIK 0001160958
Captured
SEC response SHA-256
1dbf8b99afe2e32546e93a2f5599759c3188b1294834a164205c1a6dcd114626

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