Skip to content

BioAmber Inc.: filings

Every BioAmber Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 filings, each linked to its SEC index.

Filing record ends 2018-03-30

The latest filing in this captured record is a 10-K filed 2018-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. BioAmber Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-K2018-03-30fiscal FY 2017391460001564590-18-007185
10-Q2017-11-08fiscal Q3 201736980001564590-17-022850
10-Q2017-08-04fiscal Q2 2017401150001564590-17-015516
10-Q2017-05-10fiscal Q1 201740810001564590-17-010316
10-K2017-03-16fiscal FY 2016391460001564590-17-004653
10-Q2016-11-07fiscal Q3 2016381060001564590-16-028002
10-Q2016-08-09fiscal Q2 2016421230001564590-16-023719
10-Q2016-05-09fiscal Q1 201638790001564590-16-018351
10-K2016-03-15fiscal FY 2015411440001564590-16-014867
10-Q2015-11-09fiscal Q3 2015411150001564590-15-010224
10-Q2015-08-05fiscal Q2 2015401130001564590-15-006266
10-Q2015-05-11fiscal Q1 201541850001564590-15-003964
10-K2015-03-16fiscal FY 2014401350001564590-15-001750
10-Q2014-11-12fiscal Q3 2014411270001564590-14-005553
10-Q2014-08-12fiscal Q2 2014411530001564590-14-003572
10-Q2014-05-13fiscal Q1 2014451190001193125-14-197052
10-K2014-03-28fiscal FY 2013471440001193125-14-121820
10-Q2013-11-13fiscal Q3 2013451640001193125-13-440432
10-Q2013-08-14fiscal Q2 2013441610001193125-13-334633
10-Q/A2013-06-10fiscal Q1 2013441160001193125-13-253557

Inspect the source

Entity
BioAmber Inc. / CIK 0001534287
Captured
SEC response SHA-256
1755056abb74085f2264e1709b82238341667140c8d55b68b51bf6eb3d170f14

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