Skip to content

ABRAXAS PETROLEUM CORP: filings

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

Filing record ends 2023-04-17

The latest filing in this captured record is a 10-K filed 2023-04-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. ABRAXAS 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-K2023-04-17fiscal FY 202241820001437749-23-010447
10-Q2022-11-14fiscal Q3 2022371050001437749-22-027191
10-Q2022-08-12fiscal Q2 2022371030001437749-22-020262
10-Q2022-05-16fiscal Q1 202236730001437749-22-012526
10-K2022-03-31fiscal FY 202140800001437749-22-007770
10-Q2021-11-15fiscal Q3 202135970001437749-21-026660
10-Q2021-08-16fiscal Q2 202135970001437749-21-020104
10-Q2021-05-17fiscal Q1 202135710001437749-21-012466
10-K2021-05-07fiscal FY 2020391180001437749-21-011204
10-Q2020-11-09fiscal Q3 202036990001437749-20-023180
10-Q2020-08-11fiscal Q2 202036990001437749-20-017490
10-Q2020-07-06fiscal Q1 202034690001437749-20-014626
10-K2020-06-26fiscal FY 2019391360001437749-20-013989
10-Q2019-11-13fiscal Q3 201935950001437749-19-022698
10-Q2019-08-09fiscal Q2 201935970001437749-19-016195
10-Q2019-05-10fiscal Q1 201936730001437749-19-009424
10-K2019-03-15fiscal FY 2018351310001437749-19-005085
10-Q2018-11-09fiscal Q3 201834910001437749-18-020217
10-Q2018-08-09fiscal Q2 201834940001437749-18-015025
10-Q2018-05-10fiscal Q1 201834700000867665-18-000033
10-K2018-03-16fiscal FY 2017391480000867665-18-000014
10-Q2017-11-09fiscal Q3 201734960000867665-17-000105
10-Q2017-08-09fiscal Q2 201734970000867665-17-000077
10-Q2017-05-10fiscal Q1 201734700000867665-17-000044
10-K2017-03-16fiscal FY 2016401490000867665-17-000031
10-Q2016-11-09fiscal Q3 201633930000867665-16-000218
10-Q2016-08-09fiscal Q2 201633940000867665-16-000195
10-Q2016-05-10fiscal Q1 201633680000867665-16-000120
10-K2016-03-15fiscal FY 2015401490000867665-16-000100
10-Q2015-11-06fiscal Q3 2015351000000867665-15-000081
10-Q2015-08-07fiscal Q2 2015351000000867665-15-000059
10-Q2015-05-08fiscal Q1 201534700000867665-15-000040
10-K2015-03-13fiscal FY 2014411510000867665-15-000013
10-Q2014-11-07fiscal Q3 2014361040000867665-14-000089
10-Q2014-08-08fiscal Q2 2014361040000867665-14-000072
10-Q2014-05-09fiscal Q1 201435730000867665-14-000038
10-K2014-03-17fiscal FY 2013411510000867665-14-000017
10-Q2013-11-07fiscal Q3 2013351020000867665-13-000096
10-Q2013-08-09fiscal Q2 2013351020000867665-13-000076
10-Q2013-05-10fiscal Q1 201333680000867665-13-000047
10-K2013-03-18fiscal FY 2012401480000867665-13-000012
10-Q2012-11-09fiscal Q3 2012361060000867665-12-000049
10-Q2012-08-09fiscal Q2 201234960000867665-12-000039
10-Q2012-05-10fiscal Q1 201233680000867665-12-000024
10-K2012-03-15fiscal FY 2011381000000867665-12-000010
10-Q2011-11-09fiscal Q3 201133880000867665-11-000052
10-Q2011-08-09fiscal Q2 201133910000867665-11-000033

Inspect the source

Entity
ABRAXAS PETROLEUM CORP / CIK 0000867665
Captured
SEC response SHA-256
5d0c09676c92429d4e3a4ca9e752f67ee0e9b54710ec16ec24a5595ae2a67a5b

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