Skip to content

BOWL AMERICA INC: filings

Every BOWL AMERICA INC annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-05-11

The latest filing in this captured record is a 10-Q filed 2021-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. BOWL AMERICA 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-05-11fiscal Q3 202130690001437749-21-011700
10-Q2021-02-09fiscal Q2 202130690001437749-21-002332
10-Q2020-11-10fiscal Q1 202129570001437749-20-023360
10-K2020-09-24fiscal FY 202032640001437749-20-020178
10-Q2020-05-12fiscal Q3 202031740001437749-20-010433
10-Q2020-02-11fiscal Q2 202030700001437749-20-002304
10-Q2019-11-12fiscal Q1 202030600001437749-19-022451
10-K2019-09-26fiscal FY 201931630001437749-19-019108
10-Q2019-05-14fiscal Q3 201929710001437749-19-009825
10-Q2019-02-13fiscal Q2 201929710001437749-19-002455
10-Q2018-11-13fiscal Q1 201928570001437749-18-020573
10-K/A2018-10-15fiscal FY 201834680001437749-18-018282
10-K2018-09-27fiscal FY 201835700001437749-18-017549
10-Q2018-05-15fiscal Q3 201830750001437749-18-009984
10-Q2018-02-13fiscal Q2 201831790001437749-18-002364
10-Q2017-11-14fiscal Q1 201831620001437749-17-019350
10-K/A2017-10-03fiscal FY 201734680001437749-17-016692
10-K2017-09-28fiscal FY 201734680001437749-17-016477
10-Q2017-05-16fiscal Q3 201730780001437749-17-009391
10-Q2017-02-14fiscal Q2 201730780001437749-17-002408
10-Q2016-11-15fiscal Q1 201730610001437749-16-042170
10-K2016-09-29fiscal FY 201633670001437749-16-039266
10-Q2016-05-10fiscal Q3 201629760001437749-16-031443
10-Q2016-02-09fiscal Q2 201629760001437749-16-025025
10-Q2015-11-10fiscal Q1 201629600001437749-15-020373
10-K/A2015-10-08fiscal FY 201533670001437749-15-018204
10-K2015-09-24fiscal FY 201533670001437749-15-017704
10-Q2015-05-12fiscal Q3 201528740001437749-15-009822
10-Q2015-02-10fiscal Q2 201529760001437749-15-002261
10-Q2014-11-12fiscal Q1 201529600001437749-14-020447
10-K2014-09-25fiscal FY 201433670001437749-14-017431
10-Q2014-05-13fiscal Q3 201429760001437749-14-008883
10-Q2014-02-12fiscal Q2 201429760001437749-14-001986
10-Q2013-11-12fiscal Q1 201429600001437749-13-014497
10-K2013-09-26fiscal FY 201332860001437749-13-012326
10-Q2013-05-14fiscal Q3 201328740001437749-13-005960
10-Q2013-02-12fiscal Q2 201328740001437749-13-001419
10-Q2012-11-14fiscal Q1 201329600001437749-12-011636
10-K2012-09-27fiscal FY 201234690001437749-12-009798
10-Q2012-05-15fiscal Q3 201227740001437749-12-005099
10-Q2012-02-14fiscal Q2 201227740001437749-12-001429
10-Q2011-11-15fiscal Q1 201227560001437749-11-008687

Inspect the source

Entity
BOWL AMERICA INC / CIK 0000013573
Captured
SEC response SHA-256
a0f6b2e740f1513e87a7c3c9678f8cb6bcd0031f5fb1996a565c47d64fcc3ed3

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