Skip to content

Tellurian Inc.: filings

Every Tellurian Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2024-08-08

The latest filing in this captured record is a 10-Q filed 2024-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Tellurian Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2024-08-08fiscal Q2 202436960000061398-24-000031
10-Q2024-05-02fiscal Q1 202437770000061398-24-000022
10-K2024-02-23fiscal FY 2023411090000061398-24-000009
10-Q2023-11-02fiscal Q3 2023381070000061398-23-000054
10-Q2023-08-09fiscal Q2 2023391100000061398-23-000043
10-Q2023-05-03fiscal Q1 202339820000061398-23-000027
10-K2023-02-22fiscal FY 2022421120000061398-23-000011
10-Q2022-11-02fiscal Q3 2022391100000061398-22-000061
10-Q2022-08-03fiscal Q2 2022391100000061398-22-000049
10-Q2022-05-04fiscal Q1 202239820000061398-22-000032
10-K2022-02-23fiscal FY 2021441160000061398-22-000021
10-Q2021-11-03fiscal Q3 2021421160000061398-21-000045
10-Q2021-08-03fiscal Q2 2021411120000061398-21-000031
10-Q2021-05-05fiscal Q1 202141860000061398-21-000018
10-K2021-02-24fiscal FY 2020401040000061398-21-000010
10-Q2020-11-06fiscal Q3 202037960000061398-20-000031
10-Q2020-08-05fiscal Q2 202037960000061398-20-000020
10-Q2020-05-04fiscal Q1 202036760000061398-20-000008
10-K2020-02-24fiscal FY 2019401220000061398-20-000002
10-Q2019-11-06fiscal Q3 201935910000061398-19-000050
10-Q2019-08-07fiscal Q2 201935910000061398-19-000035
10-Q2019-05-08fiscal Q1 201936760000061398-19-000021
10-K2019-02-27fiscal FY 2018401290000061398-19-000009
10-Q2018-11-07fiscal Q3 201832830000061398-18-000031
10-Q2018-08-08fiscal Q2 201831800000061398-18-000019
10-Q2018-05-09fiscal Q1 201832660000061398-18-000011
10-K2018-03-15fiscal FY 201735720000061398-18-000003
10-Q2017-11-09fiscal Q3 201725690000061398-17-000022
10-Q2017-08-09fiscal Q2 201725720001193125-17-251990
10-Q2017-05-10fiscal Q3 201726520001193125-17-166121
10-Q2017-02-09fiscal Q2 201732880000061398-17-000004
10-Q2016-11-14fiscal Q1 201732660000061398-16-000119
10-K2016-09-14fiscal FY 201639780000061398-16-000098
10-Q2016-05-13fiscal Q3 2016371020000061398-16-000067
10-Q2016-02-12fiscal Q2 2016411120000061398-16-000050
10-Q2015-11-13fiscal Q1 201642860000061398-15-000042
10-K2015-10-13fiscal FY 2015441260000061398-15-000033
10-Q2015-05-15fiscal Q3 2015411120000061398-15-000013
10-Q2015-02-12fiscal Q2 2015401080000061398-15-000011
10-Q2014-11-13fiscal Q1 201537760000061398-14-000075
10-K2014-09-18fiscal FY 2014441230000061398-14-000039
10-Q2014-05-12fiscal Q3 201436980000061398-14-000019
10-Q2014-02-14fiscal Q2 201437990000061398-14-000004
10-Q2013-11-12fiscal Q1 201436730000061398-13-000075
10-K2013-09-16fiscal FY 2013431210000061398-13-000062
10-Q2013-05-13fiscal Q3 2013401050000061398-13-000025
10-Q2013-02-11fiscal Q2 2013411090000061398-13-000010
10-Q2012-11-09fiscal Q1 201341830000061398-12-000052
10-K/A2012-09-28fiscal FY 2012431430000061398-12-000041
10-Q2012-05-10fiscal Q3 201235880000061398-12-000019
10-Q2012-02-10fiscal Q2 201232820001193125-12-052465
10-Q2011-11-14fiscal Q1 201232660001193125-11-311461

Inspect the source

Entity
Tellurian Inc. / CIK 0000061398
Captured
SEC response SHA-256
3b71ee137564e80fb03cb17870f20b2488daf65e1e8bd2b2267c407b31e6dcaa

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