Skip to content

CBA Florida, Inc.: filings

Every CBA Florida, 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 2020-05-14

The latest filing in this captured record is a 10-Q filed 2020-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. CBA Florida, 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-Q2020-05-14fiscal Q1 202026560001654954-20-005491
10-K2020-03-25fiscal FY 201931640001654954-20-003226
10-Q/A2019-11-15fiscal Q3 201934960001654954-19-013083
10-Q2019-11-14fiscal Q3 201934960001654954-19-013000
10-Q2019-08-14fiscal Q2 201934960001654954-19-009592
10-Q2019-05-15fiscal Q1 201934720001654954-19-006115
10-K2019-04-01fiscal FY 201836740001654954-19-003853
10-Q2018-11-14fiscal Q3 201832880001654954-18-012753
10-Q2018-08-14fiscal Q2 201831860001654954-18-009106
10-Q2018-05-14fiscal Q1 201830620001654954-18-005171
10-K2018-04-02fiscal FY 201735720001654954-18-003428
10-Q2017-11-13fiscal Q3 201732860001654954-17-010387
10-Q2017-08-11fiscal Q2 201732860001654954-17-007264
10-Q2017-05-15fiscal Q1 201732660001654954-17-004653
10-K2017-03-28fiscal FY 201639800001654954-17-002581
10-Q2016-11-14fiscal Q3 201633840001654954-16-003852
10-Q2016-08-12fiscal Q2 201632820001654954-16-001449
10-Q2016-05-16fiscal Q1 201633650001354488-16-007445
10-K2016-03-30fiscal FY 201535710001354488-16-006759
10-Q2015-11-16fiscal Q3 201532840001354488-15-005090
10-Q2015-08-14fiscal Q2 201535930001354488-15-003832
10-Q2015-05-15fiscal Q1 201531640001354488-15-002427
10-K2015-03-31fiscal FY 201438770001354488-15-001431
10-Q2014-11-14fiscal Q3 201433790001354488-14-005702
10-Q2014-08-14fiscal Q2 201435900001354488-14-004173
10-Q2014-05-15fiscal Q1 201434670001354488-14-002598
10-K2014-03-31fiscal FY 201340740001354488-14-001479
10-Q2013-11-14fiscal Q3 201331770001354488-13-006276
10-Q2013-08-14fiscal Q2 201330740001354488-13-004592
10-Q2013-05-15fiscal Q1 201332640001354488-13-002786
10-K2013-04-01fiscal FY 201235700001354488-13-001614
10-Q2012-11-14fiscal Q3 201233840001354488-12-005879
10-Q2012-08-14fiscal Q2 201234860001354488-12-004091
10-Q/A2012-05-25fiscal Q3 201131760001354488-12-002923
10-Q2012-05-21fiscal Q1 201233680001354488-12-002793
10-K2012-04-16fiscal FY 201132660001354488-12-001871
10-Q2011-11-14fiscal Q3 201131760001354488-11-004238
10-Q/A2011-09-26fiscal Q2 201132780001354488-11-003558
10-Q/A2011-09-06fiscal Q2 201132780001354488-11-003231
10-Q2011-08-11fiscal Q2 201132780001354488-11-002584

Inspect the source

Entity
CBA Florida, Inc. / CIK 0001289496
Captured
SEC response SHA-256
6656178906c80473b08f17b5a82a95b687a2845add1c8c2a4b99989a92fa87d6

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