Skip to content

NextPlay Technologies, Inc.: filings

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

Filing record ends 2023-01-18

The latest filing in this captured record is a 10-Q filed 2023-01-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. NextPlay Technologies, 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-01-18fiscal Q3 2023491410001213900-23-003424
10-Q2022-10-24fiscal Q2 2022481410001213900-22-065815
10-Q2022-07-14fiscal Q1 202245880001213900-22-039436
10-K2022-06-21fiscal FY 202250900001213900-22-033681
10-Q2022-01-13fiscal Q3 2022491170001213900-22-001943
10-Q2021-10-20fiscal Q2 2022461190001580695-21-000311
10-Q2021-07-14fiscal Q1 202242850001580695-21-000202
10-K2021-06-08fiscal FY 202144870001580695-21-000154
10-Q2021-01-19fiscal Q3 2021371120001580695-21-000020
10-Q2020-10-15fiscal Q2 2021371110001580695-20-000395
10-Q2020-07-13fiscal Q1 202137760001580695-20-000280
10-K2020-05-29fiscal FY 202039750001580695-20-000208
10-Q2020-01-13fiscal Q3 202035990001580695-20-000034
10-Q2019-10-15fiscal Q2 202033940001580695-19-000413
10-Q2019-07-19fiscal Q1 202033660001580695-19-000295
10-K2019-06-13fiscal FY 201932640001580695-19-000236
10-Q2019-01-17fiscal Q3 201928820001580695-19-000028
10-Q2018-10-15fiscal Q2 201928820001580695-18-000468
10-Q2018-07-16fiscal Q1 201928570001580695-18-000367
10-K2018-06-13fiscal FY 201831630001580695-18-000319
10-Q2018-01-18fiscal Q3 201826640001580695-18-000051
10-Q2017-10-23fiscal Q2 201823600001580695-17-000490
10-Q2017-07-14fiscal Q1 201824490001580695-17-000316
10-K2017-05-08fiscal FY 201727560001580695-17-000259
10-Q2017-01-23fiscal Q3 201723630001580695-17-000055
10-Q/A2017-01-20fiscal Q3 201630820001580695-17-000052
10-Q2016-10-18fiscal Q2 201722600001580695-16-000795
10-Q/A2016-10-17fiscal Q2 201628750001580695-16-000790
10-Q2016-07-20fiscal Q1 201721430001580695-16-000562
10-Q/A2016-07-20fiscal Q1 201628560001580695-16-000560
10-K2016-06-23fiscal FY 201631610001580695-16-000529
10-Q2016-01-19fiscal Q3 201629850001144204-16-076123
10-Q2015-11-20fiscal Q3 2015381030001144204-15-067319
10-Q2015-10-16fiscal Q2 201628750001144204-15-059674
10-Q2015-08-07fiscal Q1 201628570001144204-15-047422
10-K2015-06-16fiscal FY 201542860001144204-15-037435
10-Q2015-01-20fiscal Q3 201534890001144204-15-002830
10-Q2014-10-20fiscal Q2 201532870001144204-14-061994
10-Q2014-07-21fiscal Q1 201531620001144204-14-043969
10-K2014-06-13fiscal FY 201438770001144204-14-037647
10-Q/A2014-02-03fiscal Q3 201333890001144204-14-005622
10-Q2013-10-21fiscal Q2 201333890001144204-13-056118
10-Q/A2013-07-30fiscal Q1 201331630001144204-13-042013
10-K/A2013-07-01fiscal FY 201234690001144204-13-037287
10-Q2013-01-22fiscal Q3 201227690001144204-13-003486
10-Q2012-10-22fiscal Q2 201225630001144204-12-057204
10-Q2012-07-23fiscal Q1 201224500001144204-12-040580
10-K2012-06-13fiscal FY 201125520001144204-12-034694
10-Q2012-01-23fiscal Q3 201125640001144204-12-003488
10-Q/A2011-11-18fiscal Q2 201124620001144204-11-065869

Inspect the source

Entity
NextPlay Technologies, Inc. / CIK 0001372183
Captured
SEC response SHA-256
f1aa5f31c04a985d5a042f581c5687f19ca79eb94ce2733ffc3138aa5fba4bea

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