Skip to content

POWERFLEET, INC.: filings

Every POWERFLEET, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-08-10fiscal Q1 2027571190001628280-26-055222
10-K2026-06-15fiscal FY 2026622010001628280-26-043187
10-Q2026-02-09fiscal Q3 2026601710001628280-26-006487
10-Q2025-11-10fiscal Q2 2026601670001628280-25-051024
10-Q2025-08-11fiscal Q1 2026601250001628280-25-039575
10-K2025-06-26fiscal FY 2025622120001628280-25-033105
10-Q2025-02-10fiscal Q3 2025601700001628280-25-004642
10-Q2024-11-12fiscal Q2 2025601660001628280-24-047133
10-Q2024-08-28fiscal Q1 2025581200001628280-24-038616
10-K2024-05-09fiscal FY 2023574970001493152-24-018526
10-Q2023-11-13fiscal Q3 2023551570001493152-23-040345
10-Q2023-08-10fiscal Q2 2023551540001493152-23-027472
10-Q2023-05-10fiscal Q1 2023551140001493152-23-016224
10-K2023-03-31fiscal FY 2022561430001493152-23-010426
10-Q2022-11-09fiscal Q3 2022541510001493152-22-031096
10-K/A2022-08-26fiscal FY 2021561430001493152-22-024098
10-Q2022-08-09fiscal Q2 2022541480001493152-22-021775
10-Q2022-05-10fiscal Q1 2022541110001493152-22-012732
10-K2022-03-16fiscal FY 2021541370001493152-22-007009
10-Q2021-11-10fiscal Q3 2021501390001493152-21-027741
10-Q2021-08-10fiscal Q2 2021511400001493152-21-019178
10-Q2021-05-12fiscal Q1 2021511050001493152-21-011139
10-K2021-03-22fiscal FY 2020531300001493152-21-006467
10-Q2020-11-13fiscal Q3 2020491310001493152-20-021311
10-Q2020-08-14fiscal Q2 2020481250001493152-20-015761
10-Q2020-05-15fiscal Q1 202049990001493152-20-009148
10-K2020-04-08fiscal FY 2019531750001493152-20-006032
10-Q2019-11-13fiscal Q3 2019471270001493152-19-017037

Inspect the source

Entity
POWERFLEET, INC. / CIK 0001774170
Captured
2026-09-21T17:30:20.955Z
SEC response SHA-256
a6e3621ffef40988b2ecfc564dc233e3ac55aeb6a7821a0eff28958121b3c74f

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