Skip to content

Epoxy, Inc.: filings

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

Filing record ends 2019-01-22

The latest filing in this captured record is a 10-Q filed 2019-01-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. Epoxy, 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-01-22fiscal Q3 201827800001594062-19-000003
10-Q2018-10-09fiscal Q2 201827800001594062-18-000177
10-Q2018-06-22fiscal Q1 201822440001594062-18-000128
10-K2018-06-21fiscal FY 201726490001594062-18-000127
10-Q2018-03-20fiscal Q3 201722650001594062-18-000067
10-Q2018-03-20fiscal Q2 201724660001594062-18-000066
10-Q2018-03-20fiscal Q1 201721440001594062-18-000065
10-K2018-03-20fiscal FY 201627530001594062-18-000064
10-Q2016-11-21fiscal Q3 201625760001594062-16-000681
10-Q2016-08-19fiscal Q2 201624740001594062-16-000570
10-Q2016-05-23fiscal Q1 201623460001594062-16-000486
10-K2016-04-14fiscal FY 201525510001594062-16-000444
10-Q2015-11-16fiscal Q3 201525720001594062-15-000328
10-Q2015-08-19fiscal Q2 201530820001594062-15-000252
10-K2015-05-21fiscal FY 201426510001594062-15-000176
10-Q2015-05-21fiscal Q3 201423570001594062-15-000174
10-Q2015-05-21fiscal Q2 201424580001594062-15-000173
10-Q2015-05-20fiscal Q1 201526490001594062-15-000167
10-Q2015-05-20fiscal Q1 201422430001594062-15-000165
10-K2015-05-20fiscal FY 201322430001594062-15-000162
10-Q2015-05-20fiscal Q3 201319530001594062-15-000161
10-Q2015-05-20fiscal Q2 201319480001594062-15-000159
10-Q2013-05-15fiscal Q1 201319410001294606-13-000113
10-K/A2013-04-24fiscal FY 201221510001294606-13-000100
10-Q/A2012-11-20fiscal Q3 201219500001294606-12-000446
10-Q2012-08-20fiscal Q2 201219460001294606-12-000302
10-Q2012-05-18fiscal Q1 201216310001294606-12-000204
10-K2012-04-16fiscal FY 201116400001294606-12-000143
10-Q2011-11-14fiscal Q3 201116390001294606-11-000224
10-Q/A2011-09-07fiscal Q2 201118480001294606-11-000118

Inspect the source

Entity
Epoxy, Inc. / CIK 0001428816
Captured
SEC response SHA-256
b9a5da3f33a69d1d38e31d6510326afb2e99e7603b03b3dedf04f8bb6568a3ed

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