Skip to content

ELASTIC N.V.: filings

Every ELASTIC N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-28fiscal Q1 2027551130001707753-26-000054
10-K2026-06-08fiscal FY 2026571490001707753-26-000018
10-Q2026-02-27fiscal Q3 2026551510001707753-26-000006
10-Q2025-11-24fiscal Q2 2026541490001707753-25-000056
10-Q2025-08-29fiscal Q1 2026531090001707753-25-000040
10-K2025-06-10fiscal FY 2025551440001707753-25-000021
10-Q2025-02-28fiscal Q3 2025531470001707753-25-000010
10-Q2024-11-25fiscal Q2 2025531470001707753-24-000047
10-Q2024-08-30fiscal FY 2025531090001707753-24-000038
10-K2024-06-14fiscal FY 2024551440001707753-24-000014
10-Q2024-03-01fiscal Q3 2024531450001707753-24-000006
10-Q2023-12-01fiscal Q2 2024531410001707753-23-000058
10-Q2023-09-01fiscal Q1 2024511030001707753-23-000048
10-K2023-06-16fiscal FY 2023551420001707753-23-000021
10-Q2023-03-03fiscal Q3 2023531410001707753-23-000008
10-Q2022-12-02fiscal Q2 2023531420001707753-22-000063
10-Q2022-08-29fiscal Q1 2023531100001707753-22-000048
10-K2022-06-21fiscal FY 2022551420001707753-22-000025
10-Q2022-03-10fiscal Q3 2022491320001707753-22-000016
10-Q2021-12-09fiscal Q2 2022481290001707753-21-000080
10-Q2021-09-01fiscal Q1 202248990001707753-21-000052
10-K2021-06-25fiscal FY 2021481210001707753-21-000026
10-Q2021-03-03fiscal Q3 2021471240001707753-21-000012
10-Q2020-12-07fiscal Q2 2021471240001707753-20-000032
10-Q2020-09-03fiscal Q1 202147970001707753-20-000018
10-K2020-06-26fiscal FY 2020491250001628280-20-009982
10-Q2020-03-09fiscal Q3 2020481230001564590-20-009213
10-Q2019-12-09fiscal Q2 2020481230001564590-19-045551
10-Q2019-09-10fiscal Q1 202048950001564590-19-034461
10-K2019-06-28fiscal FY 2019481230001564590-19-024066
10-Q2019-03-01fiscal Q3 2019451190001564590-19-005803
10-Q2018-12-12fiscal Q2 2019451160001564590-18-030849

Inspect the source

Entity
ELASTIC N.V. / CIK 0001707753
Captured
2026-09-21T17:26:22.440Z
SEC response SHA-256
bf67dc8bc9dd23758c9e2dc067477dca9ae9f8041beaa79a7143ad61919b1e29

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