Skip to content

FingerMotion, Inc.: filings

Every FingerMotion, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-Q2026-07-15fiscal Q1 2027561120001520138-26-000265
10-K2026-05-29fiscal FY 2026591170001520138-26-000194
10-Q2026-01-14fiscal Q3 2026571610001520138-26-000028
10-Q2025-10-14fiscal Q2 2026561530001520138-25-000303
10-Q2025-07-15fiscal Q1 2026561100001520138-25-000211
10-K2025-05-29fiscal FY 2025591130001520138-25-000162
10-Q2025-01-14fiscal Q3 2025541530001520138-25-000040
10-Q2024-10-15fiscal Q2 2025511440001520138-24-000360
10-Q2024-06-28fiscal Q1 2025511020001520138-24-000232
10-K2024-05-29fiscal FY 2024521050001520138-24-000219
10-Q2024-01-16fiscal Q3 2024521500001520138-24-000013
10-Q2023-10-13fiscal Q2 2024521450001520138-23-000448
10-Q2023-07-14fiscal Q1 2024501010001520138-23-000287
10-K2023-05-30fiscal FY 2023521050001520138-23-000249
10-Q2023-01-17fiscal Q3 2023531520001520138-23-000034
10-Q2022-10-17fiscal Q2 2023531480001520138-22-000466
10-Q2022-07-15fiscal Q1 2023521040001520138-22-000302
10-K2022-05-31fiscal FY 2022501020001520138-22-000237
10-Q2022-01-14fiscal Q3 2022491440001520138-22-000014
10-Q2021-10-14fiscal Q2 2022491410001520138-21-000649
10-Q2021-07-15fiscal Q1 2022491010001520138-21-000348
10-K2021-05-28fiscal FY 202148950001520138-21-000306
10-Q2021-01-14fiscal Q3 2021471340001520138-21-000041
10-Q2020-10-20fiscal Q2 2021441260001520138-20-000498
10-Q2020-07-20fiscal Q1 202144900001520138-20-000322
10-K/A2020-07-14fiscal FY 202044870001520138-20-000312
10-Q2020-01-21fiscal Q3 2019401140001520138-20-000034
10-Q2019-10-15fiscal Q2 2019401050001520138-19-000390
10-Q2019-07-22fiscal Q1 202039780001437749-19-014362
10-K2019-06-13fiscal FY 201937740001437749-19-011984
10-Q2019-01-22fiscal Q3 201934970001437749-19-001078
10-Q2018-10-23fiscal Q2 201930850001437749-18-018573
10-Q2018-10-01fiscal Q1 201929570001437749-18-017669
10-K2018-08-07fiscal FY 201832550001437749-18-014775
10-Q2018-01-22fiscal Q3 201832810001437749-18-000926
10-Q2017-12-01fiscal Q2 201825690001437749-17-020050
10-Q2017-09-21fiscal Q1 201817280001437749-17-016195
10-K2017-06-14fiscal FY 201716320001437749-17-011218
10-Q2017-01-10fiscal Q3 201716510001437749-17-000413
10-Q2016-10-11fiscal Q2 201715490001437749-16-039687
10-Q2016-07-11fiscal Q1 201719380001144204-16-112320
10-K2016-05-31fiscal FY 201616330001144204-16-105671
10-Q2016-01-12fiscal Q3 201620640001144204-16-075249
10-Q2015-10-13fiscal Q2 201621660001144204-15-059065
10-Q2015-07-14fiscal Q1 201620420001144204-15-042441
10-K2015-05-29fiscal FY 201521430001144204-15-034435
10-Q2015-01-09fiscal Q3 201521410001144204-15-001474
10-Q2014-10-14fiscal Q2 201421410001144204-14-060778
10-Q2014-07-28fiscal Q1 201518260001144204-14-045127

Inspect the source

Entity
FingerMotion, Inc. / CIK 0001602409
Captured
2026-09-20T09:25:31.572Z
SEC response SHA-256
ef8a1aadd7fe83afdfe22e05013779e814c602ec853955d0672add7389258aec

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