Skip to content

Synacor, Inc.: filings

Every Synacor, 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 2021-03-31

The latest filing in this captured record is a 10-K filed 2021-03-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. Synacor, 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-K2021-03-31fiscal FY 202048980001408278-21-000050
10-Q2020-11-12fiscal Q3 2020471310001408278-20-000245
10-Q2020-08-13fiscal Q2 2020471310001408278-20-000197
10-Q2020-05-15fiscal Q1 2020491010001408278-20-000138
10-K2020-03-06fiscal FY 2019511050001408278-20-000055
10-Q2019-11-07fiscal Q3 2019491360001408278-19-000050
10-Q2019-08-09fiscal Q2 2019491350001408278-19-000015
10-Q2019-05-10fiscal Q1 201948970001564590-19-018321
10-K2019-03-14fiscal FY 2018501310001564590-19-007648
10-Q2018-11-09fiscal Q3 2018481290001564590-18-028701
10-Q2018-08-09fiscal Q2 2018481290001564590-18-021072
10-Q2018-05-10fiscal Q1 201841830001564590-18-013041
10-K2018-03-16fiscal FY 2017411050001564590-18-006086
10-Q2017-11-14fiscal Q3 2017411160001564590-17-023809
10-Q2017-08-14fiscal Q2 2017411160001564590-17-017673
10-Q2017-05-15fiscal Q1 201740830001564590-17-011078
10-K2017-03-22fiscal FY 2016421090001564590-17-005022
10-Q2016-11-14fiscal Q3 2016401140001193125-16-767845
10-Q2016-08-15fiscal Q2 2016401140001193125-16-681946
10-Q2016-05-16fiscal Q1 201640840001193125-16-591951
10-K2016-03-22fiscal FY 2015421060001193125-16-513635
10-Q2015-11-17fiscal Q3 2015401060001193125-15-378583
10-Q2015-08-14fiscal Q2 2015401100001193125-15-290413
10-Q2015-05-14fiscal Q1 201540800001193125-15-188316
10-K2015-03-12fiscal FY 2014451190001408278-15-000007
10-Q2014-11-14fiscal Q3 2014431180001408278-14-000044
10-Q2014-08-14fiscal Q2 2014441220001408278-14-000018
10-Q2014-05-15fiscal Q1 201443880001408278-14-000011
10-K2014-03-26fiscal FY 2013451200001408278-14-000003
10-Q2013-11-14fiscal Q3 2013421160001408278-13-000035
10-Q2013-08-13fiscal Q2 2013451260001408278-13-000028
10-Q2013-05-14fiscal Q1 201342860001408278-13-000022
10-K2013-03-26fiscal FY 2012461230001408278-13-000014
10-Q2012-11-15fiscal Q3 2012421130001193125-12-471230
10-Q2012-08-14fiscal Q2 2012421150001193125-12-355606
10-Q2012-05-15fiscal Q1 201240800001193125-12-234568

Inspect the source

Entity
Synacor, Inc. / CIK 0001408278
Captured
SEC response SHA-256
ffde6da813f1902b7e8c03aa43d48c7a5482acf09c93d32138ad81f68be5d5d6

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