Skip to content

GoDaddy Inc.: filings

Every GoDaddy Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-07-31fiscal Q2 2026461300001609711-26-000088
10-Q2026-05-01fiscal Q1 202645930001609711-26-000037
10-K2026-02-25fiscal FY 2025551410001609711-26-000010
10-Q2025-10-31fiscal Q3 2025471350001609711-25-000209
10-Q2025-08-08fiscal Q2 2025471310001609711-25-000154
10-Q2025-05-02fiscal Q1 202542870001609711-25-000077
10-K2025-02-20fiscal FY 2024501280001609711-25-000023
10-Q2024-10-31fiscal Q3 2024451250001609711-24-000167
10-Q2024-08-02fiscal Q2 2024451210001609711-24-000133
10-Q2024-05-03fiscal Q1 202444910001609711-24-000072
10-K2024-02-29fiscal FY 2023511300001609711-24-000022
10-Q2023-11-03fiscal Q3 2023431210001609711-23-000167
10-Q2023-08-04fiscal Q2 2023431170001609711-23-000129
10-Q2023-05-05fiscal Q1 202343890001609711-23-000082
10-K2023-02-16fiscal FY 2022511300001609711-23-000031
10-Q2022-11-04fiscal Q3 2022421190001609711-22-000133
10-Q2022-08-04fiscal Q2 2022421150001609711-22-000103
10-Q2022-05-05fiscal Q1 202242870001609711-22-000061
10-K2022-02-17fiscal FY 2021501280001609711-22-000024
10-Q2021-11-04fiscal Q3 2021421170001609711-21-000115
10-Q2021-08-05fiscal Q2 2021431150001609711-21-000102
10-Q2021-05-06fiscal Q1 202142870001609711-21-000060
10-K2021-02-19fiscal FY 2020501280001609711-21-000017
10-Q2020-11-05fiscal Q3 2020421170001609711-20-000145
10-Q2020-08-06fiscal Q2 2020421130001609711-20-000108
10-Q2020-05-07fiscal Q1 202042870001609711-20-000060
10-K2020-02-21fiscal FY 2019511600001609711-20-000022
10-Q2019-11-07fiscal Q3 2019441180001609711-19-000228
10-Q2019-08-02fiscal Q2 2019431120001609711-19-000192
10-Q2019-05-03fiscal Q1 201943860001609711-19-000089
10-K2019-02-22fiscal FY 2018481560001609711-19-000012
10-Q2018-11-07fiscal Q3 2018411050001609711-18-000228
10-Q2018-08-03fiscal Q2 2018401030001609711-18-000186
10-Q2018-05-09fiscal Q1 201840810001609711-18-000129
10-K2018-02-27fiscal FY 2017461410001609711-18-000035
10-Q2017-11-08fiscal Q3 2017381010001609711-17-000249
10-Q2017-08-09fiscal Q2 2017381010001609711-17-000164
10-Q2017-05-08fiscal Q1 201735710001609711-17-000091
10-K2017-02-28fiscal FY 2016461520001609711-17-000042
10-Q2016-11-03fiscal Q3 2016391070001609711-16-000295
10-Q2016-08-04fiscal Q2 201637930001609711-16-000172
10-Q2016-05-06fiscal Q1 201637750001609711-16-000114
10-K2016-03-03fiscal FY 2015451400001609711-16-000048
10-Q2015-11-05fiscal Q3 201537940001609711-15-000027
10-Q2015-08-06fiscal Q2 201536920001609711-15-000018

Inspect the source

Entity
GoDaddy Inc. / CIK 0001609711
Captured
2026-09-20T09:26:35.437Z
SEC response SHA-256
c069b5d7f43e313fe0262a7a2b456e333ba541c433c0f1a204041a933c52a96d

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