
UNBANKED,INC. — Investor Relations & Filings
UNBANKED, INC. is a financial services company that integrates traditional finance with Web3 technologies. The company provides institutional on-chain banking, precious metals trading with a specialization in gold, corporate loans, and loan-type crowdfunding. It aims to deliver digital liquidity solutions by bridging conventional asset management with the digital economy. Key offerings include both traditional gold investment services, leveraging over 40 years of experience, and a tokenized gold product for on-chain transactions. UNBANKED operates as a holding company, consolidating the expertise of its subsidiaries to offer premium financial products through a unified portal for both institutional and retail clients.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 有価証券報告書-第49期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | |
| 訂正有価証券届出書(通常方式) | 2021-03-26 | Japanese | |
| 有価証券届出書(通常方式) | 2021-03-16 | Japanese | |
| 四半期報告書-第49期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-15 | Japanese | |
| 有価証券届出書(通常方式) | 2020-11-30 | Japanese | |
| 訂正四半期報告書-第49期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-11-30 | Japanese |
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2021
4 filings
| |||||
| 7664592 | 有価証券報告書-第49期(令和2年4月1日-令和3年3月31日) | 2021-06-30 | Japanese | ||
| 7674179 | 訂正有価証券届出書(通常方式) | 2021-03-26 | Japanese | ||
| 7674674 | 有価証券届出書(通常方式) | 2021-03-16 | Japanese | ||
| 7675355 | 四半期報告書-第49期第3四半期(令和2年10月1日-令和2年12月31日) | 2021-02-15 | Japanese | ||
|
2020
11 filings
| |||||
| 7679499 | 有価証券届出書(通常方式) | 2020-11-30 | Japanese | ||
| 7679494 | 訂正四半期報告書-第49期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-11-30 | Japanese | ||
| 7679490 | 訂正四半期報告書-第49期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-30 | Japanese | ||
| 7679491 | 訂正有価証券報告書-第48期(平成31年4月1日-令和2年3月31日) | 2020-11-30 | Japanese | ||
| 7680600 | 四半期報告書-第49期第2四半期(令和2年7月1日-令和2年9月30日) | 2020-11-13 | Japanese | ||
| 7683386 | 大量保有報告書 | 2020-10-01 | Japanese | ||
| 7685031 | 四半期報告書-第49期第1四半期(令和2年4月1日-令和2年6月30日) | 2020-08-14 | Japanese | ||
| 7688503 | 有価証券報告書-第48期(平成31年4月1日-令和2年3月31日) | 2020-06-29 | Japanese | ||
| 7691208 | 訂正四半期報告書-第48期第3四半期(令和1年10月1日-令和1年12月31日) | 2020-05-01 | Japanese | ||
| 7691207 | 訂正四半期報告書-第48期第2四半期(2019/07/01-2019/09/30) | 2020-05-01 | Japanese | ||
| 7691206 | 訂正四半期報告書-第48期第1四半期(2019/04/01-2019/06/30) | 2020-05-01 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other credit granting activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
360 CAPITAL MORTGAGE REIT
Invests in mortgage loans and debt instruments secured by r…
|
TCF | AU | Financial and insurance activit… |
|
Aadhar Housing Finance Limited
Provides mortgage loans and financial products for the low-…
|
AADHARHFC | IN | Financial and insurance activit… |
|
Aastamangalam Finance Limited
NBFC providing gold, business, and personal loans to SMEs a…
|
511764 | IN | Financial and insurance activit… |
|
AAVAS Financiers Limited
Provides housing finance to low and middle-income segments …
|
AAVAS | IN | Financial and insurance activit… |
|
ABANS FINANCIAL SERVICES LIMITED
NBFC providing credit facilities and liquidity solutions to…
|
AFSL | IN | Financial and insurance activit… |
|
Abhinav Capital Services Limited
Provides financing, investment management, and credit solut…
|
532057 | IN | Financial and insurance activit… |
|
Abhishek Finlease limited
Provides credit facilities, loans, and financial consultanc…
|
538935 | IN | Financial and insurance activit… |
|
Abirami Financial Services (India)
Provides asset-based financing, leasing, and hire purchase …
|
511756 | IN | Financial and insurance activit… |
|
Accord Financial Corp.
Delivers flexible, asset-based financing solutions for busi…
|
ACD | CA | Financial and insurance activit… |
|
ACOM CO.,LTD.
A consumer financing company offering loans, credit cards, …
|
8572 | JP | Financial and insurance activit… |
UNBANKED,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/12834/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=12834 | 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=12834 | 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=12834 \ -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": 12834}, 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 UNBANKED,INC. (id: 12834)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.