
Place Resources Corporation — Investor Relations & Filings
Place Resources Corporation operates Platform PLACE, a partnership-driven technology and services platform designed specifically for the real estate industry. The corporation focuses on enabling real estate businesses to scale operations efficiently and confidently. Platform PLACE achieves this by providing access to proven systems, shared administrative services, and advanced industry technology. Its core offerings are structured to enhance operational efficiency and support growth for its partners within the real estate sector.
Recent filings
No filings indexed yet
We are still gathering filings for Place Resources Corporation. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Office administrative and support activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Adris Grupa d. d.
A diversified holding company with operations in tourism, f…
|
ADRS | HR | Administrative and support serv… |
|
ALARKO HOLDİNG A.Ş.
Diversified conglomerate in contracting, energy, industry, …
|
ALARK | TR | Administrative and support serv… |
|
Alight, Inc. / Delaware
Technology-enabled services for human capital and benefits …
|
ALIT | US | Administrative and support serv… |
|
AlphaPurchase Corporation
A purchasing agency that reduces indirect costs for busines…
|
7115 | JP | Administrative and support serv… |
|
Benefit Systems S.A.
Offers employee benefit programs for physical, mental, and …
|
BFT | PL | Administrative and support serv… |
|
BK Holdings CO.,LTD.
Manufactures and sells electronic components and semiconduc…
|
050090 | KR | Administrative and support serv… |
|
CAPITA Inc.
A business process services company driven by data, technol…
|
7462 | JP | Administrative and support serv… |
|
CAREERLINK CO.,LTD.
A human resources provider specializing in staffing, contra…
|
6070 | JP | Administrative and support serv… |
|
Carma Corporation
Leading provider of end-to-end utility submetering, billing…
|
CMA | CA | Administrative and support serv… |
|
Caster Co. Ltd.
Offers remote work business services and human resource man…
|
9331 | JP | Administrative and support serv… |
Place Resources Corporation 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/42986/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42986 | 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=42986 | 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=42986 \ -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": 42986}, 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 Place Resources Corporation (id: 42986)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.