
Smartset Services Inc. — Investor Relations & Filings
Smartset Services Inc. operates as a Capital Pool Company (CPC). The company's principal business activity is the identification and evaluation of assets, properties, or businesses with the objective of completing a qualifying transaction. Incorporated in 2013, Smartset Services Inc. functions primarily as an investment vehicle established to facilitate a future merger, acquisition, or business combination, and does not currently maintain significant active commercial operations.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2026-01-30 | French | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2026-01-30 | English | |
| Interim MD&A - English.pdf | 2026-01-30 | English | |
| Interim financial statements/report – English.pdf | 2026-01-30 | English | |
| 52-109FV2 - Certification of interim filings - CFO (E).pdf | 2025-10-24 | English | |
| Interim MD&A - English.pdf | 2025-10-24 | English |
Browse filings by year
9 yearsMarket data
Market data not available
Price history
Peer group · Activities of non-money market investments funds
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
QUALITAS REAL ESTATE INCOME FUND
Invests in secured commercial real estate debt to provide m…
|
QRI | AU | Financial and insurance activit… |
|
Queens Road Capital Investment Ltd.
Resource-focused investment company acquiring convertible d…
|
QRC | KY | Financial and insurance activit… |
|
Quercus TFI S.A.
Investment fund company offering asset management for high-…
|
QRS | PL | Financial and insurance activit… |
|
Quest for Growth NV
An investment fund for quoted and unquoted European growth …
|
QFG | BE | Financial and insurance activit… |
|
QUILICURA S.A.
An investment company specializing in managing and fosterin…
|
— | CL | Financial and insurance activit… |
|
Quinsam Capital Corporation
Investment and merchant banking firm focused exclusively on…
|
QCA | CA | Financial and insurance activit… |
|
Quorum Growth Inc.
Private equity firm specializing in investment management a…
|
— | CA | Financial and insurance activit… |
|
RAM INCOME CAPITAL LTD
Investment firm focused on income-generating real estate an…
|
RAM | AU | Financial and insurance activit… |
|
Ramlösa Shipping
An investment company focused on acquiring ownership shares…
|
RAMSH | SE | Financial and insurance activit… |
|
RAND CAPITAL CORP
A BDC providing debt and equity financing to lower middle m…
|
RAND | US | Financial and insurance activit… |
Smartset Services 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/47645/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=47645 | 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=47645 | 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=47645 \ -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": 47645}, 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 Smartset Services Inc. (id: 47645)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.