Skip to content

NUBURU, INC.: filings

Every NUBURU, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-14fiscal Q2 2026561450001193125-26-352609
10-Q2026-05-20fiscal Q1 2026571030001193125-26-232836
10-K2026-03-31fiscal FY 202553970001193125-26-134922
10-Q2025-11-14fiscal Q3 2025501420001193125-25-283285
10-Q2025-08-14fiscal Q2 2025501380000950170-25-109054
10-Q/A2025-07-03fiscal Q1 202551990000950170-25-093986
10-Q2025-05-20fiscal Q1 202551990000950170-25-075392
10-K2025-04-15fiscal FY 2024531520000950170-25-054321
10-Q2024-11-14fiscal Q3 2024521510000950170-24-127209
10-Q/A2024-11-14fiscal Q2 2024521470000950170-24-127190
10-Q/A2024-11-14fiscal Q1 2024521070000950170-24-127189
10-K/A2024-11-08fiscal FY 2023521170000950170-24-124234
10-K/A2024-09-06fiscal FY 2023521080000950170-24-104383
10-Q2024-08-14fiscal Q2 2024521470000950170-24-097169
10-K/A2024-08-12fiscal FY 2023521080000950170-24-095554
10-Q2024-05-15fiscal Q1 2024521070000950170-24-060605
10-K2024-04-15fiscal FY 2023521080000950170-24-044503
10-Q2023-11-09fiscal Q3 2023511490000950170-23-062238
10-Q2023-08-11fiscal Q2 2023511460000950170-23-041843
10-Q2023-05-12fiscal Q1 2023491020000950170-23-021765
10-K2023-03-31fiscal FY 202219370000950170-23-011357
10-Q2022-11-14fiscal Q3 202218530001104659-22-117563
10-Q2022-08-15fiscal Q2 202218500001104659-22-090610
10-Q2022-05-16fiscal Q1 202216340001104659-22-061335
10-K2022-03-31fiscal FY 202117360001104659-22-041015
10-Q/A2022-01-31fiscal Q3 202121570001104659-22-009164
10-K/A2022-01-28fiscal FY 202018220001104659-22-009084
10-Q2021-11-15fiscal Q3 202119530001104659-21-139332
10-Q2021-08-20fiscal Q2 202118440001104659-21-108187
10-Q2021-06-07fiscal Q1 202118270001104659-21-077697
10-K/A2021-05-14fiscal FY 202019210001104659-21-066886
10-K2021-03-31fiscal FY 202018200001104659-21-044824
10-Q2020-11-16fiscal Q3 202017240001104659-20-125794
10-Q2020-10-16fiscal Q2 202013150001104659-20-115674

Inspect the source

Entity
NUBURU, INC. / CIK 0001814215
Captured
2026-09-21T17:33:58.101Z
SEC response SHA-256
8c4c9b4c32aab18e9936b107e3f794bed1786bd73eb6bfa3d1003ed11a107499

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