Skip to content

ETSY, INC: filings

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

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-Q2026-08-05fiscal Q2 2026471360001370637-26-000080
10-Q2026-04-29fiscal Q1 202645940001370637-26-000044
10-K2026-02-19fiscal FY 2025571520001370637-26-000019
10-Q2025-10-29fiscal Q3 2025461340001370637-25-000100
10-Q2025-07-30fiscal Q2 2025461330001370637-25-000066
10-Q2025-04-30fiscal Q1 202545950001370637-25-000040
10-K2025-02-19fiscal FY 2024561480001370637-25-000017
10-Q2024-10-31fiscal Q3 2024451290001370637-24-000051
10-Q2024-08-01fiscal Q2 2024451300001370637-24-000043
10-Q2024-05-02fiscal Q1 202445960001370637-24-000030
10-K2024-02-22fiscal FY 2023571530001370637-24-000013
10-Q2023-11-02fiscal Q3 2023451300001370637-23-000080
10-Q2023-08-03fiscal Q2 2023451300001370637-23-000071
10-Q2023-05-04fiscal Q1 202345960001370637-23-000049
10-K2023-02-23fiscal FY 2022571530001370637-23-000017
10-Q2022-11-03fiscal Q3 2022451310001370637-22-000081
10-Q2022-07-28fiscal Q2 2022451300001370637-22-000069
10-Q2022-05-05fiscal Q1 202245960001370637-22-000049
10-K2022-02-25fiscal FY 2021571530001370637-22-000024
10-Q2021-11-04fiscal Q3 2021471380001370637-21-000070
10-Q2021-08-05fiscal Q2 2021471380001370637-21-000049
10-Q2021-05-06fiscal Q1 2021471000001370637-21-000024
10-K2021-02-26fiscal FY 2020581550001370637-21-000012
10-Q2020-10-29fiscal Q3 2020481400001370637-20-000219
10-Q2020-08-06fiscal Q2 2020481400001370637-20-000210
10-Q2020-05-07fiscal Q1 2020481020001370637-20-000144
10-K2020-02-27fiscal FY 2019611550001370637-20-000046
10-Q2019-10-31fiscal Q3 2019521510001370637-19-000183
10-Q2019-08-02fiscal Q2 2019521470001370637-19-000146
10-Q2019-05-09fiscal Q1 2019521070001370637-19-000090
10-K2019-02-28fiscal FY 2018571520001370637-19-000028
10-Q2018-11-07fiscal Q3 2018491360001370637-18-000144
10-Q2018-08-07fiscal Q2 2018491360001370637-18-000102
10-Q2018-05-09fiscal Q1 201846960001370637-18-000065
10-K2018-03-01fiscal FY 2017511350001370637-18-000020
10-Q2017-11-08fiscal Q3 2017441220001370637-17-000119
10-Q2017-08-07fiscal Q2 2017441220001370637-17-000102
10-Q2017-05-02fiscal Q1 201744900001370637-17-000047
10-K2017-02-28fiscal FY 2016471240001370637-17-000018
10-Q2016-11-03fiscal Q3 2016421080001370637-16-000124
10-Q2016-08-04fiscal Q2 2016381000001370637-16-000098
10-Q2016-05-05fiscal Q1 201642860001370637-16-000054
10-K2016-03-01fiscal FY 2015471230001370637-16-000032
10-Q2015-11-05fiscal Q3 2015381000001370637-15-000019
10-Q2015-08-06fiscal Q2 2015381000001370637-15-000007
10-Q2015-05-22fiscal Q1 201539790001628280-15-004429

Inspect the source

Entity
ETSY, INC / CIK 0001370637
Captured
2026-09-20T07:56:59.312Z
SEC response SHA-256
1fbd34da89a8eeb8aa72c0266f7945e0a25ee24641e26cba14abf115ec2e0759

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