Skip to content

PRESSURE BIOSCIENCES, INC.: filings

Every PRESSURE BIOSCIENCES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-02-07fiscal Q2 2024431120001493152-25-005468
10-Q2024-09-06fiscal Q1 202442820001493152-24-035352
10-K2024-06-07fiscal FY 202346920001493152-24-023201
10-Q2023-11-20fiscal Q3 2023421230001493152-23-042131
10-Q2023-08-21fiscal Q2 2023431230001493152-23-029724
10-Q2023-05-15fiscal Q1 202341850001493152-23-017552
10-K2023-04-12fiscal FY 202245920001493152-23-012010
10-Q2022-11-21fiscal Q3 2022381120001493152-22-033176
10-Q2022-08-15fiscal Q2 2022371040001493152-22-023029
10-Q2022-05-19fiscal Q1 202238780001493152-22-014379
10-K2022-04-05fiscal FY 202139790001493152-22-009156
10-Q2021-11-17fiscal Q3 202136990001493152-21-029024
10-Q2021-08-18fiscal Q2 202136950001493152-21-020523
10-Q2021-05-17fiscal Q1 202136700001493152-21-011954
10-K2021-04-15fiscal FY 202042820001493152-21-008950
10-Q2020-11-16fiscal Q3 2020361010001493152-20-021691
10-Q2020-08-14fiscal Q2 202036970001493152-20-015933
10-Q2020-06-29fiscal Q1 202036710001493152-20-012111
10-K2020-04-14fiscal FY 201943840001493152-20-006406
10-Q2019-12-13fiscal Q3 2019391070001493152-19-019195
10-Q2019-08-15fiscal Q2 201937970001493152-19-012786
10-Q2019-05-15fiscal Q1 201936730001493152-19-007422
10-K2019-04-16fiscal FY 201842830001493152-19-005470
10-Q2018-11-14fiscal Q3 201836940001493152-18-016056
10-Q2018-08-14fiscal Q2 201836940001493152-18-011914
10-Q2018-05-15fiscal Q1 201834680001493152-18-007165
10-K2018-04-02fiscal FY 201740790001493152-18-004503
10-Q2017-11-13fiscal Q3 201736930001493152-17-012916
10-Q2017-08-14fiscal Q2 2017391100001493152-17-009158
10-Q2017-05-16fiscal Q1 201733660001493152-17-005447
10-K2017-03-22fiscal FY 201639780001493152-17-002726
10-Q2016-11-14fiscal Q3 201636950001493152-16-015107
10-Q2016-08-15fiscal Q2 2016391100001493152-16-012481
10-Q2016-05-16fiscal Q1 201633680001493152-16-009930
10-K2016-04-05fiscal FY 201537760001493152-16-008655
10-Q2015-11-12fiscal Q3 201536930001493152-15-005320
10-Q2015-08-14fiscal Q2 201532820001493152-15-003752
10-Q2015-05-15fiscal Q1 201532630001354488-15-002513
10-K2015-03-31fiscal FY 201436720001354488-15-001522
10-Q2014-11-14fiscal Q3 201433820001354488-14-005800
10-Q2014-08-14fiscal Q2 201433830001354488-14-004236
10-Q2014-05-15fiscal Q1 201433670001354488-14-002650
10-K2014-03-31fiscal FY 201336700001354488-14-001538
10-Q2013-11-07fiscal Q3 201333810001354488-13-006024
10-Q2013-08-15fiscal Q2 201334830001354488-13-004640
10-Q2013-05-20fiscal Q1 201333650001354488-13-003046
10-K2013-05-13fiscal FY 201236740001354488-13-002661
10-Q2012-11-14fiscal Q3 201232810000830656-12-000081
10-Q/A2012-09-10fiscal Q2 201231800001354488-12-004761
10-Q2012-05-15fiscal Q1 201232660000830656-12-000051
10-K2012-02-27fiscal FY 201133680000830656-12-000016
10-Q2011-11-14fiscal Q3 201132820000830656-11-000047
10-Q2011-08-15fiscal Q2 201130750000830656-11-000022

Inspect the source

Entity
PRESSURE BIOSCIENCES, INC. / CIK 0000830656
Captured
2026-09-21T17:17:15.791Z
SEC response SHA-256
9f53d6670ff4d2eff56cabbc6920a9205a8540e6e5042ac9d3ad7d038501b96e

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