Skip to content

MUSTANG BIO, INC.: filings

Every MUSTANG BIO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-05fiscal Q2 202623720001104659-26-091061
10-Q2026-05-05fiscal Q1 202623500001104659-26-055598
10-K2026-03-19fiscal FY 202532650001104659-26-032063
10-Q2025-11-07fiscal Q3 202529840001104659-25-108468
10-Q2025-08-08fiscal Q2 202529840001558370-25-010920
10-Q2025-05-14fiscal Q1 202529620001558370-25-007736
10-K2025-03-28fiscal FY 202434720001558370-25-003913
10-Q2024-11-08fiscal Q3 202434970001558370-24-015048
10-Q2024-08-13fiscal Q2 202434970001558370-24-012051
10-Q2024-05-15fiscal Q1 202432690001558370-24-008283
10-K2024-03-11fiscal FY 202334720001558370-24-002899
10-Q2023-11-14fiscal Q3 202333970001558370-23-019010
10-Q2023-08-14fiscal Q2 202333970001558370-23-014832
10-Q2023-05-12fiscal Q1 202333730001558370-23-009592
10-K2023-03-30fiscal FY 202234720001558370-23-004979
10-Q2022-11-14fiscal Q3 202234990001558370-22-017819
10-Q2022-08-11fiscal Q2 202232930001558370-22-013261
10-Q2022-05-12fiscal Q1 202232690001558370-22-008525
10-K2022-03-23fiscal FY 202131640001558370-22-004143
10-Q2021-11-12fiscal Q3 202129790001558370-21-015656
10-Q2021-08-16fiscal Q2 202129790001558370-21-011821
10-Q2021-05-14fiscal Q1 202129610001558370-21-007256
10-K2021-03-24fiscal FY 202032650001558370-21-003433
10-Q2020-11-06fiscal Q3 202031800001558370-20-013156
10-Q2020-08-10fiscal Q2 202030790001558370-20-010205
10-Q2020-05-11fiscal Q1 201930630001104659-20-059648
10-K2020-03-16fiscal FY 201933960001104659-20-034130
10-Q2019-11-12fiscal Q3 201930780001104659-19-062079
10-Q2019-08-09fiscal Q2 201929750001144204-19-038877
10-Q2019-05-10fiscal Q1 201929600001144204-19-025065
10-K2019-03-18fiscal FY 201827850001144204-19-014624
10-Q2018-11-13fiscal Q3 201823600001144204-18-059357
10-Q2018-08-13fiscal Q2 201824640001144204-18-044004
10-Q2018-05-14fiscal Q1 201820420001144204-18-028256
10-K2018-03-29fiscal FY 201722830001144204-18-017988
10-Q2017-11-14fiscal Q3 201719540001144204-17-058634
10-Q2017-08-14fiscal Q2 201715440001144204-17-042638
10-Q2017-05-15fiscal Q1 201712240001144204-17-027453
10-K2017-03-31fiscal FY 201614520001144204-17-017831
10-Q2016-11-14fiscal Q3 201613380001144204-16-134293

Inspect the source

Entity
MUSTANG BIO, INC. / CIK 0001680048
Captured
2026-09-21T17:23:38.077Z
SEC response SHA-256
083919009b2068ce2f60c39ba5e41ccff6f79acd4bab8d626a773c3db95fff04

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