Skip to content

GATOS SILVER, INC.: filings

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

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-Q2024-11-12fiscal Q3 2024301000001628280-24-046787
10-Q2024-08-06fiscal Q2 2024311000001628280-24-035217
10-Q2024-05-06fiscal Q1 202431660001628280-24-020650
10-K/A2024-05-06fiscal FY 202332660001628280-24-020639
10-Q/A2024-05-06fiscal Q3 202327890001628280-24-020629
10-K2024-02-21fiscal FY 202332660001628280-24-005761
10-Q2023-11-06fiscal Q3 202327890001628280-23-037082
10-Q2023-08-09fiscal Q2 202327790001104659-23-088937
10-Q/A2023-06-28fiscal Q1 202323510001104659-23-075885
10-Q2023-06-28fiscal Q1 202323510001104659-23-075378
10-K2023-06-27fiscal FY 202229580001104659-23-074920
10-Q/A2023-06-27fiscal Q3 202228850001104659-23-074918
10-Q/A2023-06-27fiscal Q2 202228800001104659-23-074916
10-Q/A2023-06-27fiscal Q1 202225510001104659-23-074914
10-K/A2023-06-27fiscal FY 202127550001104659-23-074911
10-Q2023-03-30fiscal Q3 202226790001104659-23-038837
10-Q2023-03-30fiscal Q2 202226740001104659-23-038836
10-Q2023-03-30fiscal Q1 202225510001104659-23-038835
10-K2023-03-20fiscal FY 202127550001104659-23-034448
10-Q2021-11-08fiscal Q3 202125750001104659-21-135364
10-Q2021-08-09fiscal Q2 202124700001104659-21-102116
10-Q2021-05-07fiscal Q1 202120440001104659-21-062988
10-K2021-03-29fiscal FY 202026540001104659-21-043336
10-Q2020-12-09fiscal Q3 202026740001104659-20-133309

Inspect the source

Entity
GATOS SILVER, INC. / CIK 0001517006
Captured
2026-09-21T17:20:43.718Z
SEC response SHA-256
8a125d90b6154c4e07e52a263c76405b08a21d2f204c248da30a737119df2f69

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