Skip to content

Amyris, Inc.: filings

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

Filing record ends 2023-05-10

The latest filing in this captured record is a 10-Q filed 2023-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Amyris, 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-Q2023-05-10fiscal Q1 2023541140001365916-23-000060
10-K2023-03-16fiscal FY 2022601550001365916-23-000023
10-Q2022-11-08fiscal Q3 2022561540001365916-22-000145
10-Q2022-08-09fiscal Q2 2022561520001365916-22-000080
10-Q2022-05-10fiscal Q1 2022541130001365916-22-000036
10-K2022-03-09fiscal FY 2021591540001365916-22-000032
10-Q2021-11-08fiscal Q3 2021561570001365916-21-000104
10-Q2021-08-09fiscal Q2 2021551490001365916-21-000061
10-Q2021-05-07fiscal Q1 2021501030001365916-21-000017
10-K2021-03-05fiscal FY 2020541100001365916-21-000007
10-Q2020-11-06fiscal Q3 2020501340001365916-20-000194
10-Q2020-08-10fiscal Q2 2020471220001365916-20-000150
10-Q2020-05-11fiscal Q1 202047990001365916-20-000074
10-K2020-03-13fiscal FY 2019511010001365916-20-000042
10-Q2019-11-12fiscal Q3 2019461240001365916-19-000084
10-Q2019-10-07fiscal Q2 2019441140001171843-19-006389
10-Q2019-10-07fiscal Q1 201944910001171843-19-006387
10-K/A2019-10-04fiscal FY 201845880001171843-19-006372
10-Q2018-11-15fiscal Q3 2018461190001171843-18-007973
10-Q2018-08-14fiscal Q2 2018461190001171843-18-006064
10-K/A2018-06-25fiscal FY 2017511940001171843-18-004801
10-Q2018-05-18fiscal Q1 201843860001171843-18-004049
10-K/A2018-04-24fiscal FY 2017511940001171843-18-003006
10-K2018-04-18fiscal FY 2017511940001171843-18-002804
10-Q2017-11-20fiscal Q3 2017461280001171843-17-007177
10-Q2017-08-14fiscal Q2 2017441240001171843-17-005058
10-Q2017-05-15fiscal Q1 201744900001171843-17-003084
10-K2017-04-17fiscal FY 2016491790001171843-17-002148
10-Q2016-11-09fiscal Q3 2016451240001171843-16-013085
10-Q2016-08-09fiscal Q2 2016481290001171843-16-011626
10-Q2016-05-10fiscal Q1 201647960001171843-16-009894
10-K2016-03-30fiscal FY 2015531890001171843-16-008924
10-Q2015-11-09fiscal Q3 2015471260001171843-15-006176
10-Q2015-08-10fiscal Q2 2015471260001171843-15-004490
10-Q2015-05-07fiscal Q1 201547960001171843-15-002645
10-K2015-03-31fiscal FY 2014501310001365916-15-000007
10-Q2014-11-07fiscal Q3 2014491300001365916-14-000022
10-Q2014-08-08fiscal Q2 2014491300001365916-14-000014
10-Q2014-05-09fiscal Q1 2014491000001365916-14-000012
10-K2014-04-02fiscal FY 2013481240001365916-14-000007
10-Q2013-11-05fiscal Q3 2013451160001365916-13-000105
10-Q2013-08-09fiscal Q2 2013451160001365916-13-000096
10-Q2013-05-09fiscal Q1 201345920001365916-13-000027
10-K2013-03-28fiscal FY 2012471220001365916-13-000013
10-Q2012-11-09fiscal Q3 2012441110001365916-12-000095
10-Q2012-08-08fiscal Q2 2012431100001365916-12-000086
10-Q2012-05-09fiscal Q1 201243880001365916-12-000036
10-K2012-02-28fiscal FY 2011471220001365916-12-000014
10-Q2011-11-09fiscal Q3 2011391020001365916-11-000009
10-Q2011-08-11fiscal Q2 201138980001365916-11-000005

Inspect the source

Entity
Amyris, Inc. / CIK 0001365916
Captured
SEC response SHA-256
f61ff126217740b8e5f1bd32a6f3709e40b7c56d77d33e68915adca86f71a0d0

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