Skip to content

General Moly, Inc: filings

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

Filing record ends 2020-08-19

The latest filing in this captured record is a 10-Q filed 2020-08-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. General Moly, 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-Q2020-08-19fiscal Q2 202027820001654954-20-009352
10-Q2020-05-15fiscal Q1 202023470001558370-20-006716
10-K2020-05-04fiscal FY 201927910001558370-20-004975
10-Q2019-11-19fiscal Q3 201926730001558370-19-011125
10-Q2019-08-13fiscal Q2 201926730001558370-19-008013
10-Q2019-05-14fiscal Q1 201927560001558370-19-004995
10-K2019-03-21fiscal FY 201825900001558370-19-002331
10-Q2018-11-08fiscal Q3 201824650001558370-18-008892
10-Q2018-08-14fiscal Q2 201824650001558370-18-007102
10-Q2018-05-08fiscal Q1 201824510001558370-18-004275
10-K2018-03-13fiscal FY 2017251050001558370-18-002006
10-Q2017-11-06fiscal Q3 201722610001558370-17-008254
10-Q2017-08-14fiscal Q2 201722610001558370-17-006597
10-Q2017-05-01fiscal Q1 201719410001558370-17-003136
10-K2017-03-16fiscal FY 201621890001558370-17-001886
10-Q2016-11-07fiscal Q3 201620570001558370-16-009442
10-Q2016-08-08fiscal Q2 201620570001558370-16-007609
10-Q2016-05-05fiscal Q1 201621450001558370-16-005405
10-K2016-03-11fiscal FY 201522850001558370-16-004056
10-Q2015-11-04fiscal Q3 201521550001558370-15-002261
10-Q2015-08-04fiscal Q2 201520530001104659-15-055649
10-Q2015-05-04fiscal Q1 201520410001104659-15-033436
10-K2015-03-11fiscal FY 201421830001104659-15-018834
10-Q2014-11-03fiscal Q3 201423630001104659-14-075788
10-Q2014-08-04fiscal Q2 201421640001104659-14-056244
10-Q2014-05-06fiscal Q1 201421520001104659-14-035042
10-K2014-03-13fiscal FY 201324990001104659-14-019264
10-Q2013-11-04fiscal Q3 201324830001104659-13-080327
10-Q2013-08-05fiscal Q2 201320640001104659-13-059782
10-Q2013-05-03fiscal Q1 201320530001104659-13-036854
10-K2013-03-08fiscal FY 201220890001104659-13-018846
10-Q2012-11-07fiscal Q3 201221710001104659-12-075176
10-Q2012-08-07fiscal Q2 201221710001104659-12-055098
10-Q2012-05-02fiscal Q1 201220500001104659-12-031817
10-K2012-03-01fiscal FY 201120630001104659-12-014923
10-Q2011-11-01fiscal Q3 201120680001104659-11-059367
10-Q2011-08-03fiscal Q2 201123760001104659-11-042967

Inspect the source

Entity
General Moly, Inc / CIK 0001275229
Captured
SEC response SHA-256
b7250aadd4625e4bfb1c51baaa250d72912db5d9ebf9bf8b4ce81732c3135f1e

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