Skip to content

Ondas Inc.: filings

Every Ondas Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 2026581650001193125-26-349288
10-Q2026-05-15fiscal Q1 2026571160001213900-26-057859
10-K2026-03-30fiscal FY 2025621220001213900-26-035981
10-Q2025-11-13fiscal Q3 2025581660001213900-25-109604
10-Q2025-08-12fiscal Q2 2025551570001213900-25-074655
10-Q2025-05-15fiscal Q1 2025531070001213900-25-043731
10-K2025-03-12fiscal FY 2024521040001213900-25-022968
10-Q2024-11-12fiscal Q3 2024531530001213900-24-096251
10-Q2024-08-14fiscal Q2 2024521460001213900-24-068614
10-Q2024-05-15fiscal Q1 2024521060001213900-24-043218
10-K2024-04-01fiscal FY 202348980001213900-24-028244
10-Q2023-11-14fiscal Q3 2023501430001213900-23-086734
10-Q2023-08-14fiscal Q2 2023481310001213900-23-066533
10-Q2023-05-15fiscal Q1 202348990001213900-23-039353
10-K2023-03-14fiscal FY 2022501000001213900-23-019939
10-Q2022-11-14fiscal Q3 2022481320001213900-22-071605
10-Q2022-08-09fiscal Q2 2022471290001213900-22-045615
10-Q2022-05-11fiscal Q1 202246940001213900-22-025400
10-K2022-03-22fiscal FY 202149960001213900-22-013991
10-Q2021-11-15fiscal Q3 2021461210001213900-21-059274
10-Q2021-08-16fiscal Q2 2021411110001213900-21-043005
10-Q2021-05-17fiscal Q1 202141800001213900-21-027188
10-K2021-03-08fiscal FY 202044880001213900-21-013984
10-Q2020-11-06fiscal Q3 2020471400001213900-20-035586
10-Q2020-08-17fiscal Q2 2020401130001213900-20-022400
10-Q2020-06-24fiscal Q1 202041840001213900-20-015651
10-K2020-03-13fiscal FY 201942840001213900-20-006218
10-Q2019-11-14fiscal Q3 2019441230001213900-19-023460
10-Q2019-08-14fiscal Q2 2019441170001213900-19-015809
10-Q2019-05-10fiscal Q1 201943850001615774-19-007498
10-K2019-03-19fiscal FY 201840770001615774-19-004224
10-Q2018-11-13fiscal Q3 2018401010001615774-18-012558
10-Q2018-08-10fiscal Q2 201825620001615774-18-007829
10-Q2018-05-21fiscal Q1 201719400001615774-18-004131
10-K2018-03-28fiscal FY 201718360001615774-18-002144
10-Q/A2018-01-17fiscal Q3 201718410001615774-18-000376
10-Q/A2017-12-04fiscal Q3 201718410001615774-17-007087
10-Q2017-11-20fiscal Q3 201718430001615774-17-006891
10-Q2017-08-21fiscal Q2 201716370001615774-17-004606
10-Q2017-05-22fiscal Q1 201715310001615774-17-002574
10-K2017-03-30fiscal FY 201614280001615774-17-001334
10-Q2016-11-21fiscal Q3 201612320001615774-16-008519

Inspect the source

Entity
Ondas Inc. / CIK 0001646188
Captured
2026-09-21T17:23:13.783Z
SEC response SHA-256
43337996790d48139e2c0032108cdace766aa07b78ff75ccf1e086012383eb7d

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