Skip to content

DUO WORLD, INC.: filings

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

Filing record ends 2023-12-14

The latest filing in this captured record is a 10-Q filed 2023-12-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. DUO WORLD, 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-Q2023-12-14fiscal Q2 2024481340001493152-23-044807
10-Q2023-08-21fiscal Q1 202348940001493152-23-029515
10-K2023-07-13fiscal FY 202346920001493152-23-024397
10-Q2023-02-17fiscal Q3 2023441200001493152-23-005380
10-Q2022-11-16fiscal Q2 2023431190001493152-22-032593
10-Q2022-08-19fiscal Q1 202341810001493152-22-023550
10-K2022-07-12fiscal FY 202242840001493152-22-019073
10-Q2022-02-18fiscal Q3 2022391070001493152-22-004921
10-Q2021-11-22fiscal Q2 2022371020001493152-21-029474
10-Q2021-08-16fiscal Q1 202136740001493152-21-019869
10-K2021-06-29fiscal FY 202140790001493152-21-015504
10-Q2021-02-16fiscal Q3 2021391030001493152-21-003793
10-Q2020-11-16fiscal Q2 202136970001493152-20-021381
10-Q2020-08-14fiscal Q1 202136750001493152-20-015654
10-K2020-06-29fiscal FY 202039780001493152-20-012018
10-Q2020-02-13fiscal Q3 202037980001493152-20-002161
10-Q2019-11-13fiscal Q2 2020371000001493152-19-016981
10-Q2019-08-30fiscal Q1 202035740001493152-19-013526
10-K2019-08-13fiscal FY 201935720001493152-19-012152
10-Q2019-02-13fiscal Q3 201934910001493152-19-001798
10-Q2018-11-13fiscal Q2 201934930001493152-18-015660
10-Q2018-08-20fiscal Q1 201934720001493152-18-012282
10-K2018-06-29fiscal FY 201840810001493152-18-009434
10-Q2018-02-14fiscal Q3 201837970001493152-18-002084
10-Q2017-11-13fiscal Q2 201837960001493152-17-012841
10-Q2017-08-14fiscal Q1 201837740001493152-17-009109
10-K2017-06-30fiscal FY 201738790001493152-17-007372
10-Q2017-02-10fiscal Q3 2017371000001493152-17-001284
10-Q2016-11-08fiscal Q2 2017371000001493152-16-014605

Inspect the source

Entity
DUO WORLD, INC. / CIK 0001635136
Captured
SEC response SHA-256
4fd9be75da6f5d2ffdecce14fec97fa1568950e4fb261112dce2a98dd1a40b81

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