Skip to content

Baynon International Corp.: filings

Every Baynon International Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-11-02

The latest filing in this captured record is a 10-Q filed 2020-11-02. No later filing is in the SEC companyfacts record captured on 2026-09-23. Baynon International Corp. 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-11-02fiscal Q3 202020600001014897-20-000080
10-Q2020-08-10fiscal Q2 202020580001014897-20-000052
10-Q2020-05-15fiscal Q1 202020440001014897-20-000022
10-K2020-03-26fiscal FY 201921440001014897-20-000012
10-Q2019-10-31fiscal Q3 201920600001014897-19-000162
10-Q2019-08-09fiscal Q2 201923700001014897-19-000117
10-Q2019-05-06fiscal Q1 201918360001014897-19-000060
10-K2019-04-01fiscal FY 201820410001014897-19-000042
10-Q2018-11-14fiscal Q3 201817470001014897-18-000127
10-Q2018-08-14fiscal Q2 201817470001014897-18-000077
10-Q2018-05-14fiscal Q1 201816330001014897-18-000044
10-K2018-03-28fiscal FY 201720410001014897-18-000017
10-Q/A2017-11-21fiscal Q4 201717460001014897-17-000234
10-Q2017-08-14fiscal Q2 201717480001014897-17-000169
10-Q2017-05-15fiscal Q1 201716340001014897-17-000112
10-K2017-03-31fiscal FY 201618370001014897-17-000047
10-Q2016-11-14fiscal Q3 201617500001014897-16-000645
10-Q2016-08-15fiscal Q2 201617500001014897-16-000604
10-Q2016-05-11fiscal Q1 201617370001014897-16-000554
10-K2016-04-01fiscal FY 201517350001014897-16-000503
10-Q2015-11-12fiscal Q3 201518520001014897-15-000344
10-Q2015-08-14fiscal Q2 201517500001014897-15-000244
10-Q2015-05-15fiscal Q1 201516340001014897-15-000169
10-K2015-03-30fiscal FY 201416320001014897-15-000085
10-Q2014-11-14fiscal Q3 201418500001014897-14-000458
10-Q2014-08-14fiscal Q2 201416460001014897-14-000349
10-Q2014-05-14fiscal Q1 201416320001014897-14-000204
10-K2014-03-31fiscal FY 201317340001014897-14-000112
10-Q2013-11-13fiscal Q3 201317460001014897-13-000400
10-Q2013-08-12fiscal Q2 201318500001014897-13-000285
10-Q2013-05-15fiscal Q1 201315300001014897-13-000170
10-K2013-03-27fiscal FY 201220410001014897-13-000082
10-Q2012-11-08fiscal Q3 201217500001014897-12-000358
10-Q2012-08-16fiscal Q2 201216400001014897-12-000238
10-Q2012-05-15fiscal Q1 201212250001014897-12-000116
10-K2012-03-28fiscal FY 201115320001014897-12-000060
10-Q/A2011-11-01fiscal Q3 201113380001014897-11-000222
10-Q2011-08-15fiscal Q2 201113380001014897-11-000154

Inspect the source

Entity
Baynon International Corp. / CIK 0001089598
Captured
SEC response SHA-256
bb0e19dd903468bc833e824d5b078f95be98ada4476f2ff5668472824b18f336

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