Skip to content

PRECISION BIOSCIENCES INC: filings

Every PRECISION BIOSCIENCES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-06fiscal Q2 2026381080001628280-26-053837
10-Q2026-05-05fiscal Q1 202638800001628280-26-030124
10-K2026-03-12fiscal FY 202546920001628280-26-017019
10-Q2025-11-03fiscal Q3 2025391140001628280-25-047919
10-Q2025-08-07fiscal Q2 2025391100001628280-25-038594
10-Q2025-05-15fiscal Q1 202539820000950170-25-071991
10-K2025-03-26fiscal FY 202444880000950170-25-044775
10-Q2024-11-04fiscal Q3 2024391130000950170-24-120279
10-Q2024-08-01fiscal Q2 2024381070000950170-24-088951
10-Q2024-05-13fiscal Q1 202438790000950170-24-058192
10-K2024-03-27fiscal FY 202346900000950170-24-036817
10-Q2023-11-07fiscal Q3 2023401140000950170-23-059764
10-Q2023-08-04fiscal Q2 2023401090000950170-23-038319
10-Q2023-05-09fiscal Q1 202340820000950170-23-019132
10-K2023-03-09fiscal FY 202246920000950170-23-006838
10-Q2022-11-08fiscal Q3 2022401150000950170-22-022893
10-Q2022-08-08fiscal Q2 2022401110001564590-22-028299
10-Q2022-05-09fiscal Q1 202235700001564590-22-018698
10-K2022-03-15fiscal FY 202141790001564590-22-010222
10-Q2021-11-10fiscal Q3 202134920001564590-21-055930
10-Q2021-08-12fiscal Q2 2021381040001564590-21-043680
10-Q2021-05-13fiscal Q1 202132660001564590-21-027213
10-K2021-03-18fiscal FY 202039760001564590-21-014005
10-Q2020-11-10fiscal Q3 202033900001564590-20-052737
10-Q2020-08-13fiscal Q2 202033860001564590-20-039797
10-Q2020-05-15fiscal Q1 202033680001564590-20-025635
10-K2020-03-10fiscal FY 201935710001564590-20-009541
10-Q2019-11-12fiscal Q3 201930860001564590-19-042519
10-Q2019-08-14fiscal Q2 201929800001564590-19-032150
10-Q2019-04-29fiscal Q1 201930640001564590-19-013706

Inspect the source

Entity
PRECISION BIOSCIENCES INC / CIK 0001357874
Captured
2026-09-20T07:55:52.449Z
SEC response SHA-256
a248ca73597cd661dc21a68750915620c60f61f4bcae3fd9665d36d9e80d2109

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