Skip to content

Coro Global Inc.: filings

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

Filing record ends 2021-08-23

The latest filing in this captured record is a 10-Q filed 2021-08-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. Coro Global 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-Q2021-08-23fiscal Q2 202123610001213900-21-044284
10-Q2021-05-20fiscal Q1 202123480001213900-21-028213
10-K2021-03-31fiscal FY 202027540001213900-21-019290
10-Q2020-11-23fiscal Q3 202026700001213900-20-038727
10-Q2020-08-11fiscal Q2 202024670001213900-20-021261
10-Q2020-05-15fiscal Q1 202024490001213900-20-012554
10-K2020-04-13fiscal FY 201928550001213900-20-009083
10-Q2019-11-15fiscal Q3 201927710001213900-19-023663
10-Q2019-08-14fiscal Q2 201925690001213900-19-015757
10-Q2019-05-17fiscal Q1 201924490001213900-19-009076
10-K2019-04-11fiscal FY 201825480001213900-19-006167
10-Q2018-11-19fiscal Q3 201820510001213900-18-016157
10-Q2018-08-14fiscal Q2 201821520001213900-18-011082
10-Q2018-05-15fiscal Q1 201817350001213900-18-006351
10-K2018-05-11fiscal FY 201718350001213900-18-005872
10-Q2017-12-19fiscal Q3 201719480001213900-17-013389
10-Q2017-08-17fiscal Q2 201717450001213900-17-008881
10-Q2017-05-15fiscal Q1 201717340001213900-17-005208
10-K2017-04-03fiscal FY 201625460001213900-17-003256
10-Q2016-12-13fiscal Q3 201622560001213900-16-019361
10-Q2016-08-10fiscal Q2 201622560001213900-16-015697
10-Q2016-05-18fiscal Q1 201620380001013762-16-001614
10-K2016-04-26fiscal FY 201532630001013762-16-001502
10-Q2015-12-23fiscal Q2 201532870001013762-15-001196
10-Q2015-12-23fiscal Q1 201530630001013762-15-001193
10-Q2015-12-07fiscal Q3 201531840001013762-15-001160
10-Q2015-08-12fiscal Q2 201528730001013762-15-000825
10-Q2015-05-19fiscal Q1 201524520001013762-15-000544
10-K2015-04-02fiscal FY 201425510001013762-15-000309
10-Q2014-11-19fiscal Q3 201425670001013762-14-001378
10-Q2014-08-11fiscal Q2 201425660001013762-14-000934
10-Q2014-05-14fiscal Q1 201427550001013762-14-000548
10-K2014-04-01fiscal FY 201327560001013762-14-000356
10-Q2013-11-14fiscal Q3 201327770001013762-13-001419
10-Q2013-07-25fiscal Q2 201326740001013762-13-000950
10-Q2013-05-15fiscal Q1 201326520001013762-13-000732
10-K2013-04-15fiscal FY 201227550001013762-13-000520
10-Q2012-11-15fiscal Q3 201230830001013762-12-002133
10-Q/A2012-11-14fiscal Q1 201225490001013762-12-002096
10-K/A2012-11-14fiscal FY 201128550001013762-12-002094
10-Q2012-08-20fiscal Q2 201230830001013762-12-001694
10-Q2012-05-15fiscal Q1 201224480001013762-12-001128
10-K2012-04-16fiscal FY 201128540001013762-12-000846
10-Q2011-11-14fiscal Q3 201127640001013762-11-003009
10-Q2011-08-15fiscal Q2 201127660001013762-11-002198

Inspect the source

Entity
Coro Global Inc. / CIK 0000842013
Captured
SEC response SHA-256
7baae65db6f9e103da14d5e84d2ee86f25ea3894565273cdb0e6cb41b79a5dbf

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