Skip to content

BLUEGREEN VACATIONS HOLDING CORPORATION: filings

Every BLUEGREEN VACATIONS HOLDING CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2023-11-06

The latest filing in this captured record is a 10-Q filed 2023-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. BLUEGREEN VACATIONS HOLDING CORPORATION 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-Q2023-11-06fiscal Q3 202330970000315858-23-000046
10-Q2023-08-02fiscal Q2 202331940000315858-23-000042
10-Q2023-05-04fiscal Q1 202330630000315858-23-000027
10-K2023-03-13fiscal FY 202238970000315858-23-000011
10-Q2022-11-03fiscal Q3 202230970000315858-22-000067
10-Q2022-08-03fiscal Q2 202230930000315858-22-000052
10-Q2022-05-05fiscal Q1 202230620000315858-22-000030
10-K2022-03-04fiscal FY 202138970001562762-22-000091
10-Q2021-11-03fiscal Q3 202131960000315858-21-000145
10-Q2021-08-04fiscal Q2 202131930000315858-21-000122
10-Q2021-05-10fiscal Q1 202131630000315858-21-000063
10-K2021-03-01fiscal FY 2020391430000315858-21-000008
10-Q2020-11-09fiscal Q3 202033960000315858-20-000112
10-Q2020-08-10fiscal Q2 2020371170000315858-20-000079
10-Q2020-05-11fiscal Q1 202036800000315858-20-000054
10-K2020-03-13fiscal FY 2019462100000315858-20-000029
10-Q2019-11-01fiscal Q3 2019371100000315858-19-000101
10-Q2019-08-07fiscal Q2 2019371100000315858-19-000063
10-Q2019-05-06fiscal Q1 201936760000315858-19-000033
10-K2019-03-12fiscal FY 2018431990000315858-19-000023
10-Q2018-11-06fiscal Q3 2018351200000315858-18-000110
10-Q2018-08-06fiscal Q2 2018351200000315858-18-000073
10-Q2018-05-08fiscal Q1 201834890000315858-18-000056
10-K2018-03-09fiscal FY 2017421970000315858-18-000018
10-Q2017-11-06fiscal Q3 201730940000315858-17-000085
10-Q2017-08-08fiscal Q2 201729940000315858-17-000046
10-Q2017-05-09fiscal Q1 201727590000315858-17-000022
10-K2017-03-15fiscal FY 2016371910000315858-17-000008
10-Q2016-11-08fiscal Q3 201626830000315858-16-000125
10-Q2016-08-09fiscal Q2 201626830000315858-16-000108
10-Q2016-05-06fiscal Q1 201622480000315858-16-000099
10-K2016-03-15fiscal FY 2015351770000315858-16-000090
10-Q2015-11-16fiscal Q3 201523740000315858-15-000080
10-Q2015-08-07fiscal Q2 201524770000315858-15-000040
10-Q2015-05-08fiscal Q1 201523500000315858-15-000023
10-K2015-03-16fiscal FY 2014371800000315858-15-000009
10-Q2014-11-10fiscal Q3 201422730000315858-14-000059
10-Q2014-08-11fiscal Q2 201423740000315858-14-000041
10-Q2014-05-12fiscal Q1 201423490000315858-14-000020
10-K2014-03-17fiscal FY 2013381920000315858-14-000005
10-Q2013-11-14fiscal Q3 201327830000315858-13-000041
10-Q2013-08-14fiscal Q2 201327830000315858-13-000026
10-Q2013-05-15fiscal Q1 201327570000315858-13-000012
10-K2013-04-01fiscal FY 2012381900000315858-13-000007
10-Q2012-11-15fiscal Q3 201228840000315858-12-000010
10-Q/A2012-09-12fiscal Q2 201228840001193125-12-389197
10-Q2012-05-15fiscal Q1 201227550001193125-12-234783
10-K/A2012-04-18fiscal FY 201130830001193125-12-168314
10-K2012-03-30fiscal FY 201130830001193125-12-144075
10-Q2011-11-14fiscal Q3 201127760001193125-11-311369
10-Q2011-08-15fiscal Q2 201127760000950123-11-077373

Inspect the source

Entity
BLUEGREEN VACATIONS HOLDING CORPORATION / CIK 0000315858
Captured
SEC response SHA-256
27addd0a8a5d29cc3217d4530d3c3db027e97552f136ec98000324178f63afe3

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