Skip to content

Forum Markets, Incorporated: filings

Every Forum Markets, Incorporated annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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 Q2 2026421080001213900-26-090100
10-Q2026-05-15fiscal Q1 202638710001213900-26-057817
10-K2026-04-01fiscal FY 202537680001213900-26-037888
10-Q2025-11-14fiscal Q3 2025341000001213900-25-111023
10-Q2025-07-23fiscal Q2 202531940001213900-25-066984
10-Q2025-05-15fiscal Q1 202529600001213900-25-044259
10-K2025-03-31fiscal FY 202434680001213900-25-026273
10-Q2024-11-14fiscal Q3 2024341040001213900-24-098508
10-Q2024-08-12fiscal Q2 202430930001213900-24-067741
10-Q2024-05-15fiscal Q1 202432690001213900-24-043746
10-K2024-03-25fiscal FY 202334700001213900-24-025262
10-Q2023-11-09fiscal Q3 2023341030001213900-23-085300
10-Q2023-08-15fiscal Q2 2023331000001213900-23-067849
10-Q2023-05-15fiscal Q1 202332660001213900-23-039786
10-K2023-03-31fiscal FY 202237720001213900-23-025521
10-Q2022-11-10fiscal Q3 2022351070001213900-22-071207
10-Q2022-08-09fiscal Q2 2022371020001213900-22-045930
10-Q2022-05-16fiscal Q1 202236730001213900-22-026650
10-K2022-03-31fiscal FY 202135690001213900-22-016352
10-Q2021-11-15fiscal Q3 2021361060001213900-21-058823
10-Q2021-08-16fiscal Q2 2021361060001213900-21-042683
10-Q2021-07-19fiscal Q1 202131650001213900-21-037327
10-K2021-07-09fiscal FY 202034710001213900-21-036392
10-Q/A2021-02-05fiscal Q3 202024780001213900-21-007146
10-Q/A2021-02-05fiscal Q2 202028820001213900-21-007123
10-Q2020-11-24fiscal Q3 202022750001213900-20-038894
10-Q2020-08-20fiscal Q2 202024760001213900-20-022936
10-Q2020-05-22fiscal Q1 202023500001213900-20-013323
10-K2020-04-07fiscal FY 201921440001213900-20-008783
10-Q2019-11-12fiscal Q3 201922740001213900-19-022966
10-Q2019-08-09fiscal Q2 201922700001213900-19-015158
10-Q2019-05-13fiscal Q1 201921460001213900-19-008404
10-K2019-04-01fiscal FY 201821440001213900-19-005536
10-Q2018-11-09fiscal Q3 201821620001213900-18-015303
10-Q2018-08-14fiscal Q2 201821600001213900-18-010860
10-Q2018-05-15fiscal Q1 201821400001213900-18-006323
10-K2018-03-29fiscal FY 201724410001213900-18-003632
10-Q2017-11-13fiscal Q3 201720470001213900-17-011857
10-Q2017-08-14fiscal Q2 201716320001213900-17-008530

Inspect the source

Entity
Forum Markets, Incorporated / CIK 0001690080
Captured
2026-09-21T17:25:21.320Z
SEC response SHA-256
3c0972cb4807e6039579b08b60691fa6e03140ffee8243c2010bb17b68614ac9

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