Skip to content

INNOPHOS HOLDINGS, INC.: filings

Every INNOPHOS HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-11-06

The latest filing in this captured record is a 10-Q filed 2019-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. INNOPHOS HOLDINGS, 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-Q2019-11-06fiscal Q3 2019471280001364099-19-000021
10-Q2019-08-08fiscal Q2 2019471280001364099-19-000013
10-Q2019-05-01fiscal Q1 201946960001364099-19-000006
10-K2019-02-27fiscal FY 2018481710001364099-19-000004
10-Q2018-11-01fiscal Q3 2018441210001364099-18-000014
10-Q2018-07-31fiscal Q2 2018431200001364099-18-000011
10-Q2018-05-09fiscal Q1 201841860001364099-18-000007
10-K2018-03-01fiscal FY 2017481630001364099-18-000004
10-Q2017-10-31fiscal Q3 2017421170001364099-17-000038
10-Q2017-08-01fiscal Q2 2017421200001364099-17-000031
10-Q2017-05-02fiscal Q1 201741880001364099-17-000021
10-K2017-02-28fiscal FY 2016481630001364099-17-000007
10-Q2016-10-31fiscal Q3 2016441280001364099-16-000092
10-Q2016-08-02fiscal Q2 2016441280001364099-16-000084
10-Q2016-04-29fiscal Q1 201644940001364099-16-000070
10-K2016-02-26fiscal FY 2015481630001364099-16-000053
10-Q2015-11-04fiscal Q3 2015431260001364099-15-000028
10-Q2015-07-29fiscal Q2 2015431260001364099-15-000021
10-Q2015-04-28fiscal Q1 201543930001364099-15-000011
10-K2015-02-19fiscal FY 2014481640001364099-15-000006
10-Q2014-10-29fiscal Q3 2014431260001364099-14-000028
10-Q2014-07-30fiscal Q2 2014431260001364099-14-000021
10-Q2014-04-29fiscal Q1 201443920001364099-14-000015
10-K2014-02-27fiscal FY 2013471610001364099-14-000006
10-Q2013-10-30fiscal Q3 2013431220001364099-13-000036
10-Q2013-07-31fiscal Q2 2013431200001364099-13-000028
10-Q2013-04-30fiscal Q1 201343900001364099-13-000015
10-K2013-02-20fiscal FY 2012481620001364099-13-000005
10-Q2012-11-08fiscal Q3 2012431210001364099-12-000045
10-Q2012-08-09fiscal Q2 2012431200001364099-12-000040
10-Q2012-05-02fiscal Q1 201243900001364099-12-000028
10-K2012-02-29fiscal FY 2011481620001364099-12-000016
10-Q2011-11-08fiscal Q3 2011391040001364099-11-000049
10-Q2011-08-02fiscal Q2 2011391040001364099-11-000025
10-Q2011-05-04fiscal Q1 201139820001364099-11-000016

Inspect the source

Entity
INNOPHOS HOLDINGS, INC. / CIK 0001364099
Captured
SEC response SHA-256
d2508f3d896693a7ee580008203810bb81c5d97f02cf4e68ed1b49bcfa5571df

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