
Tesla Exploration Ltd. — Investor Relations & Filings
Tesla Exploration Ltd. is a geophysical services company specializing in the acquisition and processing of seismic data. The company provides a comprehensive range of specialized seismic services, including both onshore and offshore operations, focusing on two-dimensional (2D) and three-dimensional (3D) digital seismic data acquisition. These services are primarily utilized by the oil and gas drilling, exploration, and production industry. Tesla Exploration operates internationally, serving markets across North America, Europe, and Africa.
Recent filings
No filings indexed yet
We are still gathering filings for Tesla Exploration Ltd.. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Support activities for petroleum and natural gas extraction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Wellco Energy Services Trust
Specialized provider of drilling and rig services for oil a…
|
WLL.UN | CA | Mining and quarrying |
|
Western Energy Services Corp.
Oilfield service company providing drilling, well servicing…
|
WRG | CA | Mining and quarrying |
|
Winalta Inc.
Oilfield service provider offering rental accommodations an…
|
WTA | CA | Mining and quarrying |
|
Xinjiang Zhundong Petroleum Technology Co., Ltd.
Provides oilfield technical services, reservoir management,…
|
002207 | CN | Mining and quarrying |
|
Yantai Jereh Oilfield Services Group Co., Ltd.
Integrated provider of oilfield equipment, services, and en…
|
002353 | CN | Mining and quarrying |
|
Zhejiang Renzhi Co.,Ltd.
Provides technical services and drilling fluid solutions fo…
|
002629 | CN | Mining and quarrying |
|
科力股份
Provides oilfield chemicals and technical services for oil …
|
920088 | CN | Mining and quarrying |
Tesla Exploration 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/44065/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=44065 | 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=44065 | 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=44065 \ -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": 44065}, 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 Tesla Exploration Ltd. (id: 44065)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.