Skip to content

Trans-Pacific Aerospace Company, Inc.: filings

Every Trans-Pacific Aerospace Company, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2017-11-21

The latest filing in this captured record is a 10-Q filed 2017-11-21. No later filing is in the SEC companyfacts record captured on 2026-09-23. Trans-Pacific Aerospace Company, 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-Q2017-11-21fiscal Q3 201733910001683168-17-003129
10-Q2017-06-19fiscal Q2 201730840001683168-17-001615
10-Q2017-03-22fiscal Q1 201723480001683168-17-000634
10-K/A2017-03-06fiscal FY 201626530001683168-17-000498
10-K2017-02-28fiscal FY 201626530001683168-17-000455
10-Q2016-09-19fiscal Q3 201626720001683168-16-000147
10-Q/A2016-06-21fiscal Q2 201626720001019687-16-006750
10-Q2016-06-20fiscal Q2 201626720001019687-16-006732
10-Q2016-03-16fiscal Q1 201624490001019687-16-005488
10-K2016-02-16fiscal FY 201524490001019687-16-005184
10-Q2015-09-21fiscal Q3 201524660001019687-15-003517
10-Q2015-06-19fiscal Q2 201523620001019687-15-002456
10-Q2015-03-16fiscal Q1 201523480001019687-15-000970
10-K2015-02-13fiscal FY 201424490001019687-15-000579
10-Q2014-09-19fiscal Q3 201423580001019687-14-003641
10-Q2014-06-23fiscal Q2 201424910001019687-14-002521
10-Q2014-03-24fiscal Q1 201423730001019687-14-000966
10-K2014-02-13fiscal FY 201326800001019687-14-000501
10-Q2013-09-18fiscal Q3 201326960001019687-13-003618
10-Q2013-06-19fiscal Q2 201324830001019687-13-002389
10-Q2013-03-22fiscal Q1 201324680001019687-13-000933
10-K2013-02-14fiscal FY 201227770001019687-13-000470
10-Q/A2012-09-24fiscal Q3 201224770001019687-12-003443
10-Q2012-06-19fiscal Q2 201223790001167966-12-000184
10-Q2012-03-20fiscal Q1 201220590001144204-12-016035
10-K2012-02-13fiscal FY 201120570001144204-12-007369
10-Q/A2011-09-29fiscal Q3 201119630001144204-11-055476

Inspect the source

Entity
Trans-Pacific Aerospace Company, Inc. / CIK 0001422295
Captured
SEC response SHA-256
3c4a2fd5306df52cb4dd676589881cea73bc4a67741fa99241fdd7cbe94777ac

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