Skip to content

LUCENT, INC.: filings

Every LUCENT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-Q2024-11-14fiscal Q3 202421640001393905-24-000387
10-Q2024-08-14fiscal Q2 202422620001393905-24-000285
10-Q2024-05-20fiscal Q1 202422480001393905-24-000183
10-K2024-03-27fiscal FY 202323480001393905-24-000096
10-Q2023-11-14fiscal Q3 202323720001558891-23-000057
10-Q2023-07-27fiscal Q2 202323680001558891-23-000052
10-Q2023-04-26fiscal Q1 202315330001558891-23-000039
10-K2023-03-30fiscal FY 202225520001558891-23-000025
10-Q2022-11-07fiscal Q3 202224740001558891-22-000083
10-Q2022-07-19fiscal Q2 202224700001558891-22-000061
10-Q2022-06-06fiscal Q1 202224520001558891-22-000044
10-K2022-05-13fiscal FY 202125520001558891-22-000031
10-Q2021-12-08fiscal Q3 202124720001558891-21-000084
10-Q2021-09-30fiscal Q2 202125680001558891-21-000064
10-Q2021-05-20fiscal Q1 202121340001558891-21-000050
10-K2021-04-15fiscal FY 202024500001558891-21-000035
10-Q2021-01-05fiscal Q3 202019430001558891-21-000002
10-Q2020-12-17fiscal Q2 202017370001558891-20-000047
10-Q/A2020-12-01fiscal Q1 202010140001558891-20-000043
10-K/A2020-11-24fiscal FY 201911170001558891-20-000041
10-Q2020-08-31fiscal Q1 202015310001558891-20-000031
10-K2020-03-03fiscal FY 201915320001558891-20-000004
10-Q2019-12-31fiscal Q3 201915430001558891-19-000085
10-Q2019-11-13fiscal Q2 201918460001558891-19-000074
10-Q2019-10-15fiscal Q1 201917330001558891-19-000069
10-K2019-08-16fiscal FY 201814280001558891-19-000064

Inspect the source

Entity
LUCENT, INC. / CIK 0001726079
Captured
2026-09-21T17:19:25.449Z
SEC response SHA-256
d3bdff947387d4bb26315fde860233fffdf049eb6cc5deeedbf6258dc6f37d0c

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