Skip to content

BF Garden Tax Credit Fund V L.P.: filings

Every BF Garden Tax Credit Fund V L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2024-02-09

The latest filing in this captured record is a 10-Q filed 2024-02-09. No later filing is in the SEC companyfacts record captured on 2026-09-23. BF Garden Tax Credit Fund V L.P. 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-Q2024-02-09fiscal Q3 20249320001410578-24-000026
10-Q2023-11-09fiscal Q2 20249300001410578-23-002285
10-Q2023-08-10fiscal Q1 20249200001410578-23-001677
10-K2023-06-21fiscal FY 202310210001410578-23-001449
10-Q2023-02-13fiscal Q3 202310340001410578-23-000099
10-Q2022-11-10fiscal Q2 202310320001410578-22-003144
10-Q2022-08-11fiscal Q1 202310220001410578-22-002256
10-K2022-06-24fiscal FY 202210210001410578-22-001896
10-Q2022-02-11fiscal Q3 202210340001410578-22-000123
10-Q2021-11-10fiscal Q2 202210320001410578-21-000076
10-Q2021-08-12fiscal Q1 202210220001104659-21-103942
10-K2021-06-28fiscal FY 202110210001104659-21-086267
10-Q2021-02-12fiscal Q3 202110340001104659-21-021714
10-Q2020-11-12fiscal Q2 202110320001267425-20-000005
10-Q2020-08-12fiscal Q1 202110220001104659-20-093723
10-K2020-06-19fiscal FY 202010210001104659-20-074983
10-Q2020-02-13fiscal Q3 202010340001267425-20-000002
10-Q2019-11-13fiscal Q2 20209300001267425-19-000005
10-Q2019-08-13fiscal Q1 20209200001267425-19-000004
10-K2019-06-20fiscal FY 20199190001144204-19-031616
10-Q2019-02-13fiscal Q3 20199280001267425-19-000002
10-Q2018-11-13fiscal Q2 20198260001267425-18-000006
10-Q2018-08-13fiscal Q1 20198180001267425-18-000004
10-K2018-06-22fiscal FY 20189190001144204-18-035279
10-Q2018-02-13fiscal Q3 20189280001267425-18-000002
10-Q2017-11-13fiscal Q2 20188260001267425-17-000006
10-Q2014-02-14fiscal Q3 20138240001267425-14-000002
10-Q2013-11-14fiscal Q2 20138240001267425-13-000008
10-Q2013-08-14fiscal Q1 20138180001267425-13-000005
10-K2013-06-27fiscal FY 20128170001144204-13-036880
10-Q2013-02-14fiscal Q3 20128240001267425-13-000002
10-Q2012-11-14fiscal Q2 20129260001267425-12-000010
10-Q2012-08-14fiscal Q1 20129200001267425-12-000005
10-K2012-06-29fiscal FY 20118170001144204-12-037161
10-Q2012-02-14fiscal Q3 20119260001267425-12-000002
10-Q2011-11-14fiscal Q2 20119260001267425-11-000008
10-Q2011-08-15fiscal Q1 20119200001267425-11-000005

14 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
BF Garden Tax Credit Fund V L.P. / CIK 0001267425
Captured
SEC response SHA-256
983ceb3f370c9b71e8ca325f311d24f5fce61c08c9af0d25c78da146e64cbe08

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