Oiltec Resources Ltd. — Investor Relations & Filings
About Oiltec Resources Ltd.
Oiltec Resources Ltd. was an oil and gas company established in 1992. The company was primarily engaged in the exploration, development, and production of oil resources, operating historically as a small-cap entity focused on oil-based assets. Oiltec Resources ceased independent operations in 2004 following its acquisition by Forte Resources.
Recent filings
No filings indexed yet
We are still gathering filings for Oiltec Resources Ltd.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Extraction of crude petroleum
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Kolibri Global Energy Inc.
North American E&P focused on developing oil and gas reserv…
|
KEI | CA | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
A national oil and gas company engaged in global E&P, oil s…
|
98EB | SG | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
Engaged in global crude oil and natural gas exploration, de…
|
5O3B | SG | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
Integrated energy company focused on oil and gas E&P, crude…
|
1X6B | KR | Mining and quarrying |
|
KOREA NATIONAL OIL CORPORATION
Energy enterprise focused on crude oil and natural gas E&P,…
|
5Z3B | SG | Mining and quarrying |
|
Kosmos Energy Ltd.
A deepwater exploration and production company focused on o…
|
KOS | US | Mining and quarrying |
|
KRISENERGY LTD.
Independent upstream oil and gas company focused on E&P. En…
|
66WB | SG | Mining and quarrying |
|
KRISENERGY LTD.
Specialized in oil and gas exploration, development, and pr…
|
66XB | SG | Mining and quarrying |
|
Labrador Resources Inc.
Oil and gas exploration and development company with key as…
|
LTX | CA | Mining and quarrying |
|
Landmark Oil & Gas Corp.
Acquires, explores, and develops properties in the upstream…
|
LMK | CA | Mining and quarrying |
Oiltec Resources Ltd. 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/42947/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=42947 | 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=42947 | 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=42947 \ -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": 42947}, 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 Oiltec Resources Ltd. (id: 42947)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.