
HI HO SILVER RESOURCES INC. — Investor Relations & Filings
Hi Ho Silver Resources Inc. is a mineral exploration company engaged in the acquisition, exploration, and development of mineral properties. The company focuses on identifying and advancing precious and base metal mineral deposits. While its current portfolio includes properties primarily located in Canada, the company maintains a strategic objective to pursue mineral opportunities throughout North America and internationally.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2022-02-16 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2022-02-16 | English | |
| Interim MD&A - English.pdf | 2022-02-16 | English | |
| Interim financial statements/report – English.pdf | 2022-02-16 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2021-04-02 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2021-04-02 | English |
Market data
Market data not available
Price history
Peer group · Mining of other non-ferrous metal ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Decade Resources Ltd.
Exploration stage company focused on copper, gold, and silv…
|
DEC | CA | Mining and quarrying |
|
Deccan Gold Mines Ltd.
Mineral exploration company focused on gold deposit identif…
|
DECNGOLD | IN | Mining and quarrying |
|
Defense Metals Corp.
Advanced developer of critical Rare Earth Elements via the …
|
DEFN | CA | Mining and quarrying |
|
Defiance Silver Corp.
Exploration and development of precious and base metal proj…
|
DEF | CA | Mining and quarrying |
|
DELTA LITHIUM LIMITED
Explores and develops lithium and gold projects for the bat…
|
DLI | AU | Mining and quarrying |
|
Delta Resources Limited
Mineral exploration and development of gold and base metal …
|
DLTA | CA | Mining and quarrying |
|
Denarius Metals
Exploration and development of high-grade polymetallic mini…
|
DMET | CA | Mining and quarrying |
|
Desert Eagle Resources Ltd.
Junior mineral exploration focused on gold and other metals…
|
DER | CA | Mining and quarrying |
|
Desert Gold Ventures Inc.
Gold exploration company controlling 737 km² of prospective…
|
DAU | CA | Mining and quarrying |
|
Desert Lion Energy Inc.
Lithium development and production company focused on minin…
|
DLI | CA | Mining and quarrying |
HI HO SILVER RESOURCES INC. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/45815/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=45815 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=45815 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=45815 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 45815}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for HI HO SILVER RESOURCES INC. (id: 45815)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.