Skip to content

LENSAR, INC.: filings

Every LENSAR, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-13fiscal Q2 2026451280001193125-26-349315
10-Q2026-05-08fiscal Q1 202646920001193125-26-214571
10-K2026-03-31fiscal FY 2025521050001193125-26-134587
10-Q2025-11-06fiscal Q3 2025471350001193125-25-269428
10-Q2025-08-07fiscal Q2 2025461290001320350-25-000004
10-Q2025-05-08fiscal Q1 202546940000950170-25-066964
10-K2025-02-27fiscal FY 2024521050000950170-25-029003
10-Q2024-11-07fiscal Q3 2024461340000950170-24-123534
10-Q2024-08-08fiscal Q2 2024461300000950170-24-093862
10-Q2024-05-09fiscal Q1 202447930000950170-24-056837
10-K2024-03-04fiscal FY 2023521040000950170-24-024807
10-Q2023-11-09fiscal Q3 2023441280000950170-23-062153
10-Q2023-08-09fiscal Q2 2023441240000950170-23-040659
10-Q2023-05-15fiscal Q1 202343870000950170-23-022253
10-K2023-03-16fiscal FY 2022501010000950170-23-008513
10-Q2022-11-09fiscal Q3 2022441280000950170-22-023929
10-Q2022-08-08fiscal Q2 2022441240001564590-22-028477
10-Q2022-05-09fiscal Q1 202238780001564590-22-018879
10-K2022-03-03fiscal FY 202149950001564590-22-008556
10-Q2021-11-08fiscal Q3 2021431130001564590-21-055276
10-Q2021-08-06fiscal Q2 2021421080001564590-21-041908
10-Q2021-05-06fiscal Q1 202141810001564590-21-025041
10-K2021-03-12fiscal FY 202048960001564590-21-012594
10-Q2020-11-12fiscal Q3 2020421160001564590-20-053175

Inspect the source

Entity
LENSAR, INC. / CIK 0001320350
Captured
2026-09-20T07:52:06.548Z
SEC response SHA-256
d69e560c039f84cdc5c8981beedf4e090952b7543a4ddc3a533c6c84c6dbba59

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