Skip to content

Sonic Foundry, Inc.: filings

Every Sonic Foundry, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2024-01-04

The latest filing in this captured record is a 10-K filed 2024-01-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Sonic Foundry, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2024-01-04fiscal FY 2023531070001437749-24-000616
10-Q2023-08-10fiscal Q3 2023521400001437749-23-023029
10-Q2023-05-11fiscal Q2 2023521390001437749-23-013927
10-Q2023-02-09fiscal Q1 2023531070001437749-23-002883
10-K2022-12-08fiscal FY 2022541080001437749-22-028742
10-Q2022-08-11fiscal Q3 2022541450001437749-22-020113
10-Q2022-05-11fiscal Q2 2022521410001437749-22-011908
10-Q2022-02-10fiscal Q1 2022511030001437749-22-003005
10-K2021-12-09fiscal FY 2021551090001437749-21-028230
10-Q2021-08-12fiscal Q3 2021521390001437749-21-019692
10-Q2021-05-13fiscal Q2 2021521380001437749-21-012090
10-Q2021-02-11fiscal Q1 2021511020001437749-21-002630
10-K2020-12-22fiscal FY 2020541110001437749-20-025808
10-Q2020-08-13fiscal Q3 2020521390001029744-20-000045
10-Q2020-05-14fiscal Q2 2020521450001029744-20-000032
10-Q2020-02-13fiscal Q1 2020511080001029744-20-000014
10-K2019-12-19fiscal FY 2019551560001029744-19-000124
10-Q2019-08-13fiscal Q3 2019491400001029744-19-000102
10-Q2019-05-20fiscal Q2 2019491410001029744-19-000066
10-Q2019-05-20fiscal Q1 2019491090001029744-19-000064
10-K2019-03-15fiscal FY 2018521390001029744-19-000038
10-Q2018-08-09fiscal Q3 2018501360001029744-18-000082
10-Q2018-05-15fiscal Q2 2018501360001029744-18-000053
10-Q2018-02-13fiscal Q1 2018501020001029744-18-000030
10-K2018-01-12fiscal FY 2017541410001029744-18-000006
10-Q2017-08-10fiscal Q3 2017501360001029744-17-000085
10-Q2017-05-11fiscal Q2 2017491320001029744-17-000062
10-Q2017-02-09fiscal Q1 201748980001029744-17-000016
10-K2016-12-22fiscal FY 2016531390001029744-16-000025
10-Q2016-08-11fiscal Q3 2016491340001029744-16-000012
10-Q2016-05-12fiscal Q2 2016491340001628280-16-016278
10-Q2016-02-11fiscal Q1 2016491000001628280-16-011005
10-K2015-12-10fiscal FY 2015521380001193125-15-400164
10-Q2015-08-13fiscal Q3 2015481300001193125-15-289993
10-Q2015-05-14fiscal Q2 2015481290001193125-15-187988
10-Q2015-02-06fiscal Q1 201549970001193125-15-037374
10-K2014-12-17fiscal FY 2014521340001193125-14-445355
10-Q2014-08-13fiscal Q3 2014471270001193125-14-308408
10-Q2014-05-21fiscal Q2 2014461260001193125-14-208384
10-Q2014-02-13fiscal Q1 201445920001193125-14-051034
10-K2013-12-26fiscal FY 2013491310001193125-13-484680
10-Q2013-07-31fiscal Q3 2013431180001193125-13-312519
10-Q2013-05-02fiscal Q2 2013441180001193125-13-196019
10-Q2013-02-06fiscal Q1 201343880001193125-13-041053
10-K2012-12-12fiscal FY 2012491300001193125-12-500121
10-Q2012-08-01fiscal Q3 2012441180001193125-12-327654
10-Q2012-05-01fiscal Q2 2012441180001193125-12-200664
10-Q2012-01-31fiscal Q1 201244890001193125-12-032035
10-K2011-11-22fiscal FY 201147950001193125-11-319867
10-Q2011-08-02fiscal Q3 2011451200001193125-11-206375

Inspect the source

Entity
Sonic Foundry, Inc. / CIK 0001029744
Captured
SEC response SHA-256
fa0a425f9b33bbf200790eff4f3ede98662072d16b398de45962984103a39c54

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