AgroFresh Solutions, Inc.: 10-Q filed 2016-11-09
What AgroFresh Solutions, Inc. reported in its quarterly report filed 2016-11-09 (fiscal Q3 2016): 10 published measures, 19 facts as tagged in accession 0001592016-16-000040.
This filing
- Form
- 10-Q (quarterly report)
- Filed
- 2016-11-09
- Fiscal period
- fiscal Q3 2016
- Accession
- 0001592016-16-000040 on SEC EDGAR
Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All AgroFresh Solutions, Inc. filings.
Reported measures
Basic weighted-average shares
Time-weighted shares used for basic earnings per share. This denominator differs from shares outstanding at a single reporting date.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-07-01 to 2016-09-30 | 49,567,735 | shares | 92 |
| 2016-01-01 to 2016-09-30 | 49,385,733 | shares | 274 |
Diluted weighted-average shares
Weighted-average shares used for diluted earnings per share. Potential shares are included under the applicable dilution rules, not simply added to outstanding shares.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-07-01 to 2016-09-30 | 49,627,800 | shares | 92 |
| 2016-01-01 to 2016-09-30 | 49,385,733 | shares | 274 |
Net property, plant and equipment
Carrying amount of property, plant and equipment after accumulated depreciation, depletion and amortization. It is not replacement cost or market value.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 9,746,000 | USD | |
| At 2015-12-31 | 4,606,000 | USD |
Goodwill carrying amount
Recognized goodwill remaining after accumulated impairment. It arises from business combinations and does not measure the current value of the company’s brand.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 62,373,000 | USD | |
| At 2015-12-31 | 56,006,000 | USD |
Net finite-lived intangible assets
Finite-lived intangible assets after amortization. This excludes goodwill and should not be combined with indefinite-lived intangible assets without checking scope.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 757,746,000 | USD |
Net inventory
Inventory carrying amount after applicable valuation and LIFO reserves. It does not establish realizable selling proceeds or inventory turnover without other inputs.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 17,220,000 | USD | |
| At 2015-12-31 | 44,176,000 | USD |
Gross property, plant and equipment
Cost of property, plant and equipment before accumulated depreciation. Historical cost does not indicate current value or replacement cost.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 10,578,000 | USD | |
| At 2015-12-31 | 4,865,000 | USD |
Accumulated depreciation on property, plant and equipment
Cumulative depreciation, depletion and amortization recorded against property, plant and equipment. It measures cost allocation to date, not physical wear or market value.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 832,000 | USD | |
| At 2015-12-31 | 259,000 | USD |
Net intangible assets excluding goodwill
Intangible assets other than goodwill after amortization and impairment. Internally developed intangibles are usually not recognized, so this understates what a company relies on.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 795,246,000 | USD | |
| At 2015-12-31 | 825,056,000 | USD |
Other noncurrent liabilities
Noncurrent liabilities the filer does not present separately. The composition differs by filer and is described only in the filing.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-09-30 | 182,826,000 | USD | |
| At 2015-12-31 | 164,630,000 | USD |
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))