
Affinor Growers Inc. — Investor Relations & Filings
Affinor Growers Inc. is a vertical farming technology and greenhouse operations company specializing in the design, development, and commercialization of proprietary cultivation systems. The company functions as a patented technology developer and supplier of turnkey vertical farming facilities, which include specialized greenhouses, growing towers, automation, and cultivation processes. Affinor's core offering is its patented vertical growing tower technology, designed to enhance produce quality while simultaneously reducing cultivation costs. The company also operates its own food production facilities, such as a 15,000 square foot greenhouse utilizing its four-level vertical tower system primarily for growing premium strawberries. Affinor seeks to leverage its exclusive technology to become a premium producer of fresh produce and license its industrial designs for various crops, including leafy greens like romaine lettuce.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Report of exempt distribution (45-106F1).pdf | 2026-04-27 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2026-04-07 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2026-04-07 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2026-04-07 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2026-04-07 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2026-04-07 | English |
Market data
Market data not available
Price history
Peer group · Growing of other tree and bush fruits and nuts
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Ecolumber S.A.
Agroforestry company cultivating and commercializing nuts a…
|
ECO | ES | Agriculture, forestry and fishi… |
|
HOB Co.,Ltd.
A horticultural biotechnology firm managing the strawberry …
|
1382 | JP | Agriculture, forestry and fishi… |
|
Seeka Limited
Integrated produce company managing fruit cultivation, proc…
|
SEK | NZ | Agriculture, forestry and fishi… |
|
SELECT HARVESTS LIMITED
Integrated almond producer managing orchards, processing, a…
|
SHV | AU | Agriculture, forestry and fishi… |
Affinor Growers 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/44439/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=44439 | 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=44439 | 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=44439 \ -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": 44439}, 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 Affinor Growers Inc. (id: 44439)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.