Skip to content

C & C TOURS, INC: filings

Every C & C TOURS, INC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-Q2024-11-21fiscal Q3 202419590001554795-24-000318
10-Q2024-08-05fiscal Q2 202419550001554795-24-000187
10-Q2024-05-09fiscal Q1 202419410001554795-24-000117
10-K2024-04-15fiscal FY 202318380001554795-24-000085
10-Q2023-11-02fiscal Q3 202319590001554795-23-000328
10-Q2023-08-03fiscal Q2 202319560001554795-23-000235
10-Q2023-05-04fiscal Q1 202319420001554795-23-000142
10-K2023-03-29fiscal FY 202218380001554795-23-000093
10-Q2022-11-03fiscal Q3 202218580001554795-22-000362
10-Q2022-08-12fiscal Q2 202218540001554795-22-000284
10-Q2022-05-12fiscal Q1 202218390001554795-22-000177
10-K2022-03-22fiscal FY 202117360001554795-22-000109
10-Q2021-11-05fiscal Q3 202118580001554795-21-000379
10-Q2021-08-13fiscal Q2 202119580001554795-21-000280
10-Q2021-05-17fiscal Q1 202118390001554795-21-000179
10-K2021-03-29fiscal FY 202020420001554795-21-000095
10-Q2020-11-05fiscal Q3 202019620001554795-20-000271
10-Q2020-09-14fiscal Q2 202019580001554795-20-000242
10-Q2020-09-04fiscal Q1 202019400001554795-20-000230
10-K2020-08-13fiscal FY 201921440001477932-20-004833
10-Q2020-06-25fiscal Q3 201923740001477932-20-003550
10-Q2020-06-25fiscal Q2 201923700001477932-20-003547
10-Q2020-06-24fiscal Q1 201923480001477932-20-003516
10-K2019-03-20fiscal FY 201817350001477932-19-001075
10-Q2018-11-07fiscal Q3 201817480001477932-18-005282
10-Q2018-08-09fiscal Q2 201817480001477932-18-003897
10-Q2018-05-04fiscal Q1 201817320001477932-18-002196
10-K2018-03-30fiscal FY 201717350001477932-18-001532
10-Q2017-11-09fiscal Q3 201717480001477932-17-005435
10-Q2017-08-10fiscal Q2 201717480001477932-17-003791
10-Q2017-05-11fiscal Q1 201717340001477932-17-002172
10-K2017-03-30fiscal FY 201617340001477932-17-001405
10-Q2016-11-03fiscal Q3 201617480001477932-16-013242
10-Q2016-08-05fiscal Q2 201617480001477932-16-011644
10-Q2016-05-06fiscal Q1 201617340001477932-16-010106
10-K2016-03-29fiscal FY 201517340001477932-16-009219
10-Q2015-11-06fiscal Q3 201517480001477932-15-006793
10-Q2015-08-13fiscal Q2 201517480001477932-15-005041
10-Q2015-05-08fiscal Q1 201517340001477932-15-002952
10-K2015-03-17fiscal FY 201417340001477932-15-001757
10-Q2014-11-12fiscal Q3 201417480001477932-14-005998
10-Q2014-08-05fiscal Q2 201418530001477932-14-004056
10-Q2014-05-13fiscal Q1 201418410001477932-14-002443
10-K2014-02-28fiscal FY 201318410001477932-14-000876
10-Q2013-11-04fiscal Q3 201318530001477932-13-005025
10-Q2013-08-09fiscal Q2 201318530001477932-13-003541
10-Q2013-05-03fiscal Q1 201316370001477932-13-002113
10-K2013-03-28fiscal FY 201216380001477932-13-001394

Inspect the source

Entity
C & C TOURS, INC / CIK 0001430319
Captured
2026-09-21T17:19:42.452Z
SEC response SHA-256
acd64286d2244b59428ba3477280a0829d7016c585ac8427a145961f9429ce37

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