Skip to content

INTERNATIONAL TOWER HILL MINES LTD: filings

Every INTERNATIONAL TOWER HILL MINES LTD annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2026-08-12fiscal Q2 202629820001104659-26-094923
10-Q2026-05-08fiscal Q1 202628600001104659-26-057981
10-K2026-03-11fiscal FY 202529590001104659-26-026416
10-Q2025-11-07fiscal Q3 202527780001104659-25-108150
10-Q2025-08-08fiscal Q2 202527780001410578-25-001650
10-Q2025-05-09fiscal Q1 202528600001410578-25-001126
10-K2025-03-12fiscal FY 202429600001410578-25-000319
10-Q2024-11-07fiscal Q3 202428810001410578-24-001791
10-Q2024-08-09fiscal Q2 202428810001410578-24-001257
10-Q2024-05-10fiscal Q1 202428600001410578-24-000716
10-K2024-03-08fiscal FY 202330620001410578-24-000156
10-Q2023-11-08fiscal Q3 202328820001410578-23-002231
10-Q2023-08-07fiscal Q2 202328820001410578-23-001570
10-Q2023-05-05fiscal Q1 202328600001410578-23-000885
10-K2023-03-08fiscal FY 202231640001410578-23-000217
10-Q2022-11-10fiscal Q3 202229860001410578-22-003083
10-Q2022-08-05fiscal Q2 202229860001410578-22-002050
10-Q2022-05-12fiscal Q1 202229620001410578-22-001342
10-K2022-03-09fiscal FY 202131640001410578-22-000306
10-Q2021-11-12fiscal Q3 202129850001410578-21-000129
10-Q2021-08-06fiscal Q2 202123660001104659-21-101097
10-Q2021-05-07fiscal Q1 202122480001104659-21-062773
10-K2021-03-10fiscal FY 202028580001104659-21-034157
10-Q2020-11-06fiscal Q3 202026720001104659-20-122133
10-Q2020-08-10fiscal Q2 202026720001104659-20-092371
10-Q2020-05-08fiscal Q1 202024520001104659-20-058374
10-K2020-03-10fiscal FY 201927560001104659-20-030970
10-Q2019-11-07fiscal Q3 201925700001104659-19-060806
10-Q2019-08-09fiscal Q2 201924650001279569-19-001727
10-Q2019-05-08fiscal Q1 201923510001279569-19-001081
10-K2019-03-15fiscal FY 201826540001279569-19-000594
10-Q2018-11-02fiscal Q3 201824670001279569-18-002178
10-Q2018-08-10fiscal Q2 201823650001279569-18-001672
10-Q2018-05-04fiscal Q1 201824530001279569-18-000936
10-K2018-03-16fiscal FY 201726680001279569-18-000460
10-Q2017-11-06fiscal Q3 201723650001279569-17-002099
10-Q2017-08-11fiscal Q2 201721610001279569-17-001659
10-Q2017-05-05fiscal Q1 201720450001279569-17-000931
10-K2017-03-15fiscal FY 201625640001279569-17-000496
10-Q2016-11-14fiscal Q3 201622610001279569-16-004692
10-Q2016-08-05fiscal Q2 201621590001279569-16-004085
10-Q2016-05-06fiscal Q1 201621470001279569-16-003375
10-K2016-03-16fiscal FY 201525660001279569-16-002939
10-Q2015-10-30fiscal Q3 201521590001279569-15-002051
10-Q2015-08-06fiscal Q2 201521590001279569-15-001560
10-Q2015-05-06fiscal Q1 201521470001104659-15-034725
10-K2015-03-11fiscal FY 201427650001104659-15-018859
10-Q2014-11-05fiscal Q3 201421570001104659-14-076998
10-Q2014-08-07fiscal Q2 201421570001104659-14-058059
10-Q2014-05-07fiscal Q1 201422540001104659-14-035679
10-K2014-03-12fiscal FY 2013241060001104659-14-018761
10-Q2013-11-06fiscal Q3 201323660001104659-13-081558
10-Q2013-07-31fiscal Q2 201323650001104659-13-058000
10-Q2013-05-08fiscal Q1 201323550001104659-13-038794

Inspect the source

Entity
INTERNATIONAL TOWER HILL MINES LTD / CIK 0001134115
Captured
2026-09-19T11:16:39.655Z
SEC response SHA-256
113e9b44c884142988c45b22afafafbbfacc34d3eb5f434aedf8135e2838e20b

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