Skip to content

FORGE INNOVATION DEVELOPMENT CORP.: filings

Every FORGE INNOVATION DEVELOPMENT CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 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-Q2025-11-24fiscal Q3 202533840001493152-25-024746
10-Q2025-08-19fiscal Q2 202535920001641172-25-024715
10-Q2025-05-20fiscal Q1 202534660001641172-25-011707
10-K2025-04-15fiscal FY 202431630001641172-25-004791
10-Q2024-11-14fiscal Q3 202433920001493152-24-045830
10-Q2024-08-14fiscal Q2 202433910001493152-24-032187
10-Q/A2024-08-02fiscal Q1 202433640001493152-24-030129
10-K/A2024-08-02fiscal FY 202334650001493152-24-030123
10-Q2024-05-17fiscal Q1 202433640001493152-24-020419
10-K2024-04-16fiscal FY 202334650001493152-24-014817
10-Q2023-11-14fiscal Q3 202335920001493152-23-041058
10-Q2023-08-14fiscal Q2 202334920001493152-23-028624
10-Q2023-05-15fiscal Q1 202328550001493152-23-016924
10-K2023-03-31fiscal FY 202231620001493152-23-010220
10-Q2022-11-14fiscal Q3 202230800001493152-22-032008
10-Q2022-08-15fiscal Q2 202228710001493152-22-022595
10-Q2022-05-16fiscal Q1 202227540001493152-22-013521
10-K2022-03-30fiscal FY 202130550001493152-22-008154
10-Q2021-11-12fiscal Q3 202129660001493152-21-028024
10-Q2021-08-13fiscal Q2 202128670001493152-21-019703
10-Q2021-05-14fiscal Q1 202124470001493152-21-011493
10-K2021-03-29fiscal FY 202028530001493152-21-007074
10-Q2020-11-12fiscal Q3 202027710001493152-20-021081
10-Q2020-08-10fiscal Q2 202025620001213900-20-021155
10-Q2020-05-13fiscal Q1 202025510001213900-20-012012
10-K2020-03-26fiscal FY 201927510001213900-20-007488
10-Q2019-11-04fiscal Q3 201927700001213900-19-021932
10-Q2019-08-06fiscal Q2 201925620001213900-19-014697
10-Q2019-05-10fiscal Q1 201926510001213900-19-008298
10-K2019-03-26fiscal FY 201824410001213900-19-004853
10-Q2018-11-13fiscal Q3 201824510001213900-18-015488
10-Q2018-08-10fiscal Q2 201823450001213900-18-010697
10-Q2018-05-14fiscal Q1 201822360001213900-18-006101
10-K2018-04-02fiscal FY 201717310001213900-18-003853
10-Q2017-11-01fiscal Q3 201714320001213900-17-011186

Inspect the source

Entity
FORGE INNOVATION DEVELOPMENT CORP. / CIK 0001687919
Captured
2026-09-21T17:23:24.062Z
SEC response SHA-256
3c1793daaf23bf9b44a990a155ab025c19bfdc80e3426f099862e951948e41ea

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