Skip to content

NextDecade Corp: filings

Every NextDecade Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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-30fiscal Q2 2026451270001612720-26-000049
10-Q2026-05-01fiscal Q1 202647970001612720-26-000026
10-K2026-03-02fiscal FY 2025491260001612720-26-000009
10-Q2025-10-30fiscal Q3 2025461270001612720-25-000030
10-Q2025-08-01fiscal Q2 2025451260001612720-25-000009
10-Q2025-05-06fiscal Q1 202546960001628280-25-022731
10-K2025-02-28fiscal FY 2024501000001628280-25-008841
10-Q2024-11-07fiscal Q3 2024491370001628280-24-046336
10-Q2024-08-14fiscal Q2 2024481330001628280-24-037219
10-Q/A2024-05-13fiscal Q1 202447970001628280-24-022756
10-Q2024-05-09fiscal Q1 202448990001628280-24-022349
10-K2024-03-11fiscal FY 202348960001628280-24-010236
10-Q2023-11-13fiscal Q3 2023431170001437749-23-031608
10-Q2023-08-14fiscal Q2 2023381040001437749-23-023665
10-Q2023-05-11fiscal Q1 202238800001437749-23-013939
10-K2023-03-10fiscal FY 202239800001437749-23-006171
10-Q2022-11-10fiscal Q3 2022381060001437749-22-026905
10-Q2022-08-11fiscal Q2 2022381060001437749-22-020104
10-Q2022-05-12fiscal Q1 202237780001437749-22-012132
10-K2022-03-28fiscal FY 202138780001437749-22-007396
10-Q2021-11-10fiscal Q3 2021371020001437749-21-026144
10-Q2021-08-02fiscal Q2 2021361000001437749-21-018142
10-Q2021-05-13fiscal Q1 202136750001437749-21-012050
10-K2021-03-25fiscal FY 202037760001437749-21-007153
10-Q2020-11-04fiscal Q3 202035960001437749-20-022517
10-Q2020-08-06fiscal Q2 202035960001437749-20-016870
10-Q2020-05-18fiscal Q1 202034710001437749-20-011074
10-K2020-03-03fiscal FY 201935670001437749-20-004261
10-Q2019-11-05fiscal Q3 201934900001437749-19-021598
10-Q2019-08-06fiscal Q2 201935950001558370-19-007245
10-Q2019-05-07fiscal Q1 201936710001558370-19-004273
10-K2019-03-06fiscal FY 201835700001558370-19-001591
10-Q2018-11-09fiscal Q3 201835960001558370-18-009175
10-Q2018-08-09fiscal Q2 201833890001558370-18-006903
10-Q2018-05-09fiscal Q1 201832630001558370-18-004473
10-K2018-03-08fiscal FY 201733830001558370-18-001737
10-Q2017-11-08fiscal Q3 201730780001558370-17-008579
10-Q2017-08-09fiscal Q2 201717420001213900-17-008399
10-Q2017-05-15fiscal Q1 201717370001213900-17-005218
10-K2017-03-10fiscal FY 201618420001213900-17-002160
10-Q2016-11-14fiscal Q3 201618430001213900-16-018504
10-Q2016-08-15fiscal Q2 201618430001213900-16-016029
10-Q2016-05-20fiscal Q1 201618370001213900-16-013671
10-K2016-04-01fiscal FY 201518320001213900-16-012174
10-Q2015-11-03fiscal Q3 201519370001213900-15-008148
10-Q2015-08-13fiscal Q2 201518360001213900-15-006025
10-Q2015-05-19fiscal Q1 201518270001213900-15-004001

Inspect the source

Entity
NextDecade Corp / CIK 0001612720
Captured
2026-09-19T11:19:36.448Z
SEC response SHA-256
f2086d6eb13febf793824610b3e3cd67aeddb7b820b462db18574b9142f6264a

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