Skip to content

LEAF GROUP LTD.: filings

Every LEAF GROUP LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

Filing record ends 2021-05-06

The latest filing in this captured record is a 10-Q filed 2021-05-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. LEAF GROUP LTD. 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-Q2021-05-06fiscal Q1 2021491030001558370-21-006247
10-K2021-02-25fiscal FY 2020511040001558370-21-001844
10-Q2020-10-29fiscal Q3 2020521530001558370-20-012054
10-Q2020-07-31fiscal Q2 2020521490001558370-20-008846
10-Q2020-05-11fiscal Q1 202047990001558370-20-006264
10-K2020-03-16fiscal FY 201949970001558370-20-002781
10-Q2019-11-07fiscal Q3 2019481320001558370-19-010372
10-Q2019-08-05fiscal Q2 2019481280001558370-19-007073
10-Q2019-05-08fiscal Q1 201948970001558370-19-004462
10-K2019-03-04fiscal FY 2018471220001558370-19-001480
10-Q2018-11-06fiscal Q3 2018461190001558370-18-008636
10-Q2018-08-02fiscal Q2 2018471210001558370-18-006224
10-Q2018-05-08fiscal Q1 201847940001558370-18-004305
10-K2018-03-01fiscal FY 2017431120001558370-18-001395
10-Q2017-11-07fiscal Q3 2017461260001558370-17-008389
10-Q2017-08-03fiscal Q2 2017461220001558370-17-005850
10-Q2017-05-04fiscal Q1 201737730001558370-17-003532
10-K2017-02-23fiscal FY 2016411050001558370-17-000895
10-Q2016-11-07fiscal Q3 2016421140001558370-16-009512
10-Q2016-08-04fiscal Q2 2016401100001558370-16-007410
10-Q2016-05-09fiscal Q1 201636730001558370-16-005685
10-K2016-03-01fiscal FY 201538980001558370-16-003739
10-Q2015-11-05fiscal Q3 201536930001558370-15-002352
10-Q2015-08-06fiscal Q2 201536930001558370-15-001484
10-Q2015-05-07fiscal Q1 201536730001558370-15-000785
10-K2015-03-16fiscal FY 2014381000001564590-15-001730
10-Q2014-11-10fiscal Q3 2014401050001564590-14-005426
10-Q2014-08-11fiscal Q2 2014411050001564590-14-003491
10-Q2014-05-12fiscal Q1 201443870001564590-14-002027
10-K2014-03-17fiscal FY 2013471230001564590-14-000861
10-Q2013-11-12fiscal Q3 2013451170001365038-13-000153
10-Q2013-08-09fiscal Q2 2013461190001365038-13-000107
10-Q2013-05-10fiscal Q1 201349990001365038-13-000066
10-K/A2013-03-11fiscal FY 2012491280001365038-13-000033
10-K2013-03-05fiscal FY 2012491280001365038-13-000030
10-Q2012-11-13fiscal Q3 2012491290001365038-12-000063
10-Q2012-08-10fiscal Q2 2012491290001365038-12-000034
10-Q2012-05-11fiscal Q1 201240830001365038-12-000021
10-K2012-02-24fiscal FY 2011391020001365038-12-000010
10-Q2011-11-14fiscal Q3 2011391000001365038-11-000012
10-Q2011-08-12fiscal Q2 201138980001365038-11-000002

Inspect the source

Entity
LEAF GROUP LTD. / CIK 0001365038
Captured
SEC response SHA-256
fcf8ede93f9950ffcc42874c5ca669f9d5259db1bd031f66a85a0abf713fc4f0

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