Skip to content

AMERI METRO, INC.: filings

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

Filing record ends 2022-03-29

The latest filing in this captured record is a 10-Q/A filed 2022-03-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. AMERI METRO, 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-Q/A2022-03-29fiscal Q2 202217480001534155-22-000009
10-Q2022-03-22fiscal Q2 202217480001534155-22-000007
10-Q2021-12-10fiscal Q1 202218380001534155-21-000028
10-K2021-10-27fiscal FY 202121420001534155-21-000024
10-Q2021-06-16fiscal Q3 202117500001534155-21-000016
10-Q/A2021-03-19fiscal Q2 202117500001534155-21-000009
10-Q2020-12-21fiscal Q1 202117380001534155-20-000236
10-K2020-11-12fiscal FY 202021440001534155-20-000215
10-Q2020-05-26fiscal Q3 202018580001534155-20-000133
10-Q2020-05-01fiscal Q2 202019600001534155-20-000131
10-Q2020-04-27fiscal Q1 202018400001534155-20-000129
10-K2020-04-17fiscal FY 201921430001534155-20-000125
10-Q2020-04-01fiscal Q3 201919650001534155-20-000123
10-Q2020-04-01fiscal Q2 201919590001534155-20-000121
10-Q2020-04-01fiscal Q1 201919410001534155-20-000119
10-Q2019-12-30fiscal Q3 201819650001534155-19-000032
10-Q2019-12-30fiscal Q2 201819590001534155-19-000030
10-Q2019-12-30fiscal Q1 201819400001534155-19-000027
10-K/A2019-11-06fiscal FY 201822440001534155-19-000020
10-K2018-08-09fiscal FY 201715300001534155-18-000012
10-Q2017-06-14fiscal Q3 201716420001534155-17-000023
10-Q2017-03-17fiscal Q2 201715400001534155-17-000013
10-Q2016-12-16fiscal Q1 201714280001534155-16-000101
10-K2016-11-14fiscal FY 201617340001534155-16-000089
10-Q2016-06-20fiscal Q3 201615400001534155-16-000075
10-Q2016-03-22fiscal Q2 201613360001534155-16-000065
10-Q2015-12-16fiscal Q1 201613260001534155-15-000058
10-K2015-11-30fiscal FY 201515300001534155-15-000043
10-Q2015-06-19fiscal Q3 201512320001534155-15-000034
10-Q2015-03-24fiscal Q2 201511300001534155-15-000026
10-Q2015-03-03fiscal Q1 201512240001534155-15-000022
10-K2015-03-03fiscal FY 201412240001534155-15-000021

Inspect the source

Entity
AMERI METRO, INC. / CIK 0001534155
Captured
SEC response SHA-256
b163fe4c2b70dba78280f960104e968be09316a4a3dd5aeff67e1be47bbf9c6d

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