Skip to content

PHUNWARE, INC.: filings

Every PHUNWARE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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 Q2 2026421210001193125-26-342349
10-Q2026-05-11fiscal Q1 202640830001193125-26-216740
10-K2026-03-27fiscal FY 202545910001193125-26-126850
10-Q2025-11-07fiscal Q3 2025411210001193125-25-272407
10-Q2025-08-08fiscal Q2 2025411210000950170-25-105877
10-Q2025-05-15fiscal Q1 202541850000950170-25-072874
10-K2025-03-31fiscal FY 202446900000950170-25-047919
10-Q2024-11-08fiscal Q3 2024411170000950170-24-124197
10-Q2024-08-09fiscal Q2 2024411170001493152-24-031015
10-Q2024-05-13fiscal Q1 202442870001628280-24-022743
10-K2024-03-15fiscal FY 202347950001628280-24-011484
10-Q2023-11-13fiscal Q3 2023491390001628280-23-038352
10-Q2023-08-14fiscal Q2 2023491390001628280-23-029388
10-Q2023-05-12fiscal Q1 202348990001628280-23-017868
10-K2023-03-31fiscal FY 2022531080001628280-23-010188
10-Q2022-11-10fiscal Q3 2022481350001628280-22-029530
10-Q2022-08-15fiscal Q2 2022491400001628280-22-022920
10-Q2022-05-16fiscal Q1 2022491020001628280-22-014526
10-K2022-04-07fiscal FY 2021551140001628280-22-008722
10-Q2021-11-12fiscal Q3 2021471430001628280-21-023228
10-Q2021-08-13fiscal Q2 2021481390001628280-21-017003
10-Q2021-05-14fiscal Q1 202145950001628280-21-010391
10-K2021-03-31fiscal FY 202048990001628280-21-006256
10-Q2020-11-12fiscal Q3 2020441220001628280-20-016344
10-Q2020-08-14fiscal Q2 2020431200001628280-20-012736
10-Q2020-05-15fiscal Q1 202041860001628280-20-007915
10-K2020-03-30fiscal FY 2019501060001628280-20-004377
10-Q2019-11-14fiscal Q3 2019401170001628280-19-014220
10-Q2019-08-13fiscal Q2 2019431290001628280-19-010693
10-Q2019-05-15fiscal Q1 201936760001213900-19-008896
10-K2019-03-20fiscal FY 201846930001213900-19-004502
10-K2019-03-06fiscal FY 201819370001213900-19-003625
10-Q2018-10-15fiscal Q3 201819420001213900-18-013919
10-Q2018-07-13fiscal Q2 201819410001213900-18-009180
10-Q2018-04-12fiscal Q1 201816340001213900-18-004361
10-K2018-02-12fiscal FY 201718350001213900-18-001544
10-Q2017-10-11fiscal Q3 201715350001213900-17-010473
10-Q2017-07-07fiscal Q2 201718390001213900-17-007281
10-Q2017-04-13fiscal Q1 201718330001213900-17-003697
10-K2017-02-14fiscal FY 201618180001213900-17-001358
10-Q2016-10-14fiscal Q3 201614150001213900-16-017537

Inspect the source

Entity
PHUNWARE, INC. / CIK 0001665300
Captured
2026-09-21T17:24:06.273Z
SEC response SHA-256
b69f5a8e61c8d030d9bffa5d7b08e32aa942d5e04c6629fc234162015440bde4

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