Skip to content

FG Nexus Inc.: filings

Every FG Nexus Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-12fiscal Q2 2026331010001493152-26-037445
10-Q2026-05-07fiscal Q1 202632680001493152-26-021749
10-K2026-03-27fiscal FY 202538770001493152-26-013032
10-Q2025-11-14fiscal Q3 2025341100001493152-25-023550
10-Q2025-08-07fiscal Q2 2025471420001641172-25-022608
10-Q2025-05-14fiscal Q1 202547970001641172-25-010388
10-K2025-03-31fiscal FY 2024501010001641172-25-001679
10-Q2024-11-14fiscal Q3 2024481460001493152-24-046011
10-Q2024-08-14fiscal Q2 2024481410001493152-24-032297
10-Q2024-05-20fiscal Q1 202448990001493152-24-020509
10-K2024-03-14fiscal FY 202324490001493152-24-009954
10-Q2023-11-09fiscal Q3 202324740001493152-23-040055
10-Q2023-08-10fiscal Q2 202324700001493152-23-027555
10-Q2023-05-12fiscal Q1 202324490001493152-23-016644
10-K2023-03-24fiscal FY 202226510001493152-23-008861
10-Q2022-11-09fiscal Q3 202225730001493152-22-031093
10-Q2022-08-11fiscal Q2 202226700001493152-22-022135
10-Q2022-05-16fiscal Q1 202225530001493152-22-013819
10-K2022-03-30fiscal FY 202128510001493152-22-008162
10-Q2021-11-15fiscal Q3 202126760001493152-21-028339
10-Q2021-08-16fiscal Q2 202125680001493152-21-019938
10-Q2021-05-14fiscal Q1 202124480001493152-21-011519
10-K2021-03-18fiscal FY 202025490001493152-21-006325
10-Q2020-11-16fiscal Q3 202026700001493152-20-021743
10-Q2020-08-14fiscal Q2 202025650001493152-20-015682
10-Q2020-05-14fiscal Q1 202022440001493152-20-008739
10-K2020-03-30fiscal FY 201924470001493152-20-005206
10-Q2019-11-14fiscal Q3 201926760001493152-19-017443
10-Q2019-08-14fiscal Q2 201927760001493152-19-012522
10-Q2019-05-14fiscal Q1 201930620001493152-19-007068
10-K2019-03-20fiscal FY 201832640001493152-19-003648
10-Q2018-11-13fiscal Q3 201827750001493152-18-015749
10-Q2018-08-14fiscal Q2 201828810001493152-18-011788
10-Q2018-05-14fiscal Q1 201826560001493152-18-006714
10-K2018-03-26fiscal FY 201729570001493152-18-003887
10-Q2017-11-13fiscal Q3 201728790001387131-17-005432
10-Q2017-08-10fiscal Q2 201726760001387131-17-004047
10-Q2017-05-11fiscal Q1 201726560001387131-17-002635
10-K2017-03-16fiscal FY 201629570001387131-17-001422
10-Q2016-11-14fiscal Q3 201628800001387131-16-007955
10-Q2016-08-11fiscal Q2 201628800001387131-16-006478
10-Q2016-05-12fiscal Q1 201628590001387131-16-005435
10-K2016-03-17fiscal FY 201532630001387131-16-004603
10-Q2015-11-12fiscal Q3 201532870001607062-15-000484
10-Q2015-08-13fiscal Q2 201533890001607062-15-000354
10-Q2015-05-14fiscal Q1 201529570001387131-15-001683
10-K2015-03-26fiscal FY 2014291200001387131-15-001018
10-Q2014-11-12fiscal Q3 201425800001591890-14-000017
10-Q2014-08-14fiscal Q2 201425800001591890-14-000015
10-Q2014-05-15fiscal Q1 201424580001591890-14-000011

Inspect the source

Entity
FG Nexus Inc. / CIK 0001591890
Captured
2026-09-20T09:24:12.853Z
SEC response SHA-256
73423fa2485bce1ad0ce823cbaff051c5acbbf2a9772210c5c2a9312a095e86f

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