Skip to content

MAKINGORG, INC.: filings

Every MAKINGORG, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

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-K2024-11-12fiscal FY 202337760001640334-24-001686
10-Q2024-07-26fiscal Q3 202329840001640334-24-001156
10-Q2024-07-26fiscal Q2 202331840001640334-24-001147
10-Q2024-07-05fiscal Q1 202327580001640334-24-001060
10-K/A2023-10-23fiscal FY 202230620001640334-23-001936
10-K2023-10-11fiscal FY 202230620001640334-23-001799
10-Q2023-10-10fiscal Q3 202234960001640334-23-001787
10-K/A2023-03-28fiscal FY 202133680001640334-23-000476
10-Q2022-08-15fiscal Q2 202232900001640334-22-001802
10-Q2022-05-16fiscal Q1 202230640001640334-22-001030
10-K2022-04-15fiscal FY 202133680001640334-22-000804
10-Q2021-11-15fiscal Q3 202133930001640334-21-002829
10-Q2021-08-16fiscal Q2 202132910001640334-21-001878
10-Q2021-05-17fiscal Q1 202131670001640334-21-001163
10-K2021-04-15fiscal FY 202036730001640334-21-000935
10-Q2020-11-16fiscal Q3 2020351020001640334-20-002849
10-Q2020-08-19fiscal Q2 2020361020001640334-20-002174
10-Q2020-06-29fiscal Q1 202033710001640334-20-001625
10-K2020-05-14fiscal FY 201937670001640334-20-001194
10-Q2019-11-14fiscal Q3 201932780001640334-19-002325
10-Q2019-08-13fiscal Q2 201932800001640334-19-001611
10-Q2019-05-20fiscal Q1 201926500001640334-19-000928
10-K2019-04-15fiscal FY 201832590001640334-19-000604
10-Q2018-11-14fiscal Q3 201824580001640334-18-002162
10-Q2018-08-09fiscal Q2 201824590001640334-18-001519
10-Q2018-05-15fiscal Q1 201823440001640334-18-000989
10-K2018-04-17fiscal FY 201728450001640334-18-000763
10-Q2017-11-14fiscal Q3 201722500001640334-17-002369
10-Q2017-08-07fiscal Q2 201716380001640334-17-001552
10-Q2017-05-15fiscal Q1 201714260001640334-17-000965
10-K2017-04-17fiscal FY 201613230001640334-17-000745
10-Q2016-11-14fiscal Q3 201613320001640334-16-001991
10-K2016-03-25fiscal FY 20158160001640334-16-000868
10-Q2015-11-12fiscal Q3 201511290001640334-15-000299
10-Q2015-08-13fiscal Q2 201511290001557240-15-000591
10-Q2015-05-15fiscal Q1 201511220001557240-15-000321
10-K2015-03-12fiscal FY 201410200001557240-15-000143
10-Q2014-11-14fiscal Q3 201413270001557240-14-000697
10-Q2014-08-08fiscal Q2 201413290001477932-14-004140
10-Q2014-08-05fiscal Q2 201418440001569083-14-000006
10-Q2014-05-13fiscal Q1 201419460001569083-14-000004
10-K2014-03-21fiscal FY 201318440001569083-14-000002
10-Q2013-11-14fiscal Q3 201317380001569083-13-000006
10-Q2013-09-13fiscal Q2 201317380001569083-13-000004

2 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
MAKINGORG, INC. / CIK 0001569083
Captured
2026-09-21T17:20:06.064Z
SEC response SHA-256
33b77485c5444529d6b5c37613d04aaf15ca1f53c271c631b42ff5158787d9ea

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