
Transneft — Investor Relations & Filings
Transneft is a transport monopoly and the world's largest pipeline company by network length. It operates an extensive system of trunk pipelines, exceeding 68,000 kilometers, for transporting crude oil and petroleum products. The company's core activities include the pumping, storage, coordination, and management of hydrocarbon transportation from production fields to refineries and export terminals for both domestic and international markets. Transneft is responsible for transporting over 80% of the crude oil and a significant portion of the light petroleum products produced in its primary region of operation. The company also provides comprehensive services for pipeline diagnostics, maintenance, and emergency response to ensure the integrity and safety of its infrastructure.
Recent filings
No filings indexed yet
We are still gathering filings for Transneft. .
No filings match the current filters
Try clearing the filters, or .
Market data
Market data not available
Price history
Peer group · Transport via pipeline
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
South Bow Corp
Energy infrastructure firm operating a crude oil pipeline f…
|
SOBO | CA | Transportation and storage |
|
Summit Midstream Corp
Develops, owns, and operates midstream energy infrastructur…
|
SMC | US | Transportation and storage |
|
Tallgrass Energy Corp.
Operates extensive pipelines for crude oil and natural gas,…
|
TGE | CA | Transportation and storage |
|
Targa Resources Corp.
Provider of midstream services for natural gas, NGLs, and c…
|
TRGP | US | Transportation and storage |
|
Western Midstream Partners, LP
Owns, operates, and develops midstream energy assets for oi…
|
WES | US | Transportation and storage |
Transneft 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/6393/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=6393 | 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=6393 | 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=6393 \ -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": 6393}, 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 Transneft (id: 6393)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.