[FinancialReports](/)
 / 
[Companies](/companies/search/)
 / 
Russian Federation
 / 
**VSMO**

![Corp. VSMPO-AVISMA ao logo](https://cdn.financialreports.eu/financialreports/media/Corp.%20VSMPO-AVISMA%20ao/other/Corp._VSMPO-AVISMA_ao-logo.png)

# Corp. VSMPO-AVISMA ao — Investor Relations & Filings

Ticker · **VSMO**
ISIN · **RU0009100291**
MOEX
Manufacturing

[Open in API](/api-solutions/)

Overview

Filings 0
Market data
Peer group
API

Filings indexed
0
across all filing types

Latest filing
—
no filings yet

Country
RU
Russian Federation

Listing
MOEX
VSMO

## About Corp. VSMPO-AVISMA ao

<https://www.vsmpo.ru/en/>

Corp. VSMPO-AVISMA ao is the world's largest vertically integrated producer of titanium and its alloys. The company operates a full technological cycle, from processing raw materials, including titanium sponge, to manufacturing high value-added finished and semi-finished products. Its product portfolio encompasses a wide range of titanium goods such as ingots, bars, billets, plates, sheets, rings, and forgings. The corporation also produces aluminum, magnesium, and ferrotitanium alloys, serving as a key supplier to various high-tech sectors, including the global aerospace industry.

## Recent filings

View all 0 →

### No filings indexed yet

We are still gathering filings for Corp. VSMPO-AVISMA ao. Report a missing filing.

[]
[]

Filing type

Language

Start date

End date

Apply filters
[Clear](/companies/corp-vsmpo-avisma-ao/)
Report missing filing

Download originals
Download Markdown

### No filings match the current filters

Try clearing the filters, or report a missing filing.

## Market data

### Market data not available

Last price

Market cap

volume

Day range

today

52-week range

trailing

### Price history

1Y
5Y
10Y

## Peer group · Manufacture of basic precious and other non-ferrous metals

289 peers

| Company | Ticker | Country | Sector |
| --- | --- | --- | --- |
| [**6K ADDITIVE, INC.**](/companies/6k-additive-inc/) Produces sustainable metal powders for 3D printing using mi… | 6KA | US | Manufacturing |
| [**Afarak Group**](/companies/afarak-group/) A vertically-integrated producer of chromium-based specialt… | AFAGR | FI | Manufacturing |
| [**Alakasa Industrindo Tbk**](/companies/alakasa-industrindo-tbk/) Pioneer in aluminum industry, establishing value chain from… | ALKA | ID | Manufacturing |
| [**Alcoa Corp**](/companies/alcoa-corp/) A global producer of bauxite, alumina, and aluminum with in… | AA | US | Manufacturing |
| [**Alcomet AD**](/companies/alcomet-ad/) Manufacturer of flat-rolled and extruded aluminum products,… | ALCM | BG | Manufacturing |
| [**ALCOM GROUP BERHAD**](/companies/alcom-group-berhad/) Largest producer of rolled aluminium products in its primar… | — | MY | Manufacturing |
| [**ALCONIX CORPORATION**](/companies/alconix-corporation/) An integrated non-ferrous metals company combining trading … | 3036 | JP | Manufacturing |
| [**Alnera Aluminium Co., Ltd.**](/companies/alnera-aluminium-co-ltd/) Manufactures aluminum extrusion profiles and fabricated com… | 301613 | CN | Manufacturing |
| [**Alpro a.d. Vlasenica**](/companies/alpro-ad-vlasenica/) Manufacturer of extruded aluminum profiles for architectura… | ALPRRA | BA | Manufacturing |
| [**Alro S.A.**](/companies/alro-sa/) A large, vertically integrated aluminum producer in Europe … | ALR | RO | Manufacturing |

Page **1** of **29**

1
[2](?peer_page=2#peers)
[3](?peer_page=3#peers)
…
[Next](?peer_page=2#peers)

### Corp. VSMPO-AVISMA ao 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.

[Get API access](/api-solutions/)
[Read API reference](/developers/reference/)

Base URLapi.financialreports.eu

Auth headerx-api-key

Company ID6420

TickerVSMO

ISINRU0009100291

### Endpoints

most-used routes for this company

|  |  |  |
| --- | --- | --- |
| GET | /api/companies/6420/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=6420 | 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=6420 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |

Full reference: [API reference](/developers/reference/) · [OpenAPI schema](/api/schema/)

### cURL

latest filings for Corp. VSMPO-AVISMA ao

```
$ curl https://api.financialreports.eu/api/filings/?company=6420 \
    -H "x-api-key: $FR_API_KEY" \
    -H "Accept: application/json"
```

### Python

requests

```
import requests

r = requests.get(
    "https://api.financialreports.eu/api/filings/",
    params={"company": 6420},
    headers={"x-api-key": API_KEY},
)
filings = r.json()["results"]
```

### MCP server

Claude · Claude Code · ChatGPT

[Claude setup →](/integrations/claude/)
[ChatGPT setup →](/integrations/chatgpt/)
[Claude Code setup →](/integrations/claude-code/)

```
// MCP server URL
https://mcp.financialfilings.com/mcp

// Once connected, the LLM can query this company directly:
"Pull the latest 5 filings for Corp. VSMPO-AVISMA ao (id: 6420)"
```

#### AI · Markdown

Filings as Markdown

Drop the latest filing into Claude or ChatGPT, or query via MCP from your client.

[Browse filings↗](#filings)
[Open in MCP↗](/integrations/claude/)
[cURL endpoint$](/api-solutions/)

#### Identity

Legal nameCorp. VSMPO-AVISMA ao

HQMoscow, RU

ListingMOEX

ISINRU0009100291

Sector[Manufacturing](/companies/sectors/manufacturing/)

Industry[Manufacture of basic precious and other non-ferrous metals](/companies/sectors/manufacturing/manufacture-of-basic-precious-and-other-non-ferrous-metals/)

#### Coverage

Filings indexed
0

### Report missing filing

Can't find a specific document? Let us know and we'll add it within 24 hours.

What is missing or wrong?

Your email

We will notify you once the filing is added.

Cancel

Send report
Sending…

Report sent

Thank you. We will check the data and update it shortly.

×

(function() {
const tabs = document.querySelectorAll('.cmp-tabs-wrap .fr-tab');
const panes = document.querySelectorAll('.tab-pane');
function activate(target, pushHash) {
tabs.forEach(t => {
const isActive = t.dataset.tab === target;
t.classList.toggle('fr-tab--active', isActive);
t.setAttribute('aria-selected', isActive ? 'true' : 'false');
});
panes.forEach(p => {
const isActive = p.dataset.pane === target;
p.classList.toggle('tab-pane--active', isActive);
p.hidden = !isActive;
});
if (pushHash) {
try { history.replaceState(null, '', '#' + target); } catch (e) {}
}
}
tabs.forEach(tab => {
tab.addEventListener('click', () => { activate(tab.dataset.tab, true); window.scrollTo({ top: 0, behavior: 'instant' }); });
});
const initial = (window.location.hash || '').replace('#', '');
const validTabs = ['overview', 'filings', 'financials', 'market', 'peers', 'api'];
const legacyMap = { 'market-data': 'market', 'peer-group': 'peers' };
let target = legacyMap[initial] || (validTabs.indexOf(initial) >= 0 ? initial : 'overview');
if (target !== 'overview') activate(target, false);
})();