Skip to content

Gogo Inc.: filings

Every Gogo Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-06fiscal Q2 2026551520001193125-26-337921
10-Q2026-05-07fiscal Q1 2026551140001193125-26-211861
10-K2026-02-27fiscal FY 2025591560001193125-26-082487
10-Q2025-11-06fiscal Q3 2025561540001193125-25-269462
10-Q2025-08-07fiscal Q2 2025571560000950170-25-105003
10-Q2025-05-09fiscal Q1 2025571170000950170-25-067982
10-K2025-03-14fiscal FY 2024591560000950170-25-039384
10-Q2024-11-05fiscal Q3 2024561540000950170-24-121474
10-Q2024-08-07fiscal Q2 2024551500000950170-24-092730
10-Q2024-05-07fiscal Q1 2024551140000950170-24-054469
10-K2024-02-28fiscal FY 2023541410000950170-24-022040
10-Q2023-11-07fiscal Q3 2023561530000950170-23-060313
10-Q2023-08-07fiscal Q2 2023551500000950170-23-039039
10-Q2023-05-03fiscal Q1 2023541130000950170-23-017152
10-K2023-02-28fiscal FY 2022561440000950170-23-005065
10-Q2022-11-03fiscal Q3 2022521440000950170-22-021698
10-Q2022-08-05fiscal Q2 2022521440000950170-22-015043
10-Q2022-05-05fiscal Q1 2022521080000950170-22-007618
10-K2022-03-03fiscal FY 2021561430000950170-22-002778
10-Q2021-11-04fiscal Q3 2021531470000950170-21-003002
10-Q2021-08-05fiscal Q2 2021501320001564590-21-041278
10-Q2021-05-06fiscal Q1 2021501030001564590-21-024921
10-K2021-03-11fiscal FY 2020511650001564590-21-012575
10-Q2020-11-09fiscal Q3 2020491320001564590-20-052605
10-Q2020-08-10fiscal Q2 2020531420001564590-20-038939
10-Q2020-05-11fiscal Q1 2020521080001193125-20-138765
10-K2020-03-13fiscal FY 2019541750001193125-20-072797
10-Q2019-11-07fiscal Q3 2019521390001193125-19-287127
10-Q2019-08-08fiscal Q2 2019521390001193125-19-216630
10-Q2019-05-09fiscal Q1 2019521060001193125-19-142871
10-K2019-02-21fiscal FY 2018511660001193125-19-046812
10-Q2018-11-06fiscal Q3 2018491310001193125-18-319287
10-Q2018-08-08fiscal Q2 2018491310001193125-18-242316
10-Q2018-05-04fiscal Q1 201844900001193125-18-152355
10-K2018-02-22fiscal FY 2017441370001193125-18-053979
10-Q2017-11-02fiscal Q3 2017421140001193125-17-330434
10-Q2017-08-07fiscal Q2 2017421140001193125-17-249530
10-Q2017-05-04fiscal Q1 201742860001193125-17-157955
10-K2017-02-27fiscal FY 2016441370001193125-17-058457
10-Q2016-11-03fiscal Q3 2016421140001193125-16-758481
10-Q2016-08-04fiscal Q2 2016421140001193125-16-671164
10-Q2016-05-06fiscal Q1 201642860001193125-16-581159
10-K2016-02-25fiscal FY 2015441370001193125-16-477307
10-Q2015-11-05fiscal Q3 2015421140001193125-15-367661
10-Q2015-08-06fiscal Q2 2015421140001193125-15-280656
10-Q2015-05-07fiscal Q1 201543880001193125-15-177313
10-K2015-02-27fiscal FY 2014441370001193125-15-069995
10-Q2014-11-10fiscal Q3 2014421140001193125-14-406276
10-Q2014-08-11fiscal Q2 2014421130001193125-14-304568
10-Q2014-05-12fiscal Q1 201442860001193125-14-193970
10-K2014-03-14fiscal FY 2013471460001193125-14-100126
10-Q2013-11-12fiscal Q3 2013441160001193125-13-437611
10-Q/A2013-09-06fiscal Q2 2013441160001193125-13-360068

Inspect the source

Entity
Gogo Inc. / CIK 0001537054
Captured
2026-09-20T09:17:05.387Z
SEC response SHA-256
a73ee21ae07223a379a3fa92ad7ff28332dcb41f9b994fb920d6fa911882cc47

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