Skip to content

BIOLASE, INC.: filings

Every BIOLASE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-07fiscal Q3 2024551540000950170-24-123472
10-Q2024-08-08fiscal Q2 2024551530000950170-24-094086
10-Q2024-05-13fiscal Q1 2024551130000950170-24-058704
10-K2024-03-21fiscal FY 2023591540000950170-24-034812
10-Q2023-11-09fiscal Q3 2023551530000950170-23-062187
10-Q2023-08-10fiscal Q2 2023551530000950170-23-041449
10-Q2023-05-11fiscal Q1 2023551120000950170-23-021323
10-K2023-03-28fiscal FY 2022581520000950170-23-010364
10-Q2022-11-10fiscal Q3 2022551550000950170-22-024532
10-Q2022-08-11fiscal Q2 2022551560000950170-22-016915
10-Q2022-05-12fiscal Q1 2022511050000950170-22-009750
10-K2022-03-17fiscal FY 2021551410000950170-22-004115
10-Q2021-11-10fiscal Q3 2021551530000950170-21-004164
10-Q2021-08-13fiscal Q2 2021551530000950170-21-001452
10-Q2021-05-13fiscal Q1 2021561160000950170-21-000226
10-K2021-03-31fiscal FY 2020581510001564590-21-017121
10-Q2020-11-13fiscal Q3 2020561500001564590-20-053929
10-Q2020-08-14fiscal Q2 2020551420001564590-20-040120
10-Q2020-05-08fiscal Q1 2020531070001564590-20-023480
10-K2020-03-30fiscal FY 2019591510001564590-20-013794
10-Q2019-11-12fiscal Q3 2019541460001564590-19-042402
10-Q2019-08-09fiscal Q2 2019541460001564590-19-031164
10-Q2019-05-10fiscal Q1 2019531060001564590-19-018602
10-K2019-03-08fiscal FY 2018561480001564590-19-006918
10-Q2018-11-14fiscal Q3 2018521400001564590-18-029550
10-Q2018-08-13fiscal Q2 2018511380001564590-18-021482
10-Q2018-05-04fiscal Q1 201845920001564590-18-010985
10-K2018-03-14fiscal FY 2017461230001564590-18-005648
10-Q2017-11-01fiscal Q3 2017441240001564590-17-020824
10-Q2017-08-07fiscal Q2 2017441230001564590-17-016055
10-Q2017-05-04fiscal Q1 201742860001564590-17-008837
10-K2017-03-10fiscal FY 2016481310001564590-17-003972
10-Q2016-11-08fiscal Q3 2016451250001564590-16-028372
10-Q2016-08-01fiscal Q2 2016421180001564590-16-021832
10-Q2016-05-09fiscal Q1 201642860001564590-16-018592
10-K2016-03-11fiscal FY 2015461240001564590-16-014571
10-Q2015-11-06fiscal Q3 2015441220001564590-15-009921
10-Q2015-08-07fiscal Q2 2015451240001564590-15-006663
10-Q2015-05-01fiscal Q1 201542850001564590-15-003181
10-K2015-03-06fiscal FY 2014461220001564590-15-001392
10-Q2014-11-07fiscal Q3 2014431220001564590-14-005289
10-Q2014-08-08fiscal Q2 2014431170001564590-14-003413
10-Q2014-05-12fiscal Q1 201442850001564590-14-002044
10-K2014-03-17fiscal FY 2013511310001564590-14-000856
10-Q2013-11-12fiscal Q3 2013491250001564590-13-001200
10-Q2013-08-09fiscal Q2 2013471230001564590-13-000300
10-Q2013-05-10fiscal Q1 201347950001193125-13-214464
10-K2013-03-15fiscal FY 2012521370001193125-13-110112
10-Q2012-11-09fiscal Q3 2012491300001193125-12-463502
10-Q/A2012-09-06fiscal Q2 2012491300001193125-12-381462
10-Q2012-05-10fiscal Q1 201245900001193125-12-225730
10-K2012-03-13fiscal FY 2011441150001193125-12-112386
10-Q2011-11-10fiscal Q3 2011441170000950123-11-097660
10-Q2011-08-11fiscal Q2 2011441170000950123-11-076211

Inspect the source

Entity
BIOLASE, INC. / CIK 0000811240
Captured
2026-09-21T17:17:14.138Z
SEC response SHA-256
822ebc5004478c4f05418fbae8a341929756b4b32e2796122ae878673afbd003

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