Skip to content

Orchids Paper Products CO /DE: filings

Every Orchids Paper Products CO /DE annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2019-04-05

The latest filing in this captured record is a 10-K filed 2019-04-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. Orchids Paper Products CO /DE 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-K2019-04-05fiscal FY 2018441730001144204-19-018403
10-Q2018-11-14fiscal Q3 2018431200001144204-18-060009
10-Q2018-08-09fiscal Q2 2018431200001144204-18-043314
10-Q2018-05-09fiscal Q1 201841840001144204-18-026613
10-K2018-03-16fiscal FY 2017421500001144204-18-015287
10-Q2017-11-09fiscal Q3 2017401080001144204-17-057607
10-Q2017-08-09fiscal Q2 2017361000001144204-17-041601
10-Q2017-05-08fiscal Q1 201738760001144204-17-025044
10-K2017-03-15fiscal FY 2016401440001144204-17-014683
10-Q2016-11-03fiscal Q3 2016391220001437749-16-040902
10-Q2016-08-04fiscal Q2 2016391070001437749-16-036492
10-Q2016-04-29fiscal Q1 201637740001437749-16-030374
10-K2016-03-07fiscal FY 2015391390001437749-16-026983
10-Q2015-11-09fiscal Q3 2015381060001437749-15-020194
10-Q2015-08-05fiscal Q2 2015381060001437749-15-014885
10-Q2015-05-08fiscal Q1 201537720001437749-15-009466
10-K2015-03-09fiscal FY 2014371330001437749-15-004472
10-Q2014-11-04fiscal Q3 2014371000001437749-14-019450
10-Q2014-08-05fiscal Q2 2014381040001104659-14-056826
10-Q2014-05-01fiscal Q1 201435690001104659-14-033159
10-K2014-03-06fiscal FY 2013351330001047469-14-001883
10-Q2013-10-31fiscal Q3 2013361020001104659-13-079539
10-Q2013-07-31fiscal Q2 2013361020001104659-13-058279
10-Q2013-05-01fiscal Q1 201335720001104659-13-035926
10-K2013-03-11fiscal FY 2012341320001047469-13-002488
10-Q2012-11-01fiscal Q3 201234960001104659-12-072979
10-Q2012-08-02fiscal Q2 201234950001104659-12-053556
10-Q2012-05-03fiscal Q1 201233680001104659-12-032384
10-K2012-03-07fiscal FY 201135930001047469-12-002222
10-Q2011-11-03fiscal Q3 201134960001104659-11-060447
10-Q2011-08-04fiscal Q2 2011371010001104659-11-043550
10-Q2011-05-05fiscal Q1 201135720001104659-11-026145

Inspect the source

Entity
Orchids Paper Products CO /DE / CIK 0001324189
Captured
SEC response SHA-256
75780525a1ce659fa3aa38a4fbd84f16a70b7c01249476140070387e6516bba4

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