
Flower One Holdings Inc. — Investor Relations & Filings
Flower One Holdings Inc. is a licensed cannabis cultivator, producer, and full-service brand fulfillment partner operating within the state of Nevada. The company specializes in the cultivation and production of both medical and recreational cannabis. Utilizing one of the largest cultivation facilities in Nevada, including a 400,000 square foot greenhouse, Flower One produces a diverse portfolio of products. These offerings include raw flower, full-spectrum oils, distillates, and various finished consumer packaged goods.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| News release - English.pdf | 2023-01-03 | English | |
| News release - English.pdf | 2022-10-25 | English | |
| News release - English.pdf | 2022-09-16 | English | |
| News release - English.pdf | 2022-07-25 | English | |
| 52-109FV2 - Certification of interim filings - CEO (E).pdf | 2022-07-23 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2022-07-23 | English |
Market data
Market data not available
Price history
Peer group · Growing of other non-perennial crops
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Trees Corporation
Vertically-integrated multi-state operator in the regulated…
|
CANN | CA | Agriculture, forestry and fishi… |
Flower One Holdings 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/46009/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=46009 | 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=46009 | 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=46009 \ -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": 46009}, 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 Flower One Holdings Inc. (id: 46009)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.