
Green Rise Foods Inc. — Investor Relations & Filings
Green Rise Foods Inc. is a grower and producer of fresh produce utilizing Controlled Environment Agriculture (CEA) technologies. The company operates wholly owned greenhouse ranges, totaling approximately 72 to 89 acres, dedicated to cultivating high-quality, consistent products, including tomatoes, for the North American market. Green Rise Foods focuses on being a reliable, low-cost producer while adhering to principles of social and environmental responsibility. Its CEA methodology ensures consistent output by protecting crops from pests and extreme weather, leveraging advanced technology and sustainable practices to meet partner demands.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2026-01-05 | English | |
| News release - English.pdf | 2025-11-04 | English | |
| Certificate re dissemination to shareholders.pdf | 2025-10-16 | English | |
| News release - English.pdf | 2025-10-09 | English | |
| News release - English.pdf | 2025-09-20 | English | |
| Statement of executive compensation (form 51-102F6V) - English.pdf | 2025-07-01 | English |
Market data
Market data not available
Price history
Peer group · Growing of vegetables and melons, roots and tubers
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Alterrus Systems Inc.
Develops and operates commercial vertical, urban agricultur…
|
ASIUQ | CA | Agriculture, forestry and fishi… |
|
Bikurey Hasade (Holdings) LTD
Grows, markets, and distributes fresh produce and operates …
|
BKRY | IL | Agriculture, forestry and fishi… |
|
Edible Garden AG Inc
Specializes in controlled environment agriculture for local…
|
EDBL | US | Agriculture, forestry and fishi… |
|
Farmmi, Inc.
Processes and sells edible fungi via a global e-commerce an…
|
FAMI | US | Agriculture, forestry and fishi… |
|
Fujian Wanchen Food Group Co.,Ltd.
Researches and cultivates edible fungi while operating a sn…
|
300972 | CN | Agriculture, forestry and fishi… |
|
Fujing Holdings Co., Limited
Cultivation, production, and sale of specialized potted veg…
|
2497 | HK | Agriculture, forestry and fishi… |
|
Jiangsu Chinagreen Biological Technology Group Co.,Ltd.
Specializes in the industrial cultivation and distribution …
|
300970 | CN | Agriculture, forestry and fishi… |
|
Kalera S.A.
Technology-driven vertical farming company producing pestic…
|
KAL | LU | Agriculture, forestry and fishi… |
|
Local Bounti Corporation/DE
Indoor agriculture company specializing in the sustainable …
|
LOCL | US | Agriculture, forestry and fishi… |
|
Oranzerii Hamzali
Agricultural company specializing in the production and tra…
|
ORAN | MK | Agriculture, forestry and fishi… |
Green Rise Foods 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/47489/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=47489 | 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=47489 | 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=47489 \ -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": 47489}, 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 Green Rise Foods Inc. (id: 47489)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.