Skip to content

Hero Technologies Inc.: filings

Every Hero Technologies Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 filings, each linked to its SEC index.

Filing record ends 2023-11-16

The latest filing in this captured record is a 10-Q filed 2023-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Hero Technologies 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-Q2023-11-16fiscal Q3 202326710001477932-23-008544
10-Q2023-08-21fiscal Q2 202326710001477932-23-006343
10-Q2023-05-18fiscal Q1 202322480001477932-23-003715
10-K2023-03-31fiscal FY 202231640001477932-23-001971
10-Q/A2022-12-01fiscal Q3 202224680001477932-22-008991
10-Q2022-11-14fiscal Q3 202225690001477932-22-008347
10-Q2022-08-15fiscal Q2 202226740001477932-22-006039
10-Q2022-05-16fiscal Q1 202225510001477932-22-003461
10-K2022-04-04fiscal FY 202134700001477932-22-001994
10-Q2016-05-13fiscal Q1 201617340001354488-16-007402
10-K2016-03-30fiscal FY 201518360001354488-16-006787
10-Q2015-11-13fiscal Q3 201518480001354488-15-005006
10-Q2015-08-13fiscal Q2 201517460001354488-15-003811
10-Q2015-05-15fiscal Q1 201515300001354488-15-002437
10-K2015-03-31fiscal FY 201420520001354488-15-001461
10-Q2014-11-13fiscal Q3 201420660001354488-14-005687
10-Q2014-08-14fiscal Q2 201420660001354488-14-004223
10-Q2014-05-15fiscal Q1 201420520001354488-14-002665
10-K2014-03-31fiscal FY 201320450001354488-14-001511
10-Q2013-11-14fiscal Q3 201318460001354488-13-006351
10-Q2013-08-14fiscal Q2 201318560001354488-13-004580
10-Q2013-05-14fiscal Q1 201318460001354488-13-002755
10-K2013-04-01fiscal FY 201218460001354488-13-001666
10-Q2012-11-14fiscal Q3 201217510001354488-12-005811
10-Q/A2012-08-17fiscal Q2 201217510001354488-12-004347
10-Q2012-05-15fiscal Q1 201217400001354488-12-002562
10-K2012-03-29fiscal FY 201116410001354488-12-001449
10-Q2011-11-14fiscal Q3 201116460001354488-11-004391
10-Q2011-08-15fiscal Q2 201116460001354488-11-002782

Inspect the source

Entity
Hero Technologies Inc. / CIK 0001324736
Captured
SEC response SHA-256
cf41e9c049e4f8af8016c27901bac90e472b055f357d3f0e39febaf24745009c

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