Skip to content

HYPERDYNAMICS CORP: filings

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

Filing record ends 2017-11-15

The latest filing in this captured record is a 10-K filed 2017-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. HYPERDYNAMICS 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-K2017-11-15fiscal FY 201723640001558370-17-008965
10-Q2017-05-24fiscal Q3 201715440001104659-17-034705
10-Q2017-03-03fiscal Q2 201714420001104659-17-013824
10-Q2016-11-21fiscal Q1 201717370001104659-16-158323
10-K2016-09-22fiscal FY 201617480001047469-16-015631
10-Q2016-05-12fiscal Q3 201612310001104659-16-120126
10-Q2016-02-11fiscal Q2 201612310001104659-16-095709
10-Q2015-11-12fiscal Q1 201612270001104659-15-078308
10-K2015-09-16fiscal FY 201517490001047469-15-007344
10-Q2015-05-07fiscal Q3 201513370001104659-15-035623
10-Q2015-02-05fiscal Q2 201514390001104659-15-007053
10-Q2014-11-06fiscal Q1 201514310001104659-14-077741
10-K2014-09-12fiscal FY 201420740001104659-14-066052
10-Q2014-05-09fiscal Q3 201417430001104659-14-037036
10-Q2014-02-07fiscal Q2 201415420001104659-14-007274
10-Q2013-11-12fiscal Q1 201420410001104659-13-083334
10-K2013-09-11fiscal FY 201324830001047469-13-008991
10-Q2013-05-08fiscal Q3 201321550001104659-13-038845
10-Q2013-02-06fiscal Q2 201317510001104659-13-007976
10-Q2012-11-08fiscal Q1 201316360001104659-12-075774
10-K2012-09-13fiscal FY 201228970001047469-12-008821
10-Q2012-05-09fiscal Q3 201222600001104659-12-035204
10-Q2012-02-07fiscal Q2 201222600001104659-12-007415
10-Q2011-11-08fiscal Q1 201225520001104659-11-062113

Inspect the source

Entity
HYPERDYNAMICS CORP / CIK 0000937136
Captured
SEC response SHA-256
8d42e85b9d85d1acda42865531fc926bfe53ed382c758ec5b5805d235ea6e619

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