[Yandex Cloud documentation](../index.md) > [Yandex Data Transfer](index.md) > Pricing policy

# Data Transfer pricing policy



To estimate your service costs, see the pricing in this section.

The prices for service products are also available in the [price list](https://yandex.cloud/en/price-list).

{% note info %}

Currency of Service rates (prices) depends on the company you made a contract with:
* Prices in US dollars are applicable to customers of Iron Hive doo Beograd (Serbia) or Direct Cursus Technology L.L.C. (Dubai).
* Prices in Russian roubles are applicable to customers of Yandex.Cloud LLC.

{% endnote %}

All prices in RUB and KZT are inclusive of VAT; in USD, net of VAT.

Data Transfer cost depends on the amount of computing resources you use and the number of data rows delivered by transfers that are at the [GA](../overview/concepts/launch-stages.md) stage: 

* [PostgreSQL](operations/endpoint/source/postgresql.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [PostgreSQL](operations/endpoint/target/postgresql.md)
* [PostgreSQL](operations/endpoint/source/postgresql.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [ClickHouse®](operations/endpoint/target/clickhouse.md)
* [PostgreSQL](operations/endpoint/source/postgresql.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [Apache Kafka®](operations/endpoint/target/kafka.md)
* [MySQL®](operations/endpoint/source/mysql.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [MySQL®](operations/endpoint/target/mysql.md)
* [MySQL®](operations/endpoint/source/mysql.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [ClickHouse®](operations/endpoint/target/clickhouse.md)
* [MySQL®](operations/endpoint/source/mysql.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [Apache Kafka®](operations/endpoint/target/kafka.md)
* [MongoDB](operations/endpoint/source/mongodb.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [MongoDB](operations/endpoint/target/mongodb.md)
* [ClickHouse®](operations/endpoint/source/clickhouse.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [ClickHouse®](operations/endpoint/target/clickhouse.md)
* [Greenplum®](operations/endpoint/source/greenplum.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [ClickHouse®](operations/endpoint/target/clickhouse.md)
* [Data Streams](operations/endpoint/source/data-streams.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [ClickHouse®](operations/endpoint/target/clickhouse.md)
* [Data Streams](operations/endpoint/source/data-streams.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [Managed Service for YDB](operations/endpoint/target/yandex-database.md)
* [Data Streams](operations/endpoint/source/data-streams.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [Apache Kafka®](operations/endpoint/target/kafka.md)
* [Apache Kafka®](operations/endpoint/source/kafka.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [Managed Service for YDB](operations/endpoint/target/yandex-database.md)
* [Apache Kafka®](operations/endpoint/source/kafka.md) ![arrow_right](../_assets/console-icons/arrow-right.svg) [Apache Kafka®](operations/endpoint/target/kafka.md)

{% note info %}

Resource consumption fees are charged for transfers with the **Replicating** (`RUNNING`), **Copying** (`SNAPSHOTTING`), or **Stopping** (`STOPPING`) statuses. You can [view](operations/transfer.md#list) the transfer status in the list of transfers.

{% endnote %}

Data delivery for transfers that are at the Preview stage is free of charge. For a list of available transfers and their release stages, see [Available transfers](transfer-matrix.md).

## Prices for the Russia region {#prices}

{% note info %}

Yandex Cloud resources are priced differently in different regions. Learn more about available regions in [Regions](../overview/concepts/region.md).

Your payment currency is determined by your contracting legal entity. For more information on creating an account, see [Registering an account in Yandex Cloud](../billing/quickstart/index.md).

{% endnote %}



| Услуга                                                                                | Цена              | Ед. тарификации | Действует с    | Действует до |
| ------------------------------------------------------------------------------------- | ----------------- | --------------- | -------------- | ------------ |
| Data Transfer. Oбъём памяти (RAM)                                                     | $0.0033073765     | ГБ × час        | April 30, 2026 | —            |
| Data Transfer. Количество перенесённых строк, от 0 до 100 единицы тарификации в месяц | Не тарифицируется | 1 млн строк     | April 30, 2026 | —            |
| Data Transfer. Количество перенесённых строк, от 100 единицы тарификации в месяц      | $0.0254917992     | 1 млн строк     | April 30, 2026 | —            |
| Data Transfer. Количество ядер                                                        | $0.0123770472     | vCPU × час      | April 30, 2026 | —            |



## Cost calculation examples {#price-example}

When calculating the cost, keep in mind that one [worker](concepts/index.md#worker) can use the following computing resources:

* 2 vCPUs and 4 GB RAM. This is the default configuration.
* 4 vCPUs and 8 GB RAM.
* 8 vCPUs and 16 GB RAM.

### One-time data copying from PostgreSQL to ClickHouse® {#copy}

The number of data rows transferred from PostgreSQL to ClickHouse® during the reporting month is 500,000,000. The copying was performed by one worker (2 vCPUs and 4 GB RAM) and took 24 hours.



CPU cost:

> 24 * 2 * $0.0123770472 = $0.5940982656

RAM cost:

> 24 * 4 * $0.0033073765 = $0.317508144

Data transfer cost:

> (500 - 100) * $0.0254917992 = $10.19671968

**Total cost**:

> $0.5940982656 + $0.317508144 + $10.19671968 = $11.1083260896


### Replicating data from PostgreSQL to PostgreSQL {#replication}

The number of data rows transferred from PostgreSQL to PostgreSQL during the reporting month is 50,000,000. The replication was active throughout the month, and was performed by 6 workers (12 vCPUs and 24 GB RAM).



CPU cost:

> 30 * 24 * 12 * $0.0123770472 = $106.937687808

RAM cost:

> 30 * 24 * 24 * $0.0033073765 = $57.15146592

Data transfer cost:

50,000,000 rows are free of charge as they are included in the free usage quota.

**Total cost**:

> $106.937687808 + $57.15146592 = $164.089153728


## Useful links {#see-also}

* [How to optimize data delivery in Data Transfer](https://www.youtube.com/watch?v=1BJ9YEASOeU)

_ClickHouse® is a registered trademark of [ClickHouse, Inc](https://clickhouse.com)._