Skip to content

Libity: filings

Every Libity annual and quarterly report in the SEC record with the published financial measures it tagged, 17 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-17fiscal Q1 202617360001829126-26-008912
10-K2026-06-22fiscal FY 202517360001829126-26-006699
10-Q2026-05-28fiscal Q3 202517510001829126-26-005724
10-Q2025-08-14fiscal Q2 202515470001193125-25-180902
10-Q2025-05-15fiscal Q1 202515340001193125-25-120819
10-K2025-04-16fiscal FY 202416340001193125-25-082806
10-Q2024-11-19fiscal Q3 202416510001193125-24-261734
10-Q2024-08-20fiscal Q2 202416450001193125-24-203697
10-Q2024-05-17fiscal Q1 202417370001193125-24-141784
10-K2024-04-17fiscal FY 202318350001193125-24-098000
10-Q2023-12-01fiscal Q3 202318520001193125-23-286491
10-Q2023-08-17fiscal Q2 202317470001193125-23-214426
10-Q2023-05-16fiscal Q1 202316350001193125-23-145349
10-K2023-04-17fiscal FY 202217280001193125-23-103613
10-Q2022-11-10fiscal Q3 202217390000950170-22-024433
10-Q2022-08-19fiscal Q2 202218360000950170-22-017603
10-Q2022-06-23fiscal Q1 202210190001564590-22-024076

Inspect the source

Entity
Libity / CIK 0001852889
Captured
2026-09-21T17:21:45.846Z
SEC response SHA-256
389594836aee06b7056aef3ff9b46ebf22b8ee195f192557db8c4e292ec6bfa5

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