Skip to content

WNC Housing Tax Credit Fund VI, L.P., Series 13: filings

Every WNC Housing Tax Credit Fund VI, L.P., Series 13 annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2020-11-10

The latest filing in this captured record is a 10-Q filed 2020-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-23. WNC Housing Tax Credit Fund VI, L.P., Series 13 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-Q2020-11-10fiscal Q2 202110320001654954-20-012119
10-Q2020-08-12fiscal Q1 202110220001654954-20-008918
10-K2020-05-26fiscal FY 202010770001654954-20-005981
10-Q2020-02-10fiscal Q3 20209320001654954-20-001276
10-Q2019-11-12fiscal Q2 20209300001654954-19-012682
10-Q2019-08-12fiscal Q1 20209200001654954-19-009259
10-K2019-06-26fiscal FY 201910770001654954-19-007666
10-Q2019-02-12fiscal Q3 201910300001654954-19-001309
10-Q2018-11-08fiscal Q2 20199280001654954-18-012226
10-Q2018-07-31fiscal Q1 20199200001654954-18-008239
10-K2018-06-27fiscal FY 201811800001654954-18-007009
10-Q2018-02-14fiscal Q3 20189260001654954-18-001516
10-Q2017-11-16fiscal Q2 20189260001654954-17-010801
10-Q2017-08-14fiscal Q1 20189200001654954-17-007544
10-K2017-06-23fiscal FY 201711800001654954-17-005843
10-Q2017-02-08fiscal Q3 201710280001654954-17-000865
10-Q2016-11-14fiscal Q2 201710280001654954-16-003924
10-Q2016-08-15fiscal Q1 201710220001654954-16-001579
10-K2016-07-18fiscal FY 201611800001354488-16-008083
10-Q2016-05-13fiscal Q3 201610280001354488-16-007385
10-Q2016-05-13fiscal Q2 201610280001354488-16-007383
10-Q2016-05-13fiscal Q1 201610220001354488-16-007381
10-K2016-03-24fiscal FY 201511800001354488-16-006679
10-Q2015-07-21fiscal Q3 201510280001354488-15-003398
10-Q2015-01-13fiscal Q2 201510280001354488-15-000179
10-Q2014-08-12fiscal Q1 20159190001493152-14-002476
10-K2014-08-06fiscal FY 201412680001493152-14-002375
10-Q2014-02-20fiscal Q3 20139250001493152-14-000536
10-Q2013-11-14fiscal Q2 201310260001493152-13-002359
10-Q2013-10-21fiscal Q1 201310220001493152-13-002042
10-K2013-08-19fiscal FY 201212730001493152-13-001665
10-Q2013-02-22fiscal Q3 201210280001493152-13-000312
10-Q2013-02-22fiscal Q2 20128240001493152-13-000311
10-Q2013-02-22fiscal Q1 20128180001493152-13-000310
10-K2013-02-22fiscal FY 201110660001493152-13-000309
10-K/A2013-02-20fiscal FY 20109260001493152-13-000301
10-K2012-12-03fiscal FY 20109260001493152-12-001862
10-Q2012-12-03fiscal Q3 20118240001493152-12-001860
10-Q2012-12-03fiscal Q2 20118250001493152-12-001858
10-Q2012-12-03fiscal Q1 20118180001493152-12-001856

Inspect the source

Entity
WNC Housing Tax Credit Fund VI, L.P., Series 13 / CIK 0001321228
Captured
SEC response SHA-256
593acefa4c04bc164a9782df6b77cd303999dc8ef5de56cb6cf8ea856a7c9c16

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