Skip to content

Unity Biotechnology, Inc.: filings

Every Unity Biotechnology, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-Q2025-04-22fiscal Q1 202534730000950170-25-056789
10-K2025-03-07fiscal FY 2024431140000950170-25-035564
10-Q2024-11-04fiscal Q3 2024371090000950170-24-120751
10-Q2024-08-06fiscal Q2 2024361020000950170-24-091903
10-Q2024-05-14fiscal Q1 202436760000950170-24-059765
10-K2024-04-15fiscal FY 2023432950000950170-24-044237
10-Q2023-11-13fiscal Q3 2023391130000950170-23-062923
10-Q2023-08-08fiscal Q2 2023401110000950170-23-039784
10-Q2023-05-09fiscal Q1 202338790000950170-23-019694
10-K2023-03-15fiscal FY 2022451160000950170-23-008171
10-Q2022-11-08fiscal Q3 2022411190000950170-22-023223
10-Q2022-08-12fiscal Q2 2022411150001564590-22-029209
10-Q2022-05-10fiscal Q1 202236750001564590-22-019269
10-K2022-03-15fiscal FY 2021411030001564590-22-010232
10-Q2021-11-10fiscal Q3 202136980001564590-21-055945
10-Q2021-08-10fiscal Q2 202136940001564590-21-043101
10-Q2021-05-11fiscal Q1 202135720001564590-21-026302
10-K2021-03-23fiscal FY 2020391140001564590-21-014854
10-Q2020-11-04fiscal Q3 202035930001564590-20-050497
10-Q2020-07-31fiscal Q2 202033840001564590-20-035035
10-Q2020-05-07fiscal Q1 202033660001564590-20-022861
10-K2020-03-11fiscal FY 2019341020001564590-20-010071
10-Q2019-11-06fiscal Q3 201930820001564590-19-041014
10-Q2019-08-07fiscal Q2 201929780001564590-19-030066
10-Q2019-05-08fiscal Q1 201929620001564590-19-017198
10-K2019-03-06fiscal FY 2018331000001564590-19-006397
10-Q2018-11-07fiscal Q3 201830740001564590-18-028024
10-Q2018-08-09fiscal Q2 201830740001564590-18-021036
10-Q2018-06-07fiscal Q1 201829600001564590-18-015253

Inspect the source

Entity
Unity Biotechnology, Inc. / CIK 0001463361
Captured
2026-09-21T17:20:02.172Z
SEC response SHA-256
3a053da6593283127d75e18d8a30610d9d1d21e4b27888a8392c3866b9044953

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