Skip to content

AvePoint, Inc.: filings

Every AvePoint, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-06fiscal Q2 2026491390001437749-26-026267
10-Q2026-05-07fiscal Q1 202649990001437749-26-015588
10-K2026-02-26fiscal FY 2025561430001437749-26-005907
10-Q2025-11-06fiscal Q3 2025491390001437749-25-033626
10-Q2025-08-07fiscal Q2 2025481350001437749-25-025492
10-Q2025-05-08fiscal Q1 202548970001437749-25-015552
10-K2025-02-28fiscal FY 2024541370001437749-25-005526
10-Q2024-11-07fiscal Q3 2024481350001437749-24-033984
10-Q2024-08-08fiscal Q2 2024471310001437749-24-025596
10-Q2024-05-09fiscal Q1 202448970001437749-24-015724
10-K2024-02-29fiscal FY 2023541380001437749-24-006145
10-Q2023-11-09fiscal Q3 2023471340001437749-23-031307
10-Q2023-08-09fiscal Q2 2023471340001437749-23-022818
10-Q2023-05-10fiscal Q1 202347960001437749-23-013659
10-K2023-03-31fiscal FY 2022531070001437749-23-008808
10-Q2022-11-14fiscal Q3 2022491350001437749-22-027272
10-Q2022-08-15fiscal Q2 2022491350001437749-22-020587
10-Q2022-05-16fiscal Q1 202250990001437749-22-012683
10-K2022-03-31fiscal FY 2021481270001437749-22-007895
10-Q2021-11-15fiscal Q3 2021471350001437749-21-026771
10-Q2021-08-16fiscal Q2 202121610001193125-21-247798
10-Q2021-05-19fiscal Q1 202120390001213900-21-027964
10-K/A2021-05-13fiscal FY 202020360001213900-21-026027
10-K2021-03-09fiscal FY 202019340001213900-21-014139
10-Q2020-11-16fiscal Q3 202020510001213900-20-037044
10-Q2020-08-12fiscal Q2 202020410001213900-20-021494
10-Q2020-05-12fiscal Q1 202018270001213900-20-011826
10-K2020-03-27fiscal FY 201919190001213900-20-007685
10-Q2019-11-12fiscal Q2 202019260001213900-19-022664

Inspect the source

Entity
AvePoint, Inc. / CIK 0001777921
Captured
2026-09-21T17:30:35.533Z
SEC response SHA-256
0f026fc239f4abc0335ecf8e030353ac2cd1e50398f83026bf8180dedb3f99f7

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