Skip to content

LOGMEIN, INC.: filings

Every LOGMEIN, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2020-07-29

The latest filing in this captured record is a 10-Q filed 2020-07-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. LOGMEIN, 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-Q2020-07-29fiscal Q2 2020501350001564590-20-034298
10-Q2020-04-24fiscal Q1 202049990001564590-20-018347
10-K2020-02-14fiscal FY 2019561820001564590-20-004769
10-Q2019-10-25fiscal Q3 2019511360001564590-19-037838
10-Q2019-07-26fiscal Q2 2019511360001564590-19-026254
10-Q2019-04-26fiscal Q1 2019511000001564590-19-013221
10-K2019-02-21fiscal FY 2018531800001564590-19-003676
10-Q2018-10-26fiscal Q3 2018481300001564590-18-025208
10-Q2018-07-27fiscal Q2 2018481330001193125-18-228774
10-Q2018-04-27fiscal Q1 201844940001193125-18-136767
10-K2018-02-20fiscal FY 2017481740001193125-18-050503
10-Q2017-10-27fiscal Q3 2017431220001193125-17-322135
10-Q2017-07-28fiscal Q2 2017431220001193125-17-239411
10-Q2017-05-05fiscal Q1 201743870001193125-17-159878
10-K2017-03-01fiscal FY 2016481760001193125-17-063977
10-Q2016-10-28fiscal Q3 2016421220001193125-16-750730
10-Q2016-07-27fiscal Q2 2016431240001193125-16-659236
10-Q2016-04-29fiscal Q1 201643880001193125-16-566284
10-K2016-02-19fiscal FY 2015491780001193125-16-469163
10-Q2015-10-23fiscal Q3 2015421220001193125-15-351327
10-Q2015-07-24fiscal Q2 2015421210001193125-15-262005
10-Q2015-04-29fiscal Q1 201542850001193125-15-154529
10-K2015-02-20fiscal FY 2014461690001193125-15-055090
10-Q2014-10-24fiscal Q3 2014421200001193125-14-380908
10-Q2014-07-25fiscal Q2 2014421200001193125-14-279713
10-Q2014-04-30fiscal Q1 201445920001193125-14-169257
10-K2014-03-10fiscal FY 2013501780001193125-14-091608
10-Q2013-10-25fiscal Q3 2013451230001193125-13-410724
10-Q2013-07-26fiscal Q2 2013441190001193125-13-303699
10-Q2013-04-26fiscal Q1 201345900001193125-13-175704
10-K2013-02-22fiscal FY 2012481680001193125-13-070460
10-Q2012-10-25fiscal Q3 2012421140001193125-12-434463
10-Q2012-07-26fiscal Q2 2012421140001193125-12-315667
10-Q2012-04-26fiscal Q1 201241840001193125-12-184057
10-K2012-02-24fiscal FY 2011431130001193125-12-078099
10-Q2011-10-27fiscal Q3 2011401060000950123-11-092234
10-Q2011-07-28fiscal Q2 2011401060000950123-11-069203

Inspect the source

Entity
LOGMEIN, INC. / CIK 0001420302
Captured
SEC response SHA-256
1e0cb8222883b4142a5f21730e83ff80af368a879ea6ade79b3732f589008e0c

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