Skip to content

EVENTBRITE, INC.: filings

Every EVENTBRITE, INC. 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-K2026-03-12fiscal FY 2025551480001475115-26-000005
10-Q2025-11-06fiscal Q3 2025511490001475115-25-000115
10-Q2025-08-07fiscal Q2 2025511450001475115-25-000106
10-Q2025-05-08fiscal Q1 2025501030001475115-25-000073
10-K2025-02-27fiscal FY 2024531400001475115-25-000026
10-Q2024-11-07fiscal Q3 2024511490001475115-24-000197
10-Q2024-08-08fiscal Q2 2024501430001475115-24-000163
10-Q2024-05-02fiscal Q1 2024491010001475115-24-000097
10-K2024-02-27fiscal FY 2023501330001475115-24-000042
10-Q2023-11-01fiscal Q3 2023471410001475115-23-000166
10-Q2023-08-03fiscal Q2 2023471370001475115-23-000124
10-Q2023-05-09fiscal Q1 202346950001475115-23-000079
10-K2023-02-28fiscal FY 2022481300001475115-23-000040
10-Q/A2023-02-28fiscal Q3 2022471410001475115-23-000038
10-Q/A2023-02-28fiscal Q2 2022471370001475115-23-000037
10-Q2022-11-03fiscal Q3 2022471410001475115-22-000179
10-Q2022-07-28fiscal Q2 2022471370001475115-22-000132
10-Q2022-04-28fiscal Q1 202246950001475115-22-000068
10-K2022-02-18fiscal FY 2021481270001475115-22-000032
10-Q2021-10-28fiscal Q3 2021471410001475115-21-000126
10-Q2021-08-05fiscal Q2 2021471370001475115-21-000087
10-Q2021-05-06fiscal Q1 202146950001475115-21-000048
10-K2021-03-01fiscal FY 2020451160001475115-21-000020
10-Q2020-11-05fiscal Q3 2020431270001475115-20-000159
10-Q2020-08-07fiscal Q2 2020431250001475115-20-000122
10-Q2020-05-11fiscal Q1 202042890001475115-20-000058
10-K2020-03-02fiscal FY 2019481210001475115-20-000021
10-Q2019-11-07fiscal Q3 2019441460001475115-19-000080
10-Q2019-08-07fiscal Q2 2019441460001475115-19-000043
10-Q2019-05-01fiscal Q1 201945940001475115-19-000015
10-K2019-03-07fiscal FY 2018441200001475115-19-000007
10-Q2018-11-14fiscal Q3 2018421370001475115-18-000008

Inspect the source

Entity
EVENTBRITE, INC. / CIK 0001475115
Captured
2026-09-21T17:20:05.798Z
SEC response SHA-256
7dc5aa29ec6ff739c13f71c346ce14f3393f94f401fd6f7c8e9692ac1d38e283

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