Skip to content

Capital Southwest Corporation: filings

Every Capital Southwest Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-03fiscal Q1 202729640000017313-26-000095
10-K2026-05-19fiscal FY 2026301130000017313-26-000035
10-Q2026-02-02fiscal Q3 202629840000017313-26-000011
10-Q2025-11-03fiscal Q2 202629820000017313-25-000146
10-Q2025-08-07fiscal Q1 202629640000017313-25-000076
10-K2025-05-20fiscal FY 2025281120000017313-25-000042
10-Q2025-02-04fiscal Q3 202527750000017313-25-000012
10-Q2024-10-29fiscal Q2 202528770000017313-24-000097
10-Q2024-08-06fiscal Q1 202529630000017313-24-000058
10-K2024-05-21fiscal FY 2024291190000017313-24-000022
10-Q2024-01-30fiscal Q3 202429810000017313-24-000006
10-Q2023-10-31fiscal Q2 202428770000017313-23-000125
10-Q2023-08-08fiscal Q1 202428610000017313-23-000082
10-K2023-05-23fiscal FY 2023291160000017313-23-000025
10-Q2023-01-31fiscal Q3 202329830000017313-23-000006
10-Q2022-11-01fiscal Q2 202328770000017313-22-000097
10-K2013-05-31fiscal FY 201210280001140361-13-023510
10-Q2013-02-07fiscal Q3 20129320001140361-13-005268
10-Q2012-11-09fiscal Q2 20129320001140361-12-046505
10-Q2012-08-06fiscal Q1 201210220001140361-12-035332
10-K2012-06-01fiscal FY 20119260001140361-12-028351
10-Q2012-02-08fiscal Q3 20119340001140361-12-006344
10-Q2011-10-28fiscal Q2 20118300001140361-11-050781
10-Q2011-08-05fiscal Q1 20119210001140361-11-039875

Inspect the source

Entity
Capital Southwest Corporation / CIK 0000017313
Captured
2026-09-19T11:13:08.753Z
SEC response SHA-256
5f0ddee412da9a6ccbd150edfce31ac19916569ab650355d40e4a417c513e36a

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