Skip to content

Synergy CHC Corp.: filings

Every Synergy CHC Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

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-Q2026-05-14fiscal Q1 202640820001213900-26-056237
10-K2026-04-01fiscal FY 202540810001213900-26-037883
10-Q2025-11-13fiscal Q3 2025381200001213900-25-109587
10-Q2025-08-14fiscal Q2 2025371140001213900-25-076060
10-Q2025-05-15fiscal Q1 202539830001213900-25-043703
10-K2025-03-31fiscal FY 202440810001213900-25-026254
10-Q2024-12-06fiscal Q3 2024371190001213900-24-106476
10-Q2020-06-29fiscal Q1 202037760001493152-20-012067
10-K2020-04-29fiscal FY 201939760001493152-20-007381
10-Q2019-11-14fiscal Q3 2019421250001493152-19-017372
10-Q2019-08-13fiscal Q2 2019421210001493152-19-012229
10-Q2019-05-03fiscal Q1 201942850001493152-19-006355
10-K2019-03-29fiscal FY 201845900001493152-19-004286
10-Q2018-11-13fiscal Q3 2018451300001493152-18-015734
10-Q2018-08-14fiscal Q2 2018451290001493152-18-011827
10-Q2018-05-15fiscal Q1 201843880001493152-18-007095
10-K2018-04-02fiscal FY 201741830001493152-18-004347
10-Q2017-11-13fiscal Q3 2017431220001493152-17-012936
10-Q2017-08-14fiscal Q2 2017421200001493152-17-009276
10-Q2017-05-01fiscal Q1 201742860001493152-17-004579
10-K2017-03-24fiscal FY 201638760001493152-17-002824
10-Q2016-10-26fiscal Q3 2016421130001493152-16-014275
10-Q2016-08-05fiscal Q2 2016431150001493152-16-012052
10-Q2016-04-25fiscal Q1 201641820001493152-16-009148
10-K2016-03-30fiscal FY 201537660001493152-16-008381
10-Q2015-11-16fiscal Q3 201533690001493152-15-005492
10-Q2015-08-13fiscal Q2 201533700001493152-15-003618
10-Q2015-05-15fiscal Q1 201532500001493152-15-002021
10-K2015-03-31fiscal FY 201424560001493152-15-001112
10-Q2014-10-31fiscal Q3 201422580001615774-14-000235
10-Q2014-08-28fiscal Q2 201420780001615774-14-000077
10-Q/A2014-03-10fiscal Q2 201417600001520138-14-000028
10-Q2014-03-03fiscal Q2 201417600001562733-14-000002
10-Q2013-12-06fiscal Q3 201312280001562733-13-000008
10-K2013-10-28fiscal FY 201214300001117768-13-000530
10-Q2013-10-28fiscal Q3 201313300001117768-13-000529

Inspect the source

Entity
Synergy CHC Corp. / CIK 0001562733
Captured
2026-09-20T09:20:07.303Z
SEC response SHA-256
9750dd0049dadab34cf4d265ba441546398fecdd7ab06c890414e5dbcb8f5f27

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