
Remixpoint,inc. — Investor Relations & Filings
Remixpoint, inc. operates primarily in two business segments: Energy Solutions and Digital Asset Management. The Energy Solutions division focuses on the retail, development, and storage of renewable energy. It provides comprehensive energy management systems and energy-saving consulting services to promote sustainability. The Digital Asset Management division develops and implements asset management strategies centered on digital assets, particularly Bitcoin, aiming to leverage their unique characteristics for medium- to long-term corporate value enhancement. The company's strategy is to create new economic value by integrating these two core operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 四半期報告書-第19期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | |
| 訂正四半期報告書-第19期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-10-21 | Japanese | |
| 四半期報告書-第19期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | |
| 内部統制報告書-第18期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | |
| 確認書 | 2021-06-25 | Japanese | |
| 有価証券報告書-第18期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
8 filings
| |||||
| 7623261 | 四半期報告書-第19期第2四半期(令和3年7月1日-令和3年9月30日) | 2021-11-12 | Japanese | ||
| 7625222 | 訂正四半期報告書-第19期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-10-21 | Japanese | ||
| 7627346 | 四半期報告書-第19期第1四半期(令和3年4月1日-令和3年6月30日) | 2021-08-13 | Japanese | ||
| 7668172 | 内部統制報告書-第18期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | ||
| 7668167 | 確認書 | 2021-06-25 | Japanese | ||
| 7668170 | 有価証券報告書-第18期(令和2年4月1日-令和3年3月31日) | 2021-06-25 | Japanese | ||
| 7675138 | 訂正四半期報告書-第18期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-25 | Japanese | ||
| 7676427 | 四半期報告書-第18期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-12 | Japanese | ||
|
2020
4 filings
| |||||
| 7680809 | 四半期報告書-第18期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7684990 | 四半期報告書-第18期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-14 | Japanese | ||
| 7689131 | 有価証券報告書-第17期(平成31年4月1日-令和2年3月31日) | 2020-06-26 | Japanese | ||
| 7692847 | 四半期報告書-第17期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-02-14 | Japanese | ||
|
2019
3 filings
| |||||
| 7696362 | 四半期報告書-第17期第2四半期(2019/07/01-2019/09/30) | 2019-11-14 | Japanese | ||
| 7699457 | 四半期報告書-第17期第1四半期(2019/04/01-2019/06/30) | 2019-08-14 | Japanese | ||
| 7710030 | 有価証券報告書-第16期(平成30年4月1日-平成31年3月31日) | 2019-06-27 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Activities of brokers and agents for electric power and natural gas
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Astrakhan Energo Sbyt
Energy supply company providing electricity and related ser…
|
ASSB | RU | Electricity, gas, steam and air… |
|
Centrica PLC
An integrated energy and services company supplying electri…
|
CNA | GB | Electricity, gas, steam and air… |
|
ChargePoint Holdings, Inc.
Operates an EV charging network with a portfolio of hardwar…
|
CHPT | US | Electricity, gas, steam and air… |
|
DIGITAL GRID Corporation
Operates an online marketplace for peer-to-peer electricity…
|
350A | JP | Electricity, gas, steam and air… |
|
Direct Energy
North American retail provider of electricity and natural g…
|
— | CA | Electricity, gas, steam and air… |
|
EARTH INFINITY CO.LTD.
Retail provider of electricity, gas, renewable energy, and …
|
7692 | JP | Electricity, gas, steam and air… |
|
Echo Energy Canada Inc.
Marketer of utilities and communications that funds local c…
|
EEI | CA | Electricity, gas, steam and air… |
|
EEMS
Investment holding company supplying wholesale electricity …
|
EEMS | IT | Electricity, gas, steam and air… |
|
Elmera Group ASA
Electricity supplier providing power, technology, and whole…
|
ELMRA | NO | Electricity, gas, steam and air… |
|
ENEX CO.,LTD
Manufacturer and seller of kitchen and home interior furnis…
|
011090 | KR | Electricity, gas, steam and air… |
Remixpoint,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/13474/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13474 | 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=13474 | 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=13474 \ -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": 13474}, 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 Remixpoint,inc. (id: 13474)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.