Skip to content

Atai Beckley N.V.: filings

Every Atai Beckley N.V. annual and quarterly report in the SEC record with the published financial measures it tagged, 19 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-Q2025-11-12fiscal Q3 2025531450001193125-25-277583
10-Q2025-08-14fiscal Q2 2025531450000950170-25-108883
10-Q2025-05-14fiscal Q1 2025521040000950170-25-071435
10-K2025-03-17fiscal FY 2024571140000950170-25-040244
10-Q/A2024-11-14fiscal Q3 2024451230000950170-24-127129
10-Q2024-11-13fiscal Q3 2024451230000950170-24-126515
10-Q2024-08-13fiscal Q2 2024451230000950170-24-096296
10-Q2024-05-15fiscal Q1 202445910000950170-24-060044
10-K2024-03-28fiscal FY 2023521050000950170-24-038138
10-Q2023-11-14fiscal Q3 2023461260000950170-23-063730
10-Q2023-08-10fiscal Q2 2023461260000950170-23-041345
10-Q2023-05-11fiscal Q1 202346940000950170-23-021271
10-K2023-03-24fiscal FY 202248970000950170-23-009756
10-Q2022-11-10fiscal Q3 2022441180000950170-22-024162
10-Q2022-08-15fiscal Q2 2022431160000950170-22-017253
10-Q2022-05-16fiscal Q1 202242840000950170-22-009966
10-K2022-03-30fiscal FY 202141830000950170-22-005013
10-Q2021-11-15fiscal Q3 202137920000950170-21-004541
10-Q/A2021-08-20fiscal Q2 202136900001193125-21-252855

Inspect the source

Entity
Atai Beckley N.V. / CIK 0001840904
Captured
2026-09-21T17:31:27.290Z
SEC response SHA-256
d59c03113670b07240760d671b7047e35f842d75a13c328b51dd0c67d2c59771

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