Skip to content

ENDRA LIFE SCIENCES INC.: filings

Every ENDRA LIFE SCIENCES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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 2026371050001213900-26-090027
10-Q2026-05-15fiscal Q1 202636750001213900-26-057680
10-K2026-03-31fiscal FY 202538770001213900-26-037617
10-Q2025-11-14fiscal Q3 2025381070001213900-25-110887
10-Q2025-08-14fiscal Q2 202534920001654954-25-009643
10-Q2025-05-15fiscal Q1 202534720001654954-25-005770
10-K/A2025-04-07fiscal FY 202440820001654954-25-003937
10-K2025-03-31fiscal FY 202440820001654954-25-003612
10-Q/A2024-11-21fiscal Q3 202436980001654954-24-014771
10-Q2024-08-14fiscal Q2 202436960001654954-24-010642
10-Q2024-05-14fiscal Q1 202436760001654954-24-006243
10-K2024-03-28fiscal FY 202339800001654954-24-003873
10-Q2023-11-14fiscal Q3 202336980001654954-23-014357
10-Q2023-08-14fiscal Q2 202336960001654954-23-010779
10-Q2023-05-15fiscal Q1 202337780001654954-23-006594
10-K2023-03-16fiscal FY 202241840001654954-23-003044
10-Q2022-11-14fiscal Q3 2022381020001654954-22-015303
10-Q2022-08-15fiscal Q2 202237980001654954-22-011398
10-Q2022-05-12fiscal Q1 202236740001654954-22-006607
10-K2022-03-30fiscal FY 202135700001654954-22-004172
10-Q2021-11-15fiscal Q3 202135930001654954-21-012249
10-Q2021-08-12fiscal Q2 202133890001654954-21-008864
10-Q2021-05-17fiscal Q1 202133670001654954-21-005911
10-K2021-03-25fiscal FY 202040810001654954-21-003302
10-Q2020-11-16fiscal Q3 202033890001654954-20-012515
10-Q2020-08-14fiscal Q2 202032850001654954-20-009164
10-Q2020-05-14fiscal Q1 202031650001654954-20-005509
10-K2020-03-26fiscal FY 201941820001654954-20-003346
10-Q2019-11-13fiscal Q3 201935990001654954-19-012855
10-Q2019-08-08fiscal Q2 201933920001654954-19-009079
10-Q2019-05-14fiscal Q1 201932660001654954-19-005939
10-K2019-03-11fiscal FY 201838770001654954-19-002560
10-Q2018-11-05fiscal Q3 201835940001654954-18-012009
10-Q2018-08-13fiscal Q2 201834880001654954-18-008949
10-Q2018-05-15fiscal Q1 201831620001654954-18-005414
10-K2018-03-20fiscal FY 201734680001654954-18-002829
10-Q2017-11-14fiscal Q3 201732840001654954-17-010633
10-Q2017-08-07fiscal Q2 201729730001654954-17-007009
10-Q2017-06-21fiscal Q1 201730590001654954-17-005768

Inspect the source

Entity
ENDRA LIFE SCIENCES INC. / CIK 0001681682
Captured
2026-09-21T17:25:00.766Z
SEC response SHA-256
b2e333c22e503323f4789aca42dd3c9e6c3f90e7235cedf651b7302d68bfca7f

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