Skip to content

Merion, Inc.: filings

Every Merion, 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 2022-09-23

The latest filing in this captured record is a 10-Q filed 2022-09-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. Merion, 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-Q2022-09-23fiscal Q2 2022351000001477932-22-007147
10-Q2022-05-24fiscal Q1 202234720001477932-22-003877
10-K2022-04-11fiscal FY 202135720001477932-22-002230
10-Q2021-11-12fiscal Q3 202133910001477932-21-008091
10-Q2021-08-13fiscal Q2 202133900001477932-21-005437
10-Q2021-05-14fiscal Q1 202132680001477932-21-003160
10-K2021-03-30fiscal FY 202032660001477932-21-001788
10-Q2020-11-12fiscal Q3 2020381130001477932-20-006438
10-Q2020-08-13fiscal Q2 2020381110001477932-20-004822
10-Q2020-06-26fiscal Q1 202032670001477932-20-003580
10-K2020-04-08fiscal FY 201933670001477932-20-001852
10-Q2019-11-13fiscal Q3 2019351100001477932-19-006398
10-Q2019-09-10fiscal Q2 2019371100001477932-19-005321
10-Q2019-05-10fiscal Q1 201930620001477932-19-002562
10-K2019-03-28fiscal FY 201832630001477932-19-001247
10-Q2018-11-14fiscal Q3 201832830001477932-18-005519
10-Q2018-08-14fiscal Q2 201830760001477932-18-003979
10-Q2018-05-10fiscal Q1 201830570001477932-18-002298
10-K2018-03-20fiscal FY 201729570001477932-18-001362
10-Q2017-11-01fiscal Q3 201728700001477932-17-005331
10-Q2017-08-11fiscal Q2 201727690001477932-17-003845
10-Q2017-05-15fiscal Q1 201727540001477932-17-002268
10-K2017-05-01fiscal FY 201630600001477932-17-002010
10-Q2017-04-07fiscal Q3 201629750001477932-17-001625
10-Q2017-04-07fiscal Q2 201629750001477932-17-001624
10-Q2017-04-07fiscal Q1 201630580001477932-17-001623
10-K2017-02-07fiscal FY 201532640001477932-17-000563
10-Q2016-12-29fiscal Q3 201533890001477932-16-014412
10-Q2016-12-21fiscal Q2 201532840001477932-16-014214
10-Q2016-12-15fiscal Q1 201531600001477932-16-014090
10-K2016-10-04fiscal FY 201432650001477932-16-012793
10-Q2014-11-14fiscal Q3 201429800001477932-14-006190
10-Q2014-08-12fiscal Q2 201429770001477932-14-004230
10-Q2014-05-14fiscal Q1 201427450001477932-14-002487
10-K2014-03-21fiscal FY 201329580001477932-14-001190
10-Q2013-11-19fiscal Q3 201329750001477932-13-005800

Inspect the source

Entity
Merion, Inc. / CIK 0001517498
Captured
SEC response SHA-256
90dbc644a3c196e55d862ae1effe0cc068f45ceb31acd11bdced046ed2b74e4b

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