Skip to content

Ooma, Inc.: filings

Every Ooma, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-09-04fiscal Q2 2027461280001327688-26-000020
10-Q2026-06-05fiscal Q1 202746960001327688-26-000014
10-K2026-04-03fiscal FY 2026541360001327688-26-000009
10-Q2025-12-09fiscal Q3 2026441280001193125-25-312961
10-Q2025-09-05fiscal Q2 2026441240001327688-25-000008
10-Q2025-06-09fiscal Q1 202644920000950170-25-083284
10-K2025-04-01fiscal FY 2025541350000950170-25-048692
10-Q2024-12-10fiscal Q3 2025471320000950170-24-134668
10-Q2024-09-06fiscal Q2 2025461260000950170-24-104426
10-Q2024-06-07fiscal Q1 202545950000950170-24-070813
10-K2024-04-02fiscal FY 2024531310000950170-24-040394
10-Q2023-12-08fiscal Q3 2024471340000950170-23-068911
10-Q2023-09-08fiscal Q2 2024461280000950170-23-047119
10-Q2023-06-08fiscal Q1 202444920000950170-23-027042
10-K2023-04-07fiscal FY 2023521280000950170-23-012210
10-Q2022-12-09fiscal Q3 2022461310000950170-22-026294
10-Q2022-09-08fiscal Q2 2022461270000950170-22-018254
10-Q2022-06-08fiscal Q1 202246960001564590-22-022712
10-K2022-04-08fiscal FY 2022451100001564590-22-014016
10-Q2021-12-08fiscal Q3 2022401100001564590-21-059757
10-Q2021-09-08fiscal Q2 2022411080001564590-21-047362
10-Q2021-06-09fiscal Q1 202241860001564590-21-032167
10-K2021-04-07fiscal FY 2021461130001564590-21-018013
10-Q2020-12-04fiscal Q3 2021431160001564590-20-056196
10-Q2020-09-04fiscal Q2 2021421100001564590-20-042667
10-Q2020-06-09fiscal Q1 202142870001564590-20-028783
10-K2020-04-14fiscal FY 2020461100001564590-20-016484
10-Q2019-12-06fiscal Q3 2020421100001564590-19-045480
10-Q2019-09-09fiscal Q2 2020421060001564590-19-034373
10-Q2019-06-07fiscal Q1 202042850001564590-19-021957
10-K2019-04-03fiscal FY 2019451080001564590-19-010638
10-Q2018-12-07fiscal Q3 2019401060001564590-18-030681
10-Q2018-09-06fiscal Q2 201939940001564590-18-022771
10-Q2018-06-08fiscal Q1 201939800001564590-18-015322
10-K2018-04-02fiscal FY 201838920001564590-18-007302
10-Q2017-12-08fiscal Q3 201836940001564590-17-024729
10-Q2017-09-07fiscal Q2 201836940001564590-17-018427
10-Q2017-06-06fiscal Q1 201836740001564590-17-012189
10-K2017-04-11fiscal FY 2017421030001564590-17-006395
10-Q2016-12-09fiscal Q3 201737980001564590-16-030089
10-Q2016-09-09fiscal Q2 201737980001564590-16-025066
10-Q2016-06-10fiscal Q1 201737760001564590-16-020466
10-K2016-04-13fiscal FY 2016431040001564590-16-016120
10-Q2015-12-10fiscal Q3 201637960001564590-15-011425
10-Q2015-09-11fiscal Q2 201636950001564590-15-007936

Inspect the source

Entity
Ooma, Inc. / CIK 0001327688
Captured
2026-09-20T07:52:53.833Z
SEC response SHA-256
c2c055bf2b0edefe01625264ad8b37aa011205c61a2c65c0ae5a5f813b1b2fea

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