Skip to content

5V Inc.: filings

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

Filing record ends 2018-02-20

The latest filing in this captured record is a 10-Q filed 2018-02-20. No later filing is in the SEC companyfacts record captured on 2026-09-23. 5V 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-02-20fiscal Q1 201816330001213900-18-002114
10-K2018-01-16fiscal FY 201717350001213900-18-000546
10-Q2017-08-21fiscal Q3 201717440001213900-17-009002
10-Q2017-05-22fiscal Q2 201716420001213900-17-005674
10-K2017-03-15fiscal FY 201617350001213900-17-002395
10-Q2017-02-21fiscal Q1 201715400001213900-17-001603
10-K2017-01-27fiscal FY 201617350001213900-17-000733
10-Q2016-08-22fiscal Q3 201617420001213900-16-016323
10-Q2016-05-23fiscal Q2 201617430001213900-16-013730
10-Q2016-02-22fiscal Q1 201616330001213900-16-011149
10-K2016-01-13fiscal FY 201518380001213900-16-010112
10-Q2015-07-21fiscal Q3 201513300001213900-15-005297
10-Q2015-05-08fiscal Q2 201513300001213900-15-003393
10-Q2015-02-09fiscal Q1 201513250001213900-15-000801
10-K2015-01-05fiscal FY 201413210001213900-15-000009
10-Q2014-10-01fiscal Q3 201412220001213900-14-007056
10-Q2014-10-01fiscal Q2 201412230001213900-14-007054
10-Q2014-04-10fiscal Q1 201416290001213900-14-002292
10-K2014-01-27fiscal FY 20139220001213900-14-000465
10-Q2013-08-14fiscal Q3 201316470001213900-13-004332
10-Q2013-05-15fiscal Q2 201316470001213900-13-002593
10-Q2013-02-14fiscal Q1 201316330001213900-13-000713
10-K2013-01-15fiscal FY 201219420001213900-13-000195
10-Q2012-09-05fiscal Q3 201212320001213900-12-005080
10-Q2012-05-15fiscal Q2 201214470001213900-12-002684
10-Q2012-02-21fiscal Q1 201214410001213900-12-000823
10-K2012-01-13fiscal FY 201114360001213900-12-000164
10-Q/A2011-09-13fiscal Q3 201114430001213900-11-005056

Inspect the source

Entity
5V Inc. / CIK 0001504876
Captured
SEC response SHA-256
71c5c43587d4ffd55e3e1cfc43607f49ffd6d850caf09b02a96ab2408290e286

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