Skip to content

FLYWHEEL ADVANCED TECHNOLOGY, INC.: filings

Every FLYWHEEL ADVANCED TECHNOLOGY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-14fiscal Q3 202621700001493152-26-038140
10-Q2026-05-14fiscal Q2 202621660001493152-26-022939
10-Q2026-02-13fiscal Q1 202620430001493152-26-006511
10-K2026-01-13fiscal FY 202528530001493152-26-001994
10-Q2025-08-12fiscal Q3 202526780001641172-25-023125
10-Q2025-05-09fiscal Q2 202526740001641172-25-009382
10-Q2025-02-13fiscal Q1 202525490001493152-25-006388
10-K2025-01-14fiscal FY 202429580001493152-25-002097
10-Q/A2024-09-04fiscal Q3 202426800001493152-24-034940
10-Q2024-08-19fiscal Q3 202426800001493152-24-033129
10-Q2024-07-16fiscal Q2 2024501440001493152-24-028020
10-Q2024-02-14fiscal Q1 202449870001493152-24-006537
10-K2024-01-16fiscal FY 202349700001493152-24-002454
10-Q2023-08-14fiscal Q3 2023471040001493152-23-028644
10-Q/A2023-06-07fiscal Q2 202341860001493152-23-020409
10-Q2023-05-17fiscal Q2 202341860001493152-23-017870
10-Q2023-02-14fiscal Q1 202317350001493152-23-004753
10-K2022-12-28fiscal FY 202217310001493152-22-036631
10-Q2022-08-10fiscal Q3 202217530001493152-22-021834
10-Q2022-05-13fiscal Q2 202217480001493152-22-013242
10-Q2022-02-18fiscal FY 202119420001640334-22-000354
10-K2021-12-29fiscal FY 202115270001829126-21-017193
10-Q2021-07-15fiscal Q3 202115450001829126-21-006397
10-Q2021-04-30fiscal Q2 202114270001213900-21-023690
10-Q2021-04-30fiscal Q1 202113190001213900-21-023688
10-K2021-04-22fiscal FY 202020210001829126-21-002803
10-Q2014-08-19fiscal Q3 201419510001493152-14-002645
10-Q2014-05-15fiscal Q2 201418550001493152-14-001534
10-Q2014-02-19fiscal Q1 201418430001493152-14-000516
10-K2014-01-10fiscal FY 201318450001493152-14-000079
10-Q2013-08-19fiscal Q3 201320570001493152-13-001658
10-Q/A2013-06-19fiscal Q2 201318470001493152-13-001233
10-Q2013-05-15fiscal Q2 201318470001493152-13-000926
10-Q2013-02-13fiscal Q1 201316380001493152-13-000242
10-K2012-12-04fiscal FY 201215370001493152-12-001868
10-Q/A2012-08-17fiscal Q3 201214390001493152-12-001036
10-Q2012-05-08fiscal Q2 201214390001493152-12-000403
10-Q2012-02-14fiscal Q1 201212330001144204-12-008182
10-K2011-12-19fiscal FY 201117460001144204-11-070458
10-Q2011-08-15fiscal Q3 201113380001144204-11-046915

Inspect the source

Entity
FLYWHEEL ADVANCED TECHNOLOGY, INC. / CIK 0001492617
Captured
2026-09-20T09:10:13.660Z
SEC response SHA-256
fe7fb4dc3adbd82dfe4d6852edaa6b54853b06d020ea90fb09d86e20b513efd4

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