Skip to content

AMERIGUARD SECURITY SERVICES, INC.: filings

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

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-Q2026-07-01fiscal Q1 202634730001213900-26-074427
10-K2026-06-29fiscal FY 202538780001213900-26-073232
10-Q2025-11-17fiscal Q3 202537750001213900-25-111597
10-Q2025-09-25fiscal Q2 202539790001213900-25-091579
10-Q2025-05-19fiscal Q1 202537740001829126-25-003800
10-K2025-05-12fiscal FY 202437760001829126-25-003553
10-K/A2025-05-08fiscal FY 202335710001829126-25-003478
10-Q2024-11-14fiscal Q3 202436870001829126-24-007504
10-Q2024-08-15fiscal Q2 202432650001829126-24-005540
10-Q2024-05-22fiscal Q1 202436720001829126-24-003664
10-K2024-04-04fiscal FY 202337730001829126-24-002229
10-Q2023-11-14fiscal Q3 202336730001829126-23-007347
10-K/A2023-09-15fiscal FY 202232630001829126-23-006123
10-Q2023-08-14fiscal Q2 202336740001829126-23-005418
10-K/A2023-05-24fiscal FY 202232630001829126-23-003731
10-Q2023-05-16fiscal Q1 202331630001829126-23-003491
10-K2023-03-30fiscal FY 202232630001829126-23-002409
10-Q2022-11-10fiscal Q3 202214430001829126-22-019160
10-Q2022-08-15fiscal Q2 202214390001829126-22-015754
10-Q2022-05-16fiscal Q1 202210260001829126-22-011008
10-K2022-03-31fiscal FY 202112370001829126-22-007107
10-Q2021-11-12fiscal Q3 202115480001262463-21-000555
10-Q2021-09-08fiscal Q2 202115420001262463-21-000441
10-Q2021-06-15fiscal Q1 202114210001829126-21-005074
10-K2021-06-14fiscal FY 202015150001829126-21-005037
10-Q2014-08-14fiscal Q2 201437990001213900-14-005894
10-Q2014-05-20fiscal Q1 201435700001213900-14-003658
10-K2014-04-15fiscal FY 201338740001213900-14-002483
10-Q2013-11-14fiscal Q3 201333880001213900-13-006471
10-Q2013-08-09fiscal Q2 201333890001213900-13-004119
10-Q2013-05-15fiscal Q1 201334660001213900-13-002608
10-K2013-04-01fiscal FY 201237770001213900-13-001566
10-Q2012-11-14fiscal Q3 201236890001213900-12-006208
10-Q/A2012-08-29fiscal Q2 201233860001213900-12-005002
10-K/A2012-07-31fiscal FY 201130610001213900-12-004074
10-Q2012-05-21fiscal Q1 201231620001213900-12-002944
10-K2012-04-16fiscal FY 201130610001213900-12-001906
10-Q2011-12-28fiscal Q3 201113270001514443-11-000013
10-Q2011-10-04fiscal Q2 201113230001514443-11-000011

Inspect the source

Entity
AMERIGUARD SECURITY SERVICES, INC. / CIK 0001514443
Captured
2026-09-20T09:13:24.895Z
SEC response SHA-256
8e9ffbe8321b48f01f63574c9160ebf4c9dbf563d0de59aed059cf4342a78814

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