Skip to content

BestGofer Inc.: filings

Every BestGofer Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-08-19fiscal Q2 202624680001722556-26-000034
10-Q/A2026-05-08fiscal Q1 202620440001722556-26-000021
10-Q2026-04-22fiscal Q1 202622480001722556-26-000016
10-K2026-03-13fiscal FY 202529590001722556-26-000004
10-Q/A2025-10-23fiscal Q3 202523710001722556-25-000007
10-Q2025-10-21fiscal Q3 202523710001722556-25-000005
10-Q2025-07-16fiscal Q2 202518570001139020-25-000230
10-Q/A2025-07-02fiscal Q1 202517390001139020-25-000199
10-K/A2025-06-27fiscal FY 202422470001139020-25-000194
10-Q2025-04-21fiscal Q1 202517390001139020-25-000079
10-K2025-03-06fiscal FY 202422470001393905-25-000092
10-Q/A2024-12-10fiscal Q3 202419620001393905-24-000415
10-Q2024-10-15fiscal Q3 202419620001393905-24-000348
10-Q2024-07-17fiscal Q2 202419580001393905-24-000255
10-Q2024-04-19fiscal Q1 202418400001393905-24-000145
10-K2024-01-18fiscal FY 202323480001558891-24-000004
10-Q2023-12-11fiscal Q3 202321500001558891-23-000068
10-Q2023-12-11fiscal Q2 202321430001558891-23-000066
10-Q2023-04-25fiscal Q1 202322480001558891-23-000036
10-K2023-03-29fiscal FY 202223300001558891-23-000017
10-Q/A2023-02-22fiscal Q3 202221390001558891-23-000006
10-Q/A2023-02-22fiscal Q2 202221350001558891-23-000004
10-Q/A2023-02-22fiscal Q1 202221270001558891-23-000002
10-Q2022-09-28fiscal Q3 202221620001558891-22-000076
10-Q2022-08-01fiscal Q2 202221580001558891-22-000063
10-Q2022-07-11fiscal Q1 202221460001558891-22-000059
10-Q2022-07-06fiscal Q3 202121620001558891-22-000057
10-Q2022-06-29fiscal Q2 202121580001558891-22-000055
10-Q2022-06-23fiscal Q1 202121460001558891-22-000053
10-Q2022-06-10fiscal Q3 202022640001558891-22-000051
10-Q2022-06-07fiscal Q2 202022610001558891-22-000048
10-Q2022-06-07fiscal Q1 202021460001558891-22-000046
10-K2022-02-08fiscal FY 202123480001558891-22-000011
10-K2021-12-03fiscal FY 202024500001558891-21-000080
10-K2021-12-02fiscal FY 201925520001558891-21-000078
10-Q/A2021-03-18fiscal Q3 201916430001558891-21-000026
10-Q/A2021-03-18fiscal Q2 201916420001558891-21-000024
10-Q2021-01-27fiscal Q3 201916430001558891-21-000008
10-Q2021-01-20fiscal Q2 201916420001558891-21-000006
10-Q2020-04-16fiscal Q1 201914280001558891-20-000008
10-K2019-11-18fiscal FY 201814250001558891-19-000079
10-Q2018-08-29fiscal Q2 201815250001558891-18-000085

Inspect the source

Entity
BestGofer Inc. / CIK 0001722556
Captured
2026-09-21T17:25:10.464Z
SEC response SHA-256
c57a360fc0df5201608d611b985f3b205529498e42fe0231b609f8a2092e38a3

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