
Atlas Salt Inc. — Investor Relations & Filings
Atlas Salt Inc. is a mineral exploration and development company focused on industrial salt. The company's primary asset is the Great Atlantic Salt Project, located in Western Newfoundland, which is recognized as North America's premier undeveloped, high-grade, shallow salt deposit. Atlas Salt is advancing this project towards construction to establish the continent's first new salt mine in nearly three decades. The Great Atlantic resource features a massive, homogeneous, NI-43-101 compliant resource. The project is strategically positioned near a deep-water port, enabling efficient access to the Eastern North American road salt market. Atlas Salt emphasizes innovative design and sustainable mining practices to serve this essential, recession-resistant sector.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2025-11-17 | English | |
| Technical report (NI 43-101) - English.pdf | 2025-11-06 | English | |
| Consent of qualified person (NI 43-101) - English.pdf | 2025-11-06 | English | |
| Consent of qualified person (NI 43-101) - English.pdf | 2025-11-06 | English | |
| Consent of qualified person (NI 43-101) - English.pdf | 2025-11-06 | English | |
| Consent of qualified person (NI 43-101) - English.pdf | 2025-11-06 | English |
Market data
Market data not available
Price history
Peer group · Extraction of salt
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
BCI MINERALS LIMITED
Developing the Mardie solar evaporation project for industr…
|
BCI | AU | Mining and quarrying |
|
SODAŞ SODYUM SANAYİİ A.Ş.
Produces natural sodium sulfate and crude sodium chloride f…
|
SODSN | TR | Mining and quarrying |
|
Vortex Energy Corp.
Developing geological salt assets for clean energy storage …
|
VRTX | CA | Mining and quarrying |
Atlas Salt 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/47052/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=47052 | 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=47052 | 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=47052 \ -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": 47052}, 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 Atlas Salt Inc. (id: 47052)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.