Skip to content

Republic Airways Holdings Inc.: filings

Every Republic Airways Holdings Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 2026351040001628280-26-051405
10-Q2026-05-01fiscal Q1 202635740001628280-26-029330
10-K2026-03-19fiscal FY 2025441160001628280-26-019614
10-Q2025-11-21fiscal Q3 2025421230001193125-25-290256
10-Q2025-08-13fiscal Q3 2025421240000950170-25-108021
10-Q2025-05-20fiscal Q2 2025421200000950170-25-075201
10-Q2025-05-19fiscal Q1 202542880000950170-25-073787
10-K2025-05-14fiscal FY 2024471220000950170-25-070705
10-Q2024-10-15fiscal Q3 2024421230000950170-24-114741
10-Q2024-06-17fiscal Q2 2024431210000950170-24-074297
10-Q2024-05-24fiscal Q1 202443900000950170-24-064406
10-K2024-01-26fiscal FY 2023491290000950170-24-007799
10-Q2023-08-14fiscal Q3 2023451310000950170-23-041998
10-Q2023-05-09fiscal Q2 2023461290000950170-23-019852
10-Q2023-02-09fiscal Q1 202345930000950170-23-002364
10-K2022-12-29fiscal FY 2022501310001564590-22-039954
10-Q2022-08-08fiscal Q3 2022461340001564590-22-028498
10-Q2022-05-09fiscal Q2 2022461300001564590-22-018911
10-Q2022-02-09fiscal Q1 202246950001564590-22-004400
10-K2021-12-10fiscal FY 2021511310001564590-21-060016
10-Q2021-08-09fiscal Q3 2021461340001564590-21-042720
10-Q2021-05-11fiscal Q2 2021461300001564590-21-026250
10-Q2021-02-09fiscal Q1 202146960001564590-21-005051
10-K2020-12-14fiscal FY 2020501890001564590-20-057000
10-Q2020-08-10fiscal Q3 2020461320001564590-20-038972
10-Q2020-05-11fiscal Q2 2020451260001564590-20-024363
10-Q2020-02-10fiscal Q1 202045920001564590-20-004074
10-K2019-12-17fiscal FY 2019461830001564590-19-046104
10-Q2019-08-14fiscal Q3 2019431270001564590-19-032172
10-Q2019-05-15fiscal Q2 2019431220001564590-19-019443
10-Q2019-02-13fiscal Q1 201942870001564590-19-002864
10-K2018-12-20fiscal FY 2018451600001564590-18-031220
10-Q2018-09-05fiscal Q3 2018391080001193125-18-267246

Inspect the source

Entity
Republic Airways Holdings Inc. / CIK 0000810332
Captured
2026-09-19T15:06:01.692Z
SEC response SHA-256
e4367323ab0b84e24a006d75542612cf9f47e121c68e795d3829022bf23d7691

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