Skip to content

Harvard Apparatus Regenerative Technology, Inc.: filings

Every Harvard Apparatus Regenerative Technology, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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 2026381060001437749-26-027566
10-Q2026-05-13fiscal Q1 202637760001437749-26-016761
10-K2026-03-19fiscal FY 202545900001437749-26-009079
10-Q2025-11-07fiscal Q3 2025381040001437749-25-033832
10-Q2025-08-11fiscal Q2 2025381050001437749-25-025939
10-Q2025-05-14fiscal Q1 202537770001437749-25-016764
10-K2025-03-31fiscal FY 202445910001437749-25-010213
10-Q2024-11-13fiscal Q3 2024401090001493152-24-045098
10-Q2024-08-13fiscal Q2 2024401040001493152-24-031570
10-Q2024-05-13fiscal Q1 202440740001493152-24-018874
10-K2024-03-28fiscal FY 202346880001493152-24-011784
10-Q2023-11-13fiscal Q3 2023401060001493152-23-040389
10-Q2023-08-14fiscal Q2 2023361010001493152-23-028321
10-Q2023-05-12fiscal Q1 202332650001493152-23-016622
10-K2023-03-30fiscal FY 202235700001493152-23-009840
10-Q2022-11-14fiscal Q3 2022351000001563665-22-000015
10-Q2022-08-04fiscal Q2 2022371050001558370-22-012243
10-Q2022-05-16fiscal Q1 202233690001558370-22-008998
10-K2022-03-31fiscal FY 202139800001558370-22-004945
10-Q2021-11-15fiscal Q3 2021351000001410578-21-000281
10-Q2021-08-13fiscal Q2 202130820001104659-21-105142
10-Q2021-05-24fiscal Q1 202128590001104659-21-071224
10-K2021-04-13fiscal FY 202035700001104659-21-049804
10-Q2020-11-13fiscal Q3 202029770001104659-20-125113
10-Q2020-08-13fiscal Q2 202031800001104659-20-094718
10-Q2020-05-14fiscal Q1 202029620001104659-20-061610
10-K2020-03-27fiscal FY 201934680001104659-20-039631
10-Q2019-11-13fiscal Q3 201929760001104659-19-063349
10-Q2019-08-13fiscal Q2 201929770001144204-19-039520
10-Q2019-05-14fiscal Q1 201928590001144204-19-025987
10-K2019-03-29fiscal FY 201832660001144204-19-017039
10-Q2018-11-09fiscal Q3 201827700001144204-18-058731
10-Q2018-08-14fiscal Q2 201826680001144204-18-044672
10-Q2018-05-11fiscal Q1 201829590001144204-18-027643
10-K2018-04-03fiscal FY 2017381020001144204-18-018969
10-Q2017-12-15fiscal Q3 201734940001144204-17-064038
10-Q2017-08-14fiscal Q2 201731880001144204-17-043270
10-Q2017-05-11fiscal Q1 201728590001144204-17-026530
10-K2017-03-17fiscal FY 2016361460001144204-17-015232
10-Q2016-11-10fiscal Q3 201634960001144204-16-133281
10-Q2016-08-11fiscal Q2 201634960001144204-16-118421
10-Q2016-05-12fiscal Q1 201633680001144204-16-101014
10-K2016-03-30fiscal FY 2015361460001144204-16-091643
10-Q2015-11-16fiscal Q3 201534940001144204-15-065441
10-Q2015-08-14fiscal Q2 201534940001144204-15-049940
10-Q2015-05-13fiscal Q1 201532660001144204-15-030212
10-K2015-03-27fiscal FY 2014331400001144204-15-018746
10-Q2014-11-14fiscal Q3 201432900001144204-14-067953
10-Q2014-08-13fiscal Q2 201431860001144204-14-049404
10-Q2014-05-15fiscal Q1 201431810001144204-14-031376
10-K2014-03-31fiscal FY 2013291230001144204-14-018938
10-Q2013-11-27fiscal Q3 201325900001144204-13-064622

Inspect the source

Entity
Harvard Apparatus Regenerative Technology, Inc. / CIK 0001563665
Captured
2026-09-20T09:20:15.929Z
SEC response SHA-256
e9daa8cb46b85f929c860a045510b8e1f3e399a065eda3e159fd4dcb12459b1e

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