Barfinex
All exchanges
Tinkoff Investments

Tinkoff Investments

Coming SoonCIS Brokers
connectorType: "tinkoff"

Leading Russian online investment platform

Connection Architecture

Tinkoff Investments
WebSocket / REST
Connector
libs/exchange-tinkoff
Provider
:8081/api
Detector
Advisor
Studio

The connector receives data from the exchange and feeds it to Provider (port 8081). From there — to Detector, Advisor, and Studio.

Technologies

Transport
gRPCREST
Authentication
Bearer Token
Data Format
Protobuf / JSON
Features
Single Token

Best for

  • Investors seeking programmatic access to Russian equities and bonds traded on MOEX.
  • Quantitative strategies targeting the Russian market with real-time orderbook and trade data.
  • Portfolio managers monitoring ruble-denominated assets alongside global positions.

Connect via code

1Environment variables (.env)

TINKOFF_TOKEN=your_token_here

2Connector configuration

// config/config.provider.json
{
  "provider": {
    "connectors": [
      {
        "connectorType": "tinkoff",
        "enabled": true,
        "token": "${TINKOFF_TOKEN}",
        "markets": [
          { "marketType": "spot", "symbols": [{ "name": "BTCUSDT" }] }
        ],
        "subscriptions": [
          { "type": "PROVIDER_MARKETDATA_CANDLE", "symbols": ["BTCUSDT"], "intervals": ["min1", "h1"], "active": true },
          { "type": "PROVIDER_MARKETDATA_TRADE", "symbols": ["BTCUSDT"], "active": true },
          { "type": "PROVIDER_MARKETDATA_ORDERBOOK", "symbols": ["BTCUSDT"], "active": true }
        ]
      }
    ]
  }
}

3Verify and query data

# Verify connection
curl -H "Authorization: Bearer $PROVIDER_API_TOKEN" \
  https://localhost:8081/api/exchanges/runtime-proof

# Candles (last 7 days)
curl -H "Authorization: Bearer $PROVIDER_API_TOKEN" \
  "https://localhost:8081/api/candles/tinkoff/spot/BTCUSDT/h1?days=7"

Available via Barfinex API

/api/candles/tinkoff/...
/api/trades/tinkoff/...
/api/orderbook/tinkoff/...
/api/account/tinkoff/...
/api/symbols/tinkoff/...
/api/assets/tinkoff/...

Studio graphical setup — in development, coming in the next release.

Important

Single API token authentication — no secret required.
MOEX trading sessions follow MSK (Moscow Standard Time, UTC+3).
Access to certain instruments may be restricted depending on account qualification status.
Supported Markets
Spot
HeadquartersMoscow, Russia
Connect in Studio(soon)
Exchange Website

Let’s Get in Touch

Have questions or want to explore Barfinex? Send us a message.