
ZAPPALLAS,INC. — Investor Relations & Filings
ZAPPALLAS, INC. is a digital content provider specializing in the planning, production, development, and operation of fortune-telling services. The company delivers its content to both general consumers and corporate clients through various digital platforms, including mobile applications and websites for PCs. In addition to its core fortune-telling business, Zappallas also engages in other digital services, such as online shopping.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 確認書 | 2025-07-30 | Japanese | |
| 有価証券報告書-第26期(2024/05/01-2025/04/30) | 2025-07-30 | Japanese | |
| 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-05-14 | Japanese | |
| 臨時報告書 | 2025-04-01 | Japanese | |
| 確認書 | 2024-12-13 | Japanese | |
| 半期報告書-第26期(2024/05/01-2025/04/30) | 2024-12-13 | Japanese |
Browse filings by year
11 years| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
4 filings
| |||||
| 7859713 | 確認書 | 2025-07-30 | Japanese | ||
| 7859716 | 有価証券報告書-第26期(2024/05/01-2025/04/30) | 2025-07-30 | Japanese | ||
| 7263818 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2025-05-14 | Japanese | ||
| 7268864 | 臨時報告書 | 2025-04-01 | Japanese | ||
|
2024
11 filings
| |||||
| 7292085 | 確認書 | 2024-12-13 | Japanese | ||
| 7292081 | 半期報告書-第26期(2024/05/01-2025/04/30) | 2024-12-13 | Japanese | ||
| 7292049 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-12-13 | Japanese | ||
| 7295063 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-11-15 | Japanese | ||
| 7305325 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-10-11 | Japanese | ||
| 7311479 | 自己株券買付状況報告書(法24条の6第1項に基づくもの) | 2024-08-14 | Japanese | ||
| 7314874 | 臨時報告書 | 2024-07-29 | Japanese | ||
| 7314734 | 内部統制報告書-第25期(2023/05/01-2024/04/30) | 2024-07-29 | Japanese | ||
| 7314733 | 確認書 | 2024-07-29 | Japanese | ||
| 7314738 | 有価証券報告書-第25期(2023/05/01-2024/04/30) | 2024-07-29 | Japanese | ||
| 7347516 | 確認書 | 2024-03-14 | Japanese | ||
Market data
Market data not available
Price history
Peer group · Other publishing activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Zedge, Inc.
Operates a content platform and marketplace for mobile devi…
|
ZDGE | US | Publishing, broadcasting, and c… |
|
ZIFF DAVIS, INC.
A vertically focused digital media and internet company wit…
|
ZD | US | Publishing, broadcasting, and c… |
ZAPPALLAS,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/13402/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=13402 | 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=13402 | 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=13402 \ -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": 13402}, 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 ZAPPALLAS,INC. (id: 13402)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.