Skip to content

AF OCEAN INVESTMENT MANAGEMENT Co: filings

Every AF OCEAN INVESTMENT MANAGEMENT Co annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2017-02-03

The latest filing in this captured record is a 10-K/A filed 2017-02-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. AF OCEAN INVESTMENT MANAGEMENT Co 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-K/A2017-02-03fiscal FY 201525490001640334-17-000235
10-Q2016-08-09fiscal Q2 201623620001640334-16-001500
10-Q2016-05-17fiscal Q1 201625480001640334-16-001108
10-K2016-04-14fiscal FY 201526510001640334-16-000957
10-Q2015-11-18fiscal Q3 201526670001640334-15-000351
10-Q2015-08-14fiscal Q2 201526650001557240-15-000599
10-Q2015-05-14fiscal Q1 201525490001557240-15-000304
10-K2015-03-31fiscal FY 201427530001557240-15-000202
10-Q/A2014-11-20fiscal Q3 201427660001557240-14-000728
10-Q2014-11-19fiscal Q3 201426620001557240-14-000725
10-Q2014-08-14fiscal Q2 201427620001557240-14-000441
10-Q2014-05-15fiscal Q1 201431590001557240-14-000267
10-K2014-04-04fiscal FY 201333660001173375-14-000100
10-Q2013-11-14fiscal Q3 201330780001173375-13-000255
10-Q/A2013-10-15fiscal Q1 201331540001173375-13-000240
10-Q/A2013-10-10fiscal Q3 201229710001173375-13-000237
10-K/A2013-10-08fiscal FY 201233540001173375-13-000235
10-Q2013-09-19fiscal Q2 201329750001173375-13-000225
10-Q/A2013-09-11fiscal Q2 201229670001173375-13-000211
10-Q/A2013-09-05fiscal Q1 201223410001173375-13-000205
10-Q2013-05-15fiscal Q1 201333570001173375-13-000100
10-K2013-03-29fiscal FY 201232520001173375-13-000051
10-Q/A2012-11-15fiscal Q3 201229710001173375-12-000140
10-Q2012-11-14fiscal Q3 201228660001173375-12-000131
10-Q/A2012-09-12fiscal Q2 201224560001173375-12-000084
10-Q2012-08-14fiscal Q2 201223590001173375-12-000063
10-Q2012-05-15fiscal Q1 201223420001173375-12-000029
10-K/A2012-04-16fiscal FY 201120410001173375-12-000017
10-K2012-03-30fiscal FY 201120410001173375-12-000015
10-Q/A2011-11-14fiscal Q3 201124620001173375-11-000079
10-Q/A2011-08-19fiscal Q2 201123660001173375-11-000052
10-Q/A2011-08-16fiscal Q2 201119490001173375-11-000043
10-Q/A2011-08-16fiscal Q2 201119490001173375-11-000042

Inspect the source

Entity
AF OCEAN INVESTMENT MANAGEMENT Co / CIK 0001501489
Captured
SEC response SHA-256
36ff6bb4ce1b221ff2eb0803efab3f62e7a5e332aa834319bf123df04528575b

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