Punktid Technologies AS — Investor Relations & Filings
Punktid Technologies AS is a holding company that, through its subsidiaries, owns and develops an online sales environment for digital products. The platform specializes in the retail of digital codes for video games and content for major gaming consoles, including Nintendo, PlayStation, and Xbox. Founded in 2009, the company operates a digital marketplace focused on providing gamers with direct access to gaming products. The business model is centered on the online distribution of these digital goods, with ongoing plans for market expansion.
Recent filings
No filings indexed yet
We are still gathering filings for Punktid Technologies AS. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Retail sale of games and toys
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Amuse Group Holding Limited
Designs, markets, distributes, and retails toys and related…
|
8545 | HK | Wholesale and retail trade |
|
BUILD-A-BEAR WORKSHOP INC
Offers a hands-on retail experience for creating personaliz…
|
BBW | US | Wholesale and retail trade |
|
GameStop Corp.
Specialty retailer of new and pre-owned video games, electr…
|
GME | US | Wholesale and retail trade |
|
Kidsland International Holdings Limited
Leading distributor and retailer of toys and lifestyle prod…
|
2122 | HK | Wholesale and retail trade |
Punktid Technologies AS 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/6112/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=6112 | 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=6112 | 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=6112 \ -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": 6112}, 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 Punktid Technologies AS (id: 6112)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.