Skip to content

Care.com Inc: filings

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

Filing record ends 2019-11-06

The latest filing in this captured record is a 10-Q filed 2019-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Care.com 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-11-06fiscal Q3 2019531530001412270-19-000053
10-Q2019-08-06fiscal Q2 2019531490001412270-19-000039
10-Q2019-05-09fiscal Q1 2019521130001412270-19-000029
10-K2019-03-07fiscal FY 2018511860001412270-19-000008
10-Q2018-11-08fiscal Q3 2018481270001412270-18-000048
10-Q2018-07-30fiscal Q2 2018481260001412270-18-000037
10-Q2018-05-08fiscal Q1 201849960001412270-18-000025
10-K2018-02-27fiscal FY 2017511900001412270-18-000012
10-Q2017-11-02fiscal Q3 2017481270001412270-17-000054
10-Q2017-08-10fiscal Q2 2017471250001412270-17-000036
10-Q2017-05-03fiscal Q1 201747950001412270-17-000026
10-K2017-03-09fiscal FY 2016511770001412270-17-000009
10-Q2016-11-01fiscal Q3 2016471190001412270-16-000069
10-Q2016-07-27fiscal Q2 2016491290001412270-16-000061
10-Q2016-04-28fiscal Q1 201649990001412270-16-000050
10-K2016-03-01fiscal FY 2015501660001412270-16-000034
10-Q2015-10-29fiscal Q3 2015461210001412270-15-000025
10-Q2015-08-04fiscal Q2 2015461210001412270-15-000018
10-Q2015-05-12fiscal Q1 201543870001412270-15-000012
10-K2015-03-27fiscal FY 2014431490001412270-15-000005
10-Q2014-11-10fiscal Q3 2014441140001412270-14-000066
10-Q2014-08-05fiscal Q2 2014421090001412270-14-000053
10-Q2014-05-06fiscal Q1 201442850001412270-14-000033

Inspect the source

Entity
Care.com Inc / CIK 0001412270
Captured
SEC response SHA-256
0123f058dddad85d2b042ddcf6b0536a16db02969c31118354c87d3cb36af2d1

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