Skip to content

SADDLEBROOK RESORTS INC: filings

Every SADDLEBROOK RESORTS INC 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 2021-08-12

The latest filing in this captured record is a 10-Q filed 2021-08-12. No later filing is in the SEC companyfacts record captured on 2026-09-23. SADDLEBROOK RESORTS INC 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-Q2021-08-12fiscal Q1 202134710001193125-21-244269
10-K2021-04-28fiscal FY 202034680001193125-21-136702
10-Q/A2020-12-04fiscal Q3 202033860001193125-20-310425
10-Q2020-08-14fiscal Q2 202033870001193125-20-220387
10-Q2020-05-15fiscal Q1 202033690001193125-20-143578
10-K2020-03-30fiscal FY 201934690001193125-20-090918
10-Q2019-11-14fiscal Q3 201933860001193125-19-291998
10-Q2019-08-14fiscal Q2 201933870001193125-19-220757
10-Q2019-05-17fiscal Q1 201933690001193125-19-150003
10-K2019-03-29fiscal FY 201833660001193125-19-092172
10-Q2018-11-14fiscal Q3 201832850001193125-18-326621
10-Q2018-08-14fiscal Q2 201832850001193125-18-248287
10-Q2018-05-21fiscal Q1 201827570001193125-18-169297
10-K2018-04-16fiscal FY 201729580001193125-18-118698
10-Q2017-11-14fiscal Q3 201727750001193125-17-342028
10-Q2017-08-10fiscal Q2 201727750001193125-17-254384
10-Q2017-05-15fiscal Q1 201727570001193125-17-170249
10-K2017-03-30fiscal FY 201629580001193125-17-103968
10-Q2016-11-14fiscal Q3 201627740001193125-16-767495
10-Q2016-08-12fiscal Q2 201627750001193125-16-680642
10-Q2016-05-13fiscal Q1 201627570001193125-16-590057
10-K2016-03-30fiscal FY 201529580001193125-16-522859
10-Q2015-11-16fiscal Q3 201527740001193125-15-378029
10-Q2015-08-13fiscal Q2 201527750001193125-15-289278
10-Q2015-05-15fiscal Q1 201527570001193125-15-189635
10-K2015-03-31fiscal FY 201429580001193125-15-113924
10-Q2014-11-14fiscal Q3 201428770001193125-14-412810
10-Q2014-08-20fiscal Q2 201430810001193125-14-315420
10-Q2014-05-15fiscal Q1 201430630001193125-14-201343
10-K2014-03-27fiscal FY 201331630001193125-14-118656
10-Q2013-11-14fiscal Q3 201330810001193125-13-441700
10-Q2013-08-13fiscal Q2 201330810001193125-13-332320
10-Q2013-05-15fiscal Q1 201330630001193125-13-222032
10-K2013-04-11fiscal FY 201232640001193125-13-150642
10-Q2012-11-14fiscal Q3 201230810001193125-12-469961
10-Q2012-08-14fiscal Q2 201230810001193125-12-354796
10-Q2012-05-15fiscal Q1 201227580001193125-12-233085
10-K2012-03-30fiscal FY 201129770001193125-12-142912
10-Q2011-11-14fiscal Q3 201128770001193125-11-310618
10-Q2011-08-12fiscal Q2 201127730001193125-11-221015

Inspect the source

Entity
SADDLEBROOK RESORTS INC / CIK 0000313151
Captured
SEC response SHA-256
4553873b7aaa0e4fcb11340fa06c73df4bbfd488a781fcc4d3b95cd75637cc8a

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