Skip to content

bluebird bio, Inc.: filings

Every bluebird bio, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-05-14fiscal Q1 202545940001293971-25-000014
10-K2025-03-27fiscal FY 202449990001293971-25-000009
10-Q2024-11-14fiscal Q3 2024471360001293971-24-000079
10-Q2024-09-27fiscal Q2 2024461320001293971-24-000058
10-Q2024-09-13fiscal Q1 202444920001293971-24-000040
10-K2024-09-13fiscal FY 2023481030001293971-24-000037
10-Q2023-11-07fiscal Q3 2023451330001293971-23-000055
10-Q2023-08-08fiscal Q2 2023441270001293971-23-000041
10-Q2023-05-09fiscal Q1 202344930001293971-23-000022
10-K2023-03-29fiscal FY 2022461180001293971-23-000007
10-Q2022-11-07fiscal Q3 2022391170001293971-22-000063
10-Q2022-08-04fiscal Q2 2022401150001293971-22-000048
10-Q2022-05-09fiscal Q1 202239830001293971-22-000034
10-K2022-03-04fiscal FY 2021461570001293971-22-000016
10-Q2021-11-05fiscal Q3 2021431250001293971-21-000087
10-Q2021-08-09fiscal Q2 2021431210001293971-21-000065
10-Q2021-05-05fiscal Q1 202138810001293971-21-000041
10-K2021-02-23fiscal FY 2020431300001293971-21-000013
10-Q2020-11-04fiscal Q3 2020371060001293971-20-000066
10-Q2020-08-05fiscal Q2 2020371020001293971-20-000047
10-Q2020-05-11fiscal Q1 202037790001293971-20-000029
10-K2020-02-18fiscal FY 2019441330001293971-20-000007
10-Q2019-10-31fiscal Q3 2019401080001564590-19-039179
10-Q2019-08-01fiscal Q2 2019401030001564590-19-028020
10-Q2019-05-03fiscal Q1 201940810001564590-19-015449
10-K2019-02-21fiscal FY 2018401380001564590-19-003694
10-Q2018-11-01fiscal Q3 201837970001564590-18-026258
10-Q2018-08-02fiscal Q2 201837960001564590-18-018678
10-Q2018-05-02fiscal Q1 201832680001564590-18-010333
10-K2018-02-21fiscal FY 2017321140001564590-18-002704
10-Q2017-11-01fiscal Q3 201731810001564590-17-020652
10-Q2017-08-02fiscal Q2 201731820001564590-17-014914
10-Q2017-05-03fiscal Q1 201732650001564590-17-008384
10-K2017-02-22fiscal FY 2016351200001564590-17-002015
10-Q2016-11-02fiscal Q3 201633880001564590-16-027024
10-Q2016-08-03fiscal Q2 201633860001564590-16-022374
10-Q2016-05-04fiscal Q1 201633670001564590-16-017668
10-K2016-02-25fiscal FY 2015361230001564590-16-013381
10-Q2015-11-05fiscal Q3 201533870001564590-15-009649
10-Q2015-08-07fiscal Q2 201530780001564590-15-006510
10-Q2015-05-06fiscal Q1 201528580001564590-15-003433
10-K2015-02-25fiscal FY 2014331020001564590-15-000948
10-Q2014-11-12fiscal Q3 201429740001564590-14-005482
10-Q2014-08-12fiscal Q2 201427720001193125-14-306702
10-Q2014-05-13fiscal Q1 201424500001193125-14-197081
10-K2014-03-05fiscal FY 2013341220001193125-14-084683
10-Q2013-11-14fiscal Q3 201331920001193125-13-442121
10-Q2013-08-14fiscal Q2 201328780001193125-13-334653

Inspect the source

Entity
bluebird bio, Inc. / CIK 0001293971
Captured
2026-09-21T17:19:03.388Z
SEC response SHA-256
858d78d54f5bae3df00559b64af5a3aba62be12d2317b727228e8ddef2ef50ea

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