Skip to content

FRONTERA GROUP, INC.: filings

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

Filing record ends 2023-02-24

The latest filing in this captured record is a 10-Q filed 2023-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-23. FRONTERA GROUP, 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-Q2023-02-24fiscal Q2 202324540001549727-23-000007
10-Q2022-11-22fiscal Q1 202325460001549727-22-000096
10-K2022-10-05fiscal FY 202224330001549727-22-000089
10-Q2022-05-16fiscal Q3 202216350001549727-22-000026
10-Q2022-02-18fiscal Q2 202214300001549727-22-000009
10-Q2021-11-18fiscal Q1 202215240001549727-21-000072
10-K2021-09-01fiscal FY 20218200001549727-21-000062
10-Q2021-09-01fiscal Q3 20218220001549727-21-000061
10-Q2021-09-01fiscal Q2 20218200001549727-21-000060
10-Q2021-09-01fiscal Q1 20218180001549727-21-000059
10-K2021-09-01fiscal FY 202014310001549727-21-000058
10-Q2021-09-01fiscal Q3 202014300001549727-21-000057
10-Q2021-09-01fiscal Q3 201916450001549727-21-000056
10-Q2021-09-01fiscal Q2 201916430001549727-21-000055
10-Q2021-09-01fiscal Q2 202014290001549727-21-000054
10-Q2021-09-01fiscal Q1 202013230001549727-21-000052
10-K2021-09-01fiscal FY 201916430001549727-21-000050
10-Q2018-12-31fiscal Q1 201914270001549727-18-000045
10-K2018-11-23fiscal FY 201817340001549727-18-000040
10-Q2018-06-19fiscal Q3 201816410001549727-18-000017
10-Q2018-03-28fiscal Q2 201816410001549727-18-000012
10-Q2017-11-27fiscal Q1 201813250001549727-17-000054
10-K2017-10-23fiscal FY 201720380001549727-17-000044
10-Q2017-05-19fiscal Q3 201718410001549727-17-000028
10-Q2017-02-08fiscal Q2 201717390001549727-17-000003
10-Q2016-12-13fiscal Q1 201717290001549727-16-000170
10-K2016-10-31fiscal FY 201619390001549727-16-000160
10-Q2016-05-31fiscal Q3 201616390001549727-16-000134
10-Q2016-02-16fiscal Q2 201616380001549727-16-000117
10-Q2015-10-19fiscal Q1 201616360001602813-15-000018
10-K2015-07-28fiscal FY 201516330001602813-15-000015
10-Q2015-05-08fiscal Q3 201417470001602813-15-000011
10-Q2015-01-27fiscal Q2 201419450001602813-15-000009

Inspect the source

Entity
FRONTERA GROUP, INC. / CIK 0001602813
Captured
SEC response SHA-256
f0de7bcbd9bfa26827522a36af4dacb880bc3a8195d8fb75e4bfe54c489ab1df

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