Atlantic Sapphire — Investor Relations & Filings
Atlantic Sapphire is an aquaculture company that pioneers land-based salmon farming using its proprietary Bluehouse® technology. This system involves raising salmon in controlled, on-land facilities designed to be sustainable and minimize environmental impact. The company's method prevents fish escapes and the release of parasites, antibiotics, or hormones into marine ecosystems. By locating its farms near consumer markets, primarily in North America, Atlantic Sapphire reduces the carbon footprint typically associated with air-freighting seafood. The company's main product is salmon, offered as a clean protein source. It also engages in partnerships for the production of salmon by-products like salmon oil.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Atlantic Sapphire ASA: Primary Insider Notification - Correction | 2020-09-16 | English | |
| Atlantic Sapphire ASA: Primary Insider Notification | 2020-09-16 | English | |
| Atlantic Sapphire ASA: Share Capital Increase Registered | 2020-09-16 | English | |
| Atlantic Sapphire ASA: Private placement successfully completed | 2020-09-10 | English | |
| Atlantic Sapphire ASA: Private placement successfully completed | 2020-09-10 | English | |
| Atlantic Sapphire ASA: Contemplated private placement | 2020-09-09 | English |
Market data
Market data not available
Price history
Peer group · Freshwater aquaculture
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
DAHU HEALTH INDUSTRY CO.,LTD.
Integrates freshwater aquaculture, medical services, and he…
|
600257 | CN | Agriculture, forestry and fishi… |
|
Fifax Abp
A bankrupt land-based farmer of rainbow trout that utilized…
|
FIFAX | FI | Agriculture, forestry and fishi… |
|
MURRAY COD AUSTRALIA LIMITED
Sustainable producer of premium Murray Cod using integrated…
|
MCA | AU | Agriculture, forestry and fishi… |
Atlantic Sapphire 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/3543/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=3543 | 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=3543 | 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=3543 \ -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": 3543}, 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 Atlantic Sapphire (id: 3543)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.