
FOCL — Investor Relations & Filings
Fortune Oriental Company Limited is a diversified enterprise specializing in the manufacturing and distribution of lighting solutions and the trading of multimedia information products. Originally established as a specialist in optical storage media, the company has transitioned its core operations to focus on LED lighting applications, marketed under the 'Dayou Lighting' brand. Its business model encompasses the import and export of multimedia hardware and software, as well as the wholesale and retail of aquatic products. Additionally, the company provides professional warehousing services to support its logistics and trading activities. By leveraging its technical expertise and trading networks, Fortune Oriental serves a broad range of commercial and consumer markets, prioritizing operational efficiency and product diversification to meet evolving industry trends.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 公告本公司103年04月底自結合 併財務報表之高流動資產、短期借款及一年內 到期之長期負債金額等財務資訊 | 2014-05-29 | Chinese | |
| 係因本公司有價證券於集中交 易市場達公布注意交易資訊標準,故公布相關 財務業務等重大訊息,以利投資人區別瞭解 | 2014-05-28 | Chinese | |
| 代子公司大吉祥國際建設(股)公司 公告解除新任董事競業禁止之限制 | 2014-05-26 | Chinese | |
| 代子公司大吉祥國際建設(股) 公司公告103年股東會改選董事及監察人事宜 | 2014-05-26 | Chinese | |
| 代子公司大吉祥國際建設(股)公司 公告103年股東常會重大決議 | 2014-05-26 | Chinese | |
| 代子公司大友國際光電公告 解除新任董事競業禁止之限制 | 2014-05-26 | Chinese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2014
15 filings
| |||||
| 33884178 | 公告本公司103年04月底自結合 併財務報表之高流動資產、短期借款及一年內 到期之長期負債金額等財務資訊 | 2014-05-29 | Chinese | ||
| 33884180 | 係因本公司有價證券於集中交 易市場達公布注意交易資訊標準,故公布相關 財務業務等重大訊息,以利投資人區別瞭解 | 2014-05-28 | Chinese | ||
| 33884182 | 代子公司大吉祥國際建設(股)公司 公告解除新任董事競業禁止之限制 | 2014-05-26 | Chinese | ||
| 33884184 | 代子公司大吉祥國際建設(股) 公司公告103年股東會改選董事及監察人事宜 | 2014-05-26 | Chinese | ||
| 33884185 | 代子公司大吉祥國際建設(股)公司 公告103年股東常會重大決議 | 2014-05-26 | Chinese | ||
| 33884186 | 代子公司大友國際光電公告 解除新任董事競業禁止之限制 | 2014-05-26 | Chinese | ||
| 33884188 | 代子公司大友國際光電(股)公司 公告103年股東會改選董事及監察人事 宜 | 2014-05-26 | Chinese | ||
| 33884190 | 代子公司大友國際光電(股)公司公告 103年股東常會重大決議 | 2014-05-26 | Chinese | ||
| 33884192 | 更正公告本公司103年股東會議事手冊 | 2014-05-19 | Chinese | ||
| 33884199 | 103年第1季權益變動表 | 2014-05-16 | Chinese | ||
| 33884197 | 103年第1季現金流量表 | 2014-05-16 | Chinese | ||
| 33884196 | 103年第1季綜合損益表 | 2014-05-16 | Chinese | ||
| 33884194 | 103年第1季資產負債表 | 2014-05-16 | Chinese | ||
| 33884201 | 更正本公司103年第1季合併資產負債表中之待註銷股本股數 | 2014-05-16 | Chinese | ||
| 33884203 | 103年05月僑外投資持股 | 2014-05-16 | Chinese | ||
Market data
Market data not available
Price history
Peer group · Manufacture of lighting equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
ACUITY INC. (DE)
Industrial technology company providing solutions for light…
|
AYI | US | Manufacturing |
|
AG VENTURES LIMITED
Produces LED lighting and electronic components with invest…
|
506579 | IN | Manufacturing |
|
APEX INTEC Co.,LTD.
Manufacturer specializing in LED lighting and renewable ene…
|
207490 | KR | Manufacturing |
|
Artemis Electricals and Projects Limited
Manufactures LED lighting and provides electrical project d…
|
AEPL | IN | Manufacturing |
|
Beghelli
Manufactures lighting equipment and electronic systems for …
|
BGQ | IT | Manufacturing |
|
Bortex Global Limited
Designs, manufactures, and distributes LED lighting product…
|
8118 | HK | Manufacturing |
|
Brilliant AG
European supplier of a wide range of indoor and outdoor lig…
|
BAG | DE | Manufacturing |
|
Calcom Vision Ltd.
ODM and OEM for energy-efficient LED lighting products and …
|
517236 | IN | Manufacturing |
|
CE
Manufacturer of lighting solutions, electrical components, …
|
1611 | TW | Manufacturing |
|
Changzhou Xingyu Automotive Lighting Systems Co., Ltd.
Designs and manufactures automotive lighting and LED system…
|
601799 | CN | Manufacturing |
FOCL 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/52122/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=52122 | 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=52122 | 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=52122 \ -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": 52122}, 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 FOCL (id: 52122)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.