Skip to content

FONU2 Inc.: filings

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

Filing record ends 2016-03-31

The latest filing in this captured record is a 10-K filed 2016-03-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. FONU2 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-K2016-03-31fiscal FY 201532590001213900-16-012162
10-Q2015-08-10fiscal Q3 201526660001213900-15-005842
10-Q2015-07-01fiscal Q1 201525480001213900-15-004888
10-Q2015-06-04fiscal Q2 201524630001213900-15-004289
10-K2015-05-13fiscal FY 201419370001014897-15-000167
10-Q2015-02-19fiscal Q1 201520400001014897-15-000044
10-K2015-01-13fiscal FY 201421410001014897-15-000013
10-Q2014-08-14fiscal Q3 201427750001102624-14-001324
10-Q2014-05-15fiscal Q2 201426690001102624-14-000815
10-Q2014-02-14fiscal Q1 201431590001102624-14-000231
10-K2014-01-06fiscal FY 201328590001102624-14-000010
10-Q2013-08-19fiscal Q3 201321590001010412-13-000236
10-Q2013-05-16fiscal Q2 201321510001010412-13-000143
10-Q/A2013-02-22fiscal Q3 201220440001010412-13-000041
10-Q/A2013-02-22fiscal Q3 201219300001010412-13-000040
10-Q2013-02-14fiscal Q1 201321380001010412-13-000036
10-Q/A2012-09-13fiscal Q3 201224630001010412-12-000339
10-Q2012-05-21fiscal Q2 201224670001010412-12-000249
10-Q2012-02-14fiscal Q1 201220400001010412-12-000041
10-K2012-01-12fiscal FY 201123490001010412-12-000015
10-Q/A2011-09-26fiscal Q3 201121600001168325-11-000007
10-Q/A2011-09-14fiscal Q2 201120570001010412-11-000510

Inspect the source

Entity
FONU2 Inc. / CIK 0001168325
Captured
SEC response SHA-256
678913b34a24dcaa08b5fc8a3d561cfcb14cfa6adf407987f29d42cca64dc6e6

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