Skip to content

ARMA SERVICES, INC.: filings

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

Filing record ends 2023-09-21

The latest filing in this captured record is a 10-Q/A filed 2023-09-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. ARMA SERVICES, 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/A2023-09-21fiscal Q3 202326840001683168-23-006591
10-K/A2023-09-06fiscal FY 202328570001683168-23-006285
10-Q/A2023-08-11fiscal Q1 202319410001683168-23-005543
10-Q/A2023-03-21fiscal Q1 202334720001683168-23-001631
10-Q2023-03-17fiscal Q1 202334720001683168-23-001570
10-K2023-02-03fiscal FY 202328570001683168-23-000530
10-Q2022-09-28fiscal Q3 202225740001683168-22-006647
10-Q2022-05-23fiscal Q2 202226780001683168-22-003918
10-Q2022-03-30fiscal Q1 202223500001683168-22-002119
10-K2022-02-03fiscal FY 202123480001683168-22-000639
10-K2021-05-14fiscal FY 202023460001625285-21-000010
10-Q2021-05-12fiscal Q2 202021510001625285-21-000008
10-Q2021-02-24fiscal Q2 202021510001625285-21-000006
10-Q2021-02-23fiscal Q1 202017350001625285-21-000004
10-K2021-01-21fiscal FY 201923460001625285-21-000002
10-Q2020-09-03fiscal Q3 201918340001625285-20-000011
10-Q2020-09-03fiscal Q2 20209160001625285-20-000009
10-Q2020-09-02fiscal Q1 20209160001625285-20-000006
10-K2020-08-18fiscal FY 201822450001625285-20-000004
10-Q2018-12-10fiscal Q3 201822600001625285-18-000012
10-Q2018-12-10fiscal Q2 201821560001625285-18-000010
10-Q2018-12-10fiscal Q1 201820420001625285-18-000008
10-K2018-08-09fiscal FY 201721410001625285-18-000004
10-Q2017-09-15fiscal Q3 201719500001625285-17-000010
10-Q2017-06-08fiscal Q2 201719500001625285-17-000007
10-Q2017-04-24fiscal Q1 201718270001625285-17-000005
10-K2017-02-24fiscal FY 201619370001625285-17-000002
10-Q2016-12-15fiscal Q3 201617470001625285-16-000012

Inspect the source

Entity
ARMA SERVICES, INC. / CIK 0001625285
Captured
SEC response SHA-256
e95b5da45e7bfa347eac1334e8ef05236e1ccd178c8a9ffd56c653e83a303c2b

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