
Mustang Resources Inc. — Investor Relations & Filings
Mustang Energy Corp. is a mineral exploration and development company focused on the discovery and advancement of high-potential uranium deposits. The company's core business involves the systematic exploration of resource properties, primarily situated within the Athabasca Basin in Saskatchewan. Mustang Energy holds a significant land package in this premier uranium district and actively conducts field exploration programs. The company utilizes modern exploration technologies to define and develop its assets, including its 100% owned flagship project, with the objective of establishing economic uranium resources.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Material change report - English.pdf | 2005-06-28 | English | |
| Material change report - English.pdf | 2005-05-06 | English | |
| Other.pdf | 2005-03-31 | English | |
| Other securityholders documents - English.pdf | 2005-03-30 | English | |
| Material change report - English.pdf | 2004-08-13 | English | |
| Material change report - English.pdf | 2004-07-28 | English |
Browse filings by year
4 yearsMarket data
Market data not available
Price history
Peer group · Mining of uranium and thorium ores
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Xcite Resources Inc.
Early-stage mineral exploration company focused on uranium …
|
XRI | CA | Mining and quarrying |
|
XEMPLAR ENERGY CORP.
Exploration company targeting uranium, bentonite, and marbl…
|
XEPRF | CA | Mining and quarrying |
|
ZEUS RESOURCES LIMITED
Mineral exploration company targeting uranium, gold, and ba…
|
ZEU | AU | Mining and quarrying |
Mustang 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/45237/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=45237 | 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=45237 | 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=45237 \ -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": 45237}, 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 Mustang Resources Inc. (id: 45237)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.