Skip to content

Lazuriton Nano Biotechnology (U.S.A.) Inc.: filings

Every Lazuriton Nano Biotechnology (U.S.A.) Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2023-07-05

The latest filing in this captured record is a 10-Q filed 2023-07-05. No later filing is in the SEC companyfacts record captured on 2026-09-23. Lazuriton Nano Biotechnology (U.S.A.) Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-07-05fiscal Q1 202221460001640334-23-001211
10-K2023-05-03fiscal FY 202121440001640334-23-000748
10-Q2023-03-27fiscal Q3 202122700001640334-23-000452
10-Q2021-09-27fiscal Q2 202121640001640334-21-002392
10-Q2021-09-27fiscal Q1 202120440001640334-21-002385
10-K2021-09-22fiscal FY 202021440001640334-21-002291
10-Q2021-09-14fiscal Q3 202021680001640334-21-002186
10-Q2021-09-02fiscal Q2 202022680001640334-21-002085
10-Q2021-08-05fiscal Q1 202020440001640334-21-001765
10-K2021-07-22fiscal FY 201919400001640334-21-001627
10-Q2020-07-23fiscal Q3 201919590001640334-20-001834
10-Q2019-08-26fiscal Q2 201919560001640334-19-001749
10-Q2019-07-17fiscal Q1 201918400001640334-19-001401
10-K2019-06-14fiscal FY 201822440001640334-19-001147
10-Q2018-12-31fiscal Q3 201822540001640334-18-002426
10-Q/A2018-10-12fiscal Q2 201822560001640334-18-001910
10-Q2018-08-20fiscal Q2 201822560001640334-18-001644
10-Q2018-05-15fiscal Q1 201820410001640334-18-000979
10-K2018-04-03fiscal FY 201720400001640334-18-000622
10-Q2017-11-15fiscal Q3 201719510001640334-17-002452
10-Q2017-08-21fiscal Q2 201715390001640334-17-001783
10-Q2017-05-15fiscal Q1 201714250001640334-17-000949
10-K2017-04-13fiscal FY 201615280001640334-17-000688
10-Q2016-11-14fiscal Q3 201613340001640334-16-001959
10-Q2016-08-15fiscal Q2 201612230001640334-16-001540

Inspect the source

Entity
Lazuriton Nano Biotechnology (U.S.A.) Inc. / CIK 0001666178
Captured
SEC response SHA-256
ef5de0c7e03472fbc4df3dd3e4c100af470c65ca60fad94604b05e67440a3595

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