Skip to content

Li3 Energy, Inc.: filings

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

Filing record ends 2017-08-10

The latest filing in this captured record is a 10-K/A filed 2017-08-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Li3 Energy, 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-K/A2017-08-10fiscal FY 201625520001640334-17-001579
10-Q2017-05-11fiscal Q3 201722660001640334-17-000904
10-Q2017-02-21fiscal Q2 201722660001144204-17-010062
10-Q2016-11-21fiscal Q1 201718400001144204-16-135607
10-K2016-10-07fiscal FY 201625520001144204-16-127386
10-Q2016-05-16fiscal Q3 201626740001144204-16-102275
10-Q2016-02-22fiscal Q2 201626740001144204-16-083570
10-Q2015-12-15fiscal Q1 201618390001144204-15-070893
10-K2015-11-06fiscal FY 201529580001144204-15-063301
10-Q2015-05-15fiscal Q3 201530830001144204-15-031165
10-Q2015-02-17fiscal Q2 201530840001144204-15-009535
10-Q2014-11-13fiscal Q1 201528590001144204-14-067635
10-K2014-09-26fiscal FY 201432660001144204-14-058062
10-Q2014-05-15fiscal Q3 2014351210001144204-14-031332
10-Q2014-02-13fiscal Q2 2014351210001144204-14-008466
10-Q2013-11-07fiscal Q1 201434940001144204-13-059570
10-K2013-10-09fiscal FY 201337970001144204-13-054601
10-Q2013-05-09fiscal Q3 2013351180001144204-13-027527
10-Q2013-02-14fiscal Q2 2013331220001144204-13-008719
10-Q2012-11-16fiscal Q1 2013351040001144204-12-063581
10-K/A2012-10-29fiscal FY 2012351050001144204-12-058309
10-Q2012-05-10fiscal Q3 2012291050001144204-12-027692
10-Q/A2012-03-06fiscal Q2 2012321160001144204-12-012996
10-Q2012-02-14fiscal Q2 2012321160001144204-12-008859
10-Q/A2012-01-06fiscal Q1 201230930001144204-12-001092
10-Q2011-11-14fiscal Q1 201230930001144204-11-064614

Inspect the source

Entity
Li3 Energy, Inc. / CIK 0001334699
Captured
SEC response SHA-256
5bf129ec09cff9ae000eed74f851233992aa463636805f4f44f16dfbfa6b36a7

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