Skip to content

BF GARDEN TAX CREDIT FUND IV L.P.: filings

Every BF GARDEN TAX CREDIT FUND IV L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-Q2025-02-12fiscal Q3 202510340001410578-25-000117
10-Q2024-11-07fiscal Q2 202510320001410578-24-001782
10-Q2024-08-09fiscal Q1 202510220001410578-24-001260
10-K2024-06-21fiscal FY 202411230001410578-24-001031
10-Q2024-02-09fiscal Q3 202411360001410578-24-000025
10-Q2023-11-09fiscal Q2 202411340001410578-23-002284
10-Q2023-08-10fiscal Q1 202411240001410578-23-001679
10-K2023-06-21fiscal FY 202311230001410578-23-001451
10-Q2023-02-13fiscal Q3 202311360001410578-23-000101
10-Q2022-11-10fiscal Q2 202311340001410578-22-003148
10-Q2022-08-11fiscal Q1 202311240001410578-22-002254
10-K2022-06-24fiscal FY 202211230001410578-22-001894
10-Q2022-02-11fiscal Q3 202211360001410578-22-000121
10-Q2021-11-10fiscal Q2 202210320001410578-21-000078
10-Q2021-08-12fiscal Q1 202110220001104659-21-103939
10-K2021-06-28fiscal FY 202111230001104659-21-086265
10-Q2021-02-12fiscal Q3 202111360001104659-21-021707
10-Q2020-11-12fiscal Q2 202110320000913778-20-000008
10-Q2020-08-12fiscal Q1 202110220001104659-20-093722
10-K2020-06-19fiscal FY 202011230001104659-20-074981
10-Q2020-02-13fiscal Q3 202011360000913778-20-000003
10-Q2019-11-13fiscal Q2 202011340000913778-19-000006
10-Q2019-08-13fiscal Q1 202010220000913778-19-000005
10-K2019-06-20fiscal FY 201910210001144204-19-031615
10-Q2019-02-13fiscal Q3 201910300000913778-19-000002
10-Q2018-11-13fiscal Q2 201910300000913778-18-000006
10-Q2018-08-13fiscal Q1 20199200000913778-18-000004
10-K2018-06-22fiscal FY 201810210001144204-18-035277
10-Q2018-02-13fiscal Q3 201810300000913778-18-000002
10-Q2017-11-13fiscal Q2 20189280000913778-17-000006
10-Q2014-02-14fiscal Q3 20138240000913778-14-000002
10-Q2013-11-14fiscal Q2 20138240000913778-13-000007
10-Q2013-08-14fiscal Q1 20138180000913778-13-000005
10-K2013-07-10fiscal FY 20128170001144204-13-038946
10-Q2013-02-14fiscal Q3 20128240000913778-13-000002
10-Q2012-11-15fiscal Q2 20128240000913778-12-000013
10-Q2012-08-14fiscal Q1 20128180000913778-12-000008
10-K2012-07-13fiscal FY 20118170001144204-12-039292
10-Q2012-02-14fiscal Q3 20118240000913778-12-000003
10-Q2011-11-14fiscal Q2 20118240000913778-11-000007
10-Q2011-08-15fiscal Q1 20118180000913778-11-000005

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

Inspect the source

Entity
BF GARDEN TAX CREDIT FUND IV L.P. / CIK 0000913778
Captured
2026-09-21T17:16:57.521Z
SEC response SHA-256
2cd4b675d3c09f8ea751a80a017186842aeb06444b9e3bca0f3a692c5bf8433d

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