Skip to content

Lifeward Ltd.: filings

Every Lifeward Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-14fiscal Q2 2026441230001178913-26-004143
10-Q2026-05-20fiscal Q1 202644920001178913-26-002862
10-K2026-03-18fiscal FY 2025491250001178913-26-001208
10-Q2025-11-14fiscal Q3 2025431190001178913-25-003854
10-Q2025-08-14fiscal Q2 2025431190001178913-25-002907
10-Q2025-05-15fiscal Q1 202544900001178913-25-001813
10-K2025-03-07fiscal FY 2024501280001178913-25-000736
10-Q2024-11-12fiscal Q3 2024441200001178913-24-003606
10-Q2024-08-14fiscal Q2 2024421160001178913-24-002623
10-Q2024-05-15fiscal Q1 202444900001178913-24-001738
10-K2024-02-27fiscal FY 2023491310001178913-24-000730
10-Q2023-11-14fiscal Q3 2023451210001178913-23-003671
10-Q2023-08-11fiscal Q2 2023421170001178913-23-002828
10-Q2023-05-11fiscal Q1 202342870001178913-23-001826
10-K2023-02-23fiscal FY 2022491280001178913-23-000722
10-Q2022-11-07fiscal Q3 2022421170001178913-22-003847
10-Q2022-08-09fiscal Q2 2022421170001178913-22-003014
10-Q2022-05-13fiscal Q1 202238790001178913-22-001956
10-K2022-02-24fiscal FY 2021451150001178913-22-000800
10-Q2021-11-10fiscal Q3 2021381010001178913-21-003473
10-Q2021-08-09fiscal Q2 2021381010001178913-21-002605
10-Q2021-05-11fiscal Q1 202138780001178913-21-001687
10-K2021-02-18fiscal FY 2020461170001178913-21-000678
10-Q2020-11-10fiscal Q3 2020381010001178913-20-003076
10-Q2020-08-12fiscal Q2 202038990001178913-20-002362
10-Q2020-05-28fiscal Q1 202037760001178913-20-001656
10-K2020-02-20fiscal FY 2019451160001213900-20-004363
10-Q2019-11-13fiscal Q3 2019381000001213900-19-023083
10-Q2019-08-09fiscal Q2 201938980001213900-19-015136
10-Q2019-05-08fiscal Q1 201936730001213900-19-008020
10-K2019-02-08fiscal FY 2018461200001213900-19-001871
10-Q2018-11-08fiscal Q3 2018381000001607962-18-000049
10-Q2018-08-14fiscal Q2 201838990001607962-18-000042
10-Q2018-05-15fiscal Q1 201838770001607962-18-000032
10-K2018-03-08fiscal FY 2017391030001607962-18-000007
10-Q2017-11-02fiscal Q3 201732880001628280-17-010613
10-Q2017-08-03fiscal Q2 201732880001628280-17-007920
10-Q2017-05-04fiscal Q1 201732680001628280-17-004857
10-K2017-02-17fiscal FY 2016391030001607962-17-000006
10-Q2016-11-03fiscal Q3 201632880001607962-16-000022
10-Q2016-08-04fiscal Q2 201632880001607962-16-000016
10-Q2016-05-10fiscal Q1 201631660001607962-16-000013
10-K2016-02-29fiscal FY 2015381010001607962-16-000007
20-F2015-03-26fiscal FY 201438970001178913-15-001054

Inspect the source

Entity
Lifeward Ltd. / CIK 0001607962
Captured
2026-09-19T11:19:31.676Z
SEC response SHA-256
65d510c294653d7f3865b561279f8eb53c45e516643e1812cfe6330a41480012

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