Skip to content

ULTRA PETROLEUM CORP.: filings

Every ULTRA PETROLEUM CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2020-08-07

The latest filing in this captured record is a 10-Q filed 2020-08-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ULTRA PETROLEUM CORP. 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-Q2020-08-07fiscal Q2 202033910001564590-20-038100
10-Q2020-06-04fiscal Q1 202033700001564590-20-028281
10-K2020-04-15fiscal FY 2019391410001564590-20-016770
10-Q2019-11-07fiscal Q3 201935950001564590-19-041557
10-Q2019-08-09fiscal Q2 201936950001564590-19-031147
10-Q2019-05-09fiscal Q1 201936730001564590-19-017535
10-K2019-03-08fiscal FY 2018401440001564590-19-006848
10-Q2018-11-09fiscal Q3 201834890001564590-18-028693
10-Q2018-08-09fiscal Q2 201832850001564590-18-020913
10-Q2018-05-10fiscal Q1 201827590001564590-18-012851
10-K2018-02-28fiscal FY 2017351230001564590-18-003771
10-Q2017-11-09fiscal Q3 201727740001564590-17-023276
10-Q2017-08-09fiscal Q2 201729820001193125-17-252486
10-Q2017-05-03fiscal Q1 201727560001193125-17-156089
10-K2017-02-22fiscal FY 2016331220001193125-17-051805
10-Q2016-10-27fiscal Q3 201628780001193125-16-749273
10-Q2016-08-09fiscal Q2 201628780001193125-16-676385
10-Q2016-04-29fiscal Q1 201628580001193125-16-564351
10-K2016-02-29fiscal FY 2015331180001193125-16-484243
10-Q2015-10-29fiscal Q3 201527770001193125-15-357707
10-Q2015-07-30fiscal Q2 201527760001193125-15-271059
10-Q2015-04-30fiscal Q1 201527560001193125-15-160150
10-K2015-02-24fiscal FY 2014331180001193125-15-059984
10-Q2014-10-30fiscal Q3 201426740001193125-14-388927
10-Q2014-07-31fiscal Q2 201426740001193125-14-288840
10-Q2014-05-01fiscal Q1 201426540001193125-14-175827
10-K2014-02-25fiscal FY 2013331170001193125-14-067069
10-Q2013-11-01fiscal Q3 201327760001193125-13-422489
10-Q2013-08-02fiscal Q2 201327760001193125-13-316623
10-Q2013-05-03fiscal Q1 201327560001193125-13-198345
10-K2013-02-20fiscal FY 2012331170001193125-13-067295
10-Q2012-11-01fiscal Q3 201225720001193125-12-445812
10-Q2012-08-02fiscal Q2 201225720001193125-12-331220
10-Q2012-05-03fiscal Q1 201225520001193125-12-206627
10-K2012-02-17fiscal FY 2011311140001193125-12-067172
10-Q2011-11-04fiscal Q3 201126740000950123-11-095108
10-Q2011-08-09fiscal Q2 201126740000950123-11-075196
10-Q2011-05-06fiscal Q1 201126540000950123-11-046137
10-K2011-02-24fiscal FY 2010301110000950123-11-017883
10-Q2010-11-04fiscal Q3 201026740000950123-10-100530
10-Q2010-07-30fiscal Q2 201026740000950123-10-070159
10-Q2010-05-05fiscal Q1 201026540000950123-10-044033
10-K2010-02-26fiscal FY 200929790000950123-10-018286
10-Q2009-10-30fiscal Q3 200928760000950123-09-055354
10-Q2009-08-04fiscal Q2 200928760000950123-09-029387

Inspect the source

Entity
ULTRA PETROLEUM CORP. / CIK 0001022646
Captured
SEC response SHA-256
d585458a75f89fc235400db79523274e9e5a7670742c9ac79550ea2f736956af

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