Skip to content

Sabre Corporation: filings

Every Sabre Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 2026371080001628280-26-053876
10-Q2026-05-07fiscal Q1 202637760001628280-26-031723
10-K2026-02-18fiscal FY 2025461190001628280-26-008800
10-Q2025-11-05fiscal Q3 2025371100001628280-25-049383
10-Q2025-08-07fiscal Q2 2025371080001597033-25-000090
10-Q2025-05-07fiscal Q1 202540840001597033-25-000061
10-K2025-02-20fiscal FY 2024471220001597033-25-000027
10-Q2024-10-31fiscal Q3 2024391160001597033-24-000125
10-Q2024-08-01fiscal Q2 2024391140001597033-24-000106
10-Q2024-05-02fiscal Q1 202440820001597033-24-000073
10-K2024-02-15fiscal FY 2023481250001597033-24-000020
10-Q2023-11-02fiscal Q3 2023401220001597033-23-000108
10-Q2023-08-03fiscal Q2 2023401200001597033-23-000073
10-Q2023-05-04fiscal Q1 202340820001597033-23-000046
10-K2023-02-17fiscal FY 2022491280001597033-23-000011
10-Q2022-11-02fiscal Q3 2022411240001597033-22-000093
10-Q2022-08-02fiscal Q2 2022411220001597033-22-000053
10-Q2022-05-03fiscal Q1 202244900001597033-22-000043
10-K2022-02-18fiscal FY 2021501310001597033-22-000015
10-Q2021-11-02fiscal Q3 2021451320001597033-21-000127
10-Q2021-08-03fiscal Q2 2021441280001597033-21-000098
10-Q2021-05-04fiscal Q1 202144900001597033-21-000073
10-K2021-02-25fiscal FY 2020511350001597033-21-000022
10-Q2020-11-06fiscal Q3 2020481380001597033-20-000198
10-Q2020-08-10fiscal Q2 2020461300001597033-20-000160
10-Q2020-05-08fiscal Q1 202047980001597033-20-000097
10-K2020-02-26fiscal FY 2019541830001597033-20-000026
10-Q2019-10-31fiscal Q3 2019471330001597033-19-000121
10-Q2019-08-01fiscal Q2 2019481350001597033-19-000092
10-Q2019-05-01fiscal Q1 201948970001597033-19-000065
10-K2019-02-15fiscal FY 2018501780001597033-19-000018
10-Q2018-10-30fiscal Q3 2018441260001597033-18-000153
10-Q2018-07-31fiscal Q2 2018411200001597033-18-000118
10-Q2018-05-01fiscal Q1 201841830001597033-18-000077
10-K2018-02-16fiscal FY 2017451680001597033-18-000023
10-Q2017-10-31fiscal Q3 2017401180001597033-17-000180
10-Q2017-08-01fiscal Q2 2017391160001597033-17-000149
10-Q2017-05-02fiscal Q1 201739800001597033-17-000104
10-K2017-02-17fiscal FY 2016461710001597033-17-000026
10-Q2016-11-02fiscal Q3 2016381140001597033-16-000296
10-Q2016-08-02fiscal Q2 2016381140001597033-16-000251
10-Q2016-04-28fiscal Q1 201638780001597033-16-000199
10-K2016-02-19fiscal FY 2015461790001597033-16-000136
10-Q2015-10-29fiscal Q3 2015391180001597033-15-000072
10-Q2015-08-04fiscal Q2 2015391180001597033-15-000032
10-Q2015-05-05fiscal Q1 201538780001564590-15-003303
10-K2015-03-03fiscal FY 2014451760001564590-15-001223
10-Q2014-11-12fiscal Q3 2014391150001564590-14-005478
10-Q2014-08-07fiscal Q2 2014371030001564590-14-003332
10-Q2014-05-15fiscal Q1 201437770001193125-14-201301

Inspect the source

Entity
Sabre Corporation / CIK 0001597033
Captured
2026-09-20T09:24:49.989Z
SEC response SHA-256
6f04c3e0fbcaf8fa28cf5b0cd38ee871b4e8293bc5d7ce5cff553f2211bf011d

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