Skip to content

2U, LLC: filings

Every 2U, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2024-08-09

The latest filing in this captured record is a 10-Q filed 2024-08-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. 2U, LLC 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-Q2024-08-09fiscal Q2 2024491400001459417-24-000054
10-Q2024-05-02fiscal Q1 2024491010001459417-24-000036
10-K2024-03-06fiscal FY 2023551410001459417-24-000011
10-Q2023-11-09fiscal Q3 2023491430001459417-23-000042
10-Q2023-08-08fiscal Q2 2023491390001459417-23-000035
10-Q2023-04-28fiscal Q1 2023491010001459417-23-000022
10-K2023-02-21fiscal FY 2022561440001459417-23-000004
10-Q2022-11-07fiscal Q3 2022491430001459417-22-000026
10-Q2022-07-28fiscal Q2 2022491390001459417-22-000021
10-Q2022-05-10fiscal Q1 2022491010001459417-22-000018
10-K2022-03-01fiscal FY 2021561440001459417-22-000004
10-Q2021-11-09fiscal Q3 2021481390001459417-21-000014
10-Q2021-07-29fiscal Q2 2021471330001459417-21-000012
10-Q2021-04-28fiscal Q1 202144900001459417-21-000009
10-K2021-02-25fiscal FY 2020491720001459417-21-000003
10-Q2020-10-27fiscal Q3 2020441230001459417-20-000012
10-Q2020-07-31fiscal Q2 2020421150001459417-20-000010
10-Q2020-04-30fiscal Q1 202041840001459417-20-000006
10-K2020-02-28fiscal FY 2019501870001459417-20-000003
10-Q2019-11-12fiscal Q3 2019401140001459417-19-000008
10-Q2019-07-30fiscal Q2 2019391060001459417-19-000006
10-Q2019-05-07fiscal Q1 201938780001459417-19-000003
10-K2019-02-26fiscal FY 2018441830001104659-19-010491
10-Q2018-11-05fiscal Q3 201835950001104659-18-065981
10-Q2018-08-02fiscal Q2 201834890001104659-18-049189
10-Q2018-05-03fiscal Q1 201833670001104659-18-030256
10-K2018-02-27fiscal FY 2017421500001047469-18-001109
10-Q2017-11-07fiscal Q3 201733850001104659-17-066642
10-Q2017-08-07fiscal Q2 201728710001104659-17-049907
10-Q2017-05-04fiscal Q1 201724520001104659-17-029892
10-K2017-02-24fiscal FY 2016301070001047469-17-000950
10-Q2016-11-03fiscal Q3 201629740001104659-16-154594
10-Q2016-08-04fiscal Q2 201628740001104659-16-137033
10-Q2016-05-05fiscal Q1 201628580001104659-16-118289
10-K2016-03-10fiscal FY 2015281020001047469-16-010989
10-Q2015-10-26fiscal Q3 201529760001104659-15-072735
10-Q2015-08-06fiscal Q2 201529750001104659-15-057188
10-Q2015-05-07fiscal Q1 201528580001104659-15-035575
10-K2015-02-26fiscal FY 2014311160001047469-15-001305
10-Q2014-11-04fiscal Q3 201430760001104659-14-076553
10-Q2014-08-06fiscal Q2 201430760001104659-14-057593
10-Q2014-05-12fiscal Q1 201428580001104659-14-037658

Inspect the source

Entity
2U, LLC / CIK 0001459417
Captured
SEC response SHA-256
32a15e8a24f692aadd084df881eaf6b4eaebe2b8b81b4b7e69b11a1de9291b57

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