Skip to content

Skillsoft Corp.: filings

Every Skillsoft Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-09-09fiscal Q2 2027441240001437749-26-029981
10-Q2026-06-09fiscal Q1 202744900001437749-26-019986
10-K2026-04-07fiscal FY 2026511330001437749-26-011602
10-Q2025-12-10fiscal Q3 2026451310001437749-25-037393
10-Q2025-09-09fiscal Q2 2026451270001437749-25-028680
10-Q2025-06-09fiscal Q1 202645930001437749-25-019846
10-K2025-04-14fiscal FY 2025531350001437749-25-011912
10-Q2024-12-10fiscal Q3 2024481350001437749-24-037110
10-Q2024-09-09fiscal Q2 2024491310001437749-24-028757
10-Q2024-06-10fiscal Q1 202449980001437749-24-019820
10-K2024-04-15fiscal FY 2024561700001437749-24-012054
10-Q2023-12-05fiscal Q3 2024501410001437749-23-033639
10-Q2023-09-11fiscal Q2 2024501450001437749-23-025593
10-Q2023-06-06fiscal Q1 2024501010001437749-23-016749
10-K2023-04-14fiscal FY 2023572210001437749-23-010319
10-Q2022-12-09fiscal Q3 2023541900001558370-22-018490
10-Q/A2022-10-24fiscal Q1 202117360001104659-22-110705
10-K/A2022-10-24fiscal FY 202023470001104659-22-110703
10-Q2022-09-08fiscal Q2 2023531840001558370-22-014290
10-Q2022-06-09fiscal Q1 2023531080001558370-22-009858
10-K2022-04-18fiscal FY 2022592680001558370-22-005527
10-Q2021-12-14fiscal Q3 2022522230001558370-21-016775
10-Q2021-09-14fiscal Q2 2022521720001558370-21-012489
10-Q2021-05-20fiscal Q1 202117360001104659-21-069528
10-K/A2021-05-11fiscal FY 202019440001104659-21-064192
10-K2021-03-15fiscal FY 202019400001104659-21-035775
10-Q2020-11-06fiscal Q3 202020620001104659-20-122591
10-Q2020-08-12fiscal Q2 202020520001104659-20-094001
10-Q2020-05-12fiscal Q1 202018260001104659-20-060166
10-K2020-03-26fiscal FY 201922230001104659-20-038834
10-Q2019-11-13fiscal Q3 201919280001104659-19-063311
10-Q2019-08-09fiscal Q2 20199100001144204-19-038672

Inspect the source

Entity
Skillsoft Corp. / CIK 0001774675
Captured
2026-09-21T17:30:22.473Z
SEC response SHA-256
e5e5fe2e58eac09459ed60a9d7852f014efaf60522017d7c0ad50f96ddb7397e

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