Skip to content

Norwegian Cruise Line Holdings Ltd.: filings

Every Norwegian Cruise Line Holdings Ltd. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-03fiscal Q2 2026451230001104659-26-089657
10-Q2026-05-04fiscal Q1 202644920001104659-26-054833
10-K2026-03-02fiscal FY 2025521320001104659-26-022067
10-Q2025-11-04fiscal Q3 2025451230001104659-25-106057
10-Q2025-08-04fiscal Q2 2025451230001558370-25-010053
10-Q2025-05-05fiscal Q1 202544920001558370-25-006294
10-K2025-02-27fiscal FY 2024511310001558370-25-001743
10-Q2024-11-07fiscal Q3 2024441220001558370-24-014784
10-Q2024-08-08fiscal Q2 2024441220001558370-24-011514
10-Q2024-05-07fiscal Q1 202444920001558370-24-007014
10-K2024-02-28fiscal FY 2023531370001558370-24-001935
10-Q2023-11-08fiscal Q3 2023441220001558370-23-018153
10-Q2023-08-08fiscal Q2 2023441220001558370-23-013825
10-Q2023-05-05fiscal Q1 202344940001558370-23-008225
10-K2023-02-28fiscal FY 2022531380001558370-23-002361
10-Q2022-11-08fiscal Q3 2022451260001558370-22-016836
10-Q2022-08-09fiscal Q2 2022451260001558370-22-012832
10-Q2022-05-10fiscal Q1 202245960001558370-22-008057
10-K2022-03-01fiscal FY 2021541800001558370-22-002516
10-Q2021-11-09fiscal Q3 2021461260001558370-21-015236
10-Q2021-08-09fiscal Q2 2021451250001558370-21-010944
10-Q2021-05-10fiscal Q1 202144930001558370-21-006631
10-K2021-02-26fiscal FY 2020571750001558370-21-001998
10-Q2020-11-09fiscal Q3 2020481290001558370-20-013385
10-Q2020-08-10fiscal Q2 2020481280001558370-20-010131
10-Q2020-05-15fiscal Q1 202044930001558370-20-006750
10-K2020-02-27fiscal FY 2019551730001558370-20-001661
10-Q2019-11-08fiscal Q3 2019471280001558370-19-010568
10-Q2019-08-08fiscal Q2 2019471300001558370-19-007736
10-Q2019-05-10fiscal Q1 201947960001144204-19-025197
10-K2019-02-27fiscal FY 2018511670001144204-19-010508
10-Q2018-11-09fiscal Q3 2018431180001144204-18-058705
10-Q2018-08-09fiscal Q2 2018431180001144204-18-043330
10-Q2018-05-07fiscal Q1 201841850001144204-18-025758
10-K2018-02-27fiscal FY 2017461610001144204-18-011097
10-Q2017-11-09fiscal Q3 2017401120001144204-17-057704
10-Q2017-08-09fiscal Q2 2017401110001571049-17-007327
10-Q2017-05-10fiscal Q1 201740850001571049-17-004802
10-K2017-02-27fiscal FY 2016491690001571049-17-001650
10-Q2016-11-09fiscal Q3 2016401130001571049-16-019690
10-Q2016-08-09fiscal Q2 2016401110001571049-16-017267
10-Q2016-05-10fiscal Q1 201640860001571049-16-015066
10-K2016-02-29fiscal FY 2015531790001571049-16-012414
10-Q2015-11-04fiscal Q3 2015421210001571049-15-008804
10-Q2015-08-07fiscal Q2 2015401140001571049-15-006416
10-Q2015-05-08fiscal Q1 201536780001571049-15-003821
10-K2015-02-27fiscal FY 2014481640001571049-15-001498
10-Q2014-10-31fiscal Q3 2014391100001571049-14-005621
10-Q2014-07-31fiscal Q2 2014371050001571049-14-003533
10-Q2014-05-01fiscal Q1 201442870001193125-14-176597
10-K2014-02-21fiscal FY 2013461560001193125-14-062855
10-Q2013-10-31fiscal Q3 2013421120001193125-13-419559
10-Q2013-07-30fiscal Q2 2013421120001193125-13-310468
10-Q2013-05-08fiscal Q1 201341840001193125-13-207830

Inspect the source

Entity
Norwegian Cruise Line Holdings Ltd. / CIK 0001513761
Captured
2026-09-20T09:13:17.512Z
SEC response SHA-256
bf46a67bdc1d634accdb56ba95c405c1674985d10d3be5b8314633b290d4bd0d

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