Skip to content

AgroFresh Solutions, Inc.: filings

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

Filing record ends 2023-03-10

The latest filing in this captured record is a 10-K filed 2023-03-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. AgroFresh Solutions, 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-K2023-03-10fiscal FY 2022551400001592016-23-000006
10-Q2022-11-09fiscal Q3 2022531410001592016-22-000055
10-Q2022-08-09fiscal Q2 2022531410001592016-22-000041
10-Q2022-05-11fiscal Q1 2022561150001592016-22-000031
10-K2022-03-09fiscal FY 2021551410001592016-22-000020
10-Q2021-11-10fiscal Q3 2021541440001592016-21-000087
10-Q2021-08-10fiscal Q2 2021531400001592016-21-000064
10-Q2021-05-13fiscal Q1 2021551150001592016-21-000049
10-K2021-03-15fiscal FY 2020552090001592016-21-000015
10-Q2020-11-05fiscal Q3 2020531410001592016-20-000110
10-Q2020-08-10fiscal Q2 2020521370001592016-20-000092
10-Q2020-05-11fiscal Q1 2020531110001592016-20-000042
10-K2020-03-13fiscal FY 2019551610001592016-20-000028
10-Q2019-11-07fiscal Q3 2019521370001592016-19-000072
10-Q2019-08-08fiscal Q2 2019521370001592016-19-000048
10-Q2019-05-07fiscal Q1 2019511040001592016-19-000031
10-K2019-03-11fiscal FY 2018491400001592016-19-000017
10-Q2018-11-07fiscal Q3 2018481250001592016-18-000039
10-Q2018-08-15fiscal Q2 2018441170001592016-18-000016
10-Q2018-05-10fiscal Q1 201843880001628280-18-006593
10-K2018-03-22fiscal FY 2017481390001592016-18-000006
10-Q2017-11-09fiscal Q3 2017401070001592016-17-000026
10-Q2017-08-09fiscal Q2 2017401070001592016-17-000022
10-Q2017-05-09fiscal Q1 201739810001592016-17-000012
10-K2017-03-16fiscal FY 201611220001592016-17-000006
10-Q2016-11-09fiscal Q3 201610190001592016-16-000040
10-Q2016-08-09fiscal Q2 201639710001592016-16-000022
10-Q2016-05-10fiscal Q1 201638580001628280-16-016008
10-K2016-03-11fiscal FY 201541470001104659-16-104347
10-Q2015-11-16fiscal Q3 201538400001104659-15-079311
10-Q2015-08-14fiscal Q2 201512310001104659-15-060068
10-Q2015-05-15fiscal Q1 201512250001104659-15-038751
10-K2015-02-27fiscal FY 201415330001104659-15-015302
10-Q2014-11-13fiscal Q3 201412230001104659-14-080377
10-Q2014-08-14fiscal Q2 201412260001104659-14-061010
10-Q2014-06-13fiscal Q1 201411220001104659-14-045842

Inspect the source

Entity
AgroFresh Solutions, Inc. / CIK 0001592016
Captured
SEC response SHA-256
38ba8608a81aa9292e0a20fbe43facd8e6421d81ee3513ee351dbffab61f95be

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