Skip to content

FREQUENCY HOLDINGS INC: filings

Every FREQUENCY HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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-19fiscal Q3 2025361050001829126-25-009309
10-Q2025-08-19fiscal Q2 202536980001829126-25-006517
10-Q2025-05-20fiscal Q1 202536640001829126-25-003850
10-K2025-04-15fiscal FY 202442810001829126-25-002695
10-Q2025-01-31fiscal Q3 2024401140001829126-25-000604
10-Q2024-12-19fiscal Q2 202437970001829126-24-008430
10-Q2024-11-18fiscal Q1 202434720001829126-24-007616
10-Q/A2024-05-17fiscal Q1 202436790001829126-24-003460
10-Q2024-05-15fiscal Q1 202436790001829126-24-003416
10-K2024-02-15fiscal FY 202337630001829126-24-000965
10-Q2023-09-19fiscal Q3 2023351060001683168-23-006538
10-Q2023-08-14fiscal Q2 202332900001683168-23-005668
10-Q2023-03-17fiscal Q1 202331640001683168-23-001574
10-K2023-02-14fiscal FY 202236730001683168-23-000895
10-Q2022-09-14fiscal Q3 2022351040001683168-22-006396
10-Q2022-06-14fiscal Q2 2022351000001683168-22-004352
10-Q2022-03-14fiscal Q1 202230620001683168-22-001638
10-K2022-01-31fiscal FY 202133670001683168-22-000568
10-Q2021-09-17fiscal Q3 202131880001683168-21-004332
10-Q2021-07-20fiscal Q2 202131850001683168-21-003028
10-Q2016-07-18fiscal Q2 201615370001493152-16-011609
10-Q2016-07-18fiscal Q1 201615300001493152-16-011608
10-K2016-07-01fiscal FY 201516270001493152-16-011237
10-Q2015-09-14fiscal Q3 201512190001594062-15-000271
10-Q2015-07-10fiscal Q2 201512190001594062-15-000206
10-Q2015-06-15fiscal Q2 201512190001594062-15-000193
10-Q2015-03-18fiscal Q1 201512170001594062-15-000082

Inspect the source

Entity
FREQUENCY HOLDINGS INC / CIK 0001624517
Captured
2026-09-21T17:21:58.084Z
SEC response SHA-256
c0303fcff6d251af0679b620c069197852d31c0d1e0af6ac0daaae9fba7bb5fb

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