← Back to News
ccxt-ir 4.16.2

ccxt-ir 4.16.2

ccxt-ir · PyPI Skip to main content Switch to mobile version Warning Some features may not work without JavaScript.

Please try enabling it if you encounter problems. Search PyPI Search Help Docs Sponsors Log in Register Menu Help Docs

Sponsors Log in Register Search PyPI Search ccxt-ir 4.16.2 A JavaScript / TypeScript / Python / C# / PHP cryptocurrency

trading library with support for 100+ exchanges pip install ccxt-ir==4.16.2 Copy PIP instructions Description Download

files Release history CCXT – CryptoCurrency eXchange Trading Library A JavaScript / Python / PHP / C# / Go library for

cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs.

Install · Usage · Manual · FAQ · Examples · Contributing · Disclaimer · Social The CCXT library is used to

connect and trade with cryptocurrency exchanges and payment processing services worldwide. It provides quick access to

market data for storage, analysis, visualization, indicator development, algorithmic trading, strategy backtesting, bot

programming, and related software engineering. It is intended to be used by coders, developers, technically-skilled

traders, data-scientists and financial analysts for building trading algorithms. Current feature list: support for many

cryptocurrency exchanges — more coming soon fully implemented public and private APIs optional normalized data for

cross-exchange analytics and arbitrage an out of the box unified API that is extremely easy to integrate works in Node

10.4+, Python 3, PHP 8.1+, netstandard2.0/2.1, Go 1.20+ and web browsers See Also TabTrader – trading on all exchanges

in one app. Available on Android and iOS! Freqtrade – leading opensource cryptocurrency algorithmic trading software!

OctoBot – cryptocurrency trading bot with an advanced web interface. TokenBot – discover and copy the best

algorithmic traders in the world. Certified Cryptocurrency Exchanges logo id name ver type certified pro discount

binance Binance binanceusdm Binance USDⓈ-M binancecoinm Binance COIN-M bybit Bybit okx OKX gate Gate.io kucoin KuCoin

kucoinfutures KuCoin Futures bitget Bitget hyperliquid Hyperliquid bitmex BitMEX bingx BingX htx HTX mexc MEXC Global

bitmart BitMart cryptocom Crypto.com coinex CoinEx hashkey HashKey Global woo WOO X woofipro WOOFI PRO Supported

Cryptocurrency Exchanges The CCXT library currently supports the following 125 cryptocurrency exchange markets and

trading APIs: logo id name ver type certified pro abantether Aban tether cex ace ACE cex afratether Afratether cex

alpaca Alpaca cex arzinja Arzinja cex arzplus Arzplus cex ascendex AscendEX cex bequant Bequant cex bigone BigONE cex

binance Binance cex binancecoinm Binance COIN-M cex binanceus Binance US cex binanceusdm Binance USDⓈ-M cex bingx

BingX cex bit2c Bit2C cex bitbank bitbank cex bitbns Bitbns cex bitfinex Bitfinex cex bitfinex2 Bitfinex cex bitflyer

bitFlyer cex bitget Bitget cex bithumb Bithumb cex bitimen Bitimen cex bitir Bit.ir cex bitmart BitMart cex bitmex

BitMEX cex bitopro BitoPro cex bitpin bitpin cex bitrue Bitrue cex bitso Bitso cex bitstamp Bitstamp cex bitteam

BIT.TEAM cex bitvavo Bitvavo cex bl3p BL3P cex blockchaincom Blockchain.com cex blofin BloFin cex btcalpha BTC-Alpha cex

btcbox BtcBox cex btcmarkets BTC Markets cex btcturk BTCTurk cex bybit Bybit cex cex CEX.IO cex coinbase Coinbase

Advanced cex coinbaseexchange Coinbase Exchange cex coinbaseinternational Coinbase International cex coincheck coincheck

cex coinex CoinEx cex coinlist Coinlist cex coinmate CoinMate cex coinmetro Coinmetro cex coinone CoinOne cex coinsph

Coins.ph cex coinspot CoinSpot cex cryptocom Crypto.com cex currencycom Currency.com cex delta Delta Exchange cex

deribit Deribit cex digifinex DigiFinex cex eterex Eterex cex excoino Excoino cex exir Exir cex exmo EXMO cex exnovin

Exnovin cex farhadexchange Farhad Exchange cex fmfwio FMFW.io cex gate Gate.io cex gemini Gemini cex hitbtc HitBTC cex

hitobit Hitobit cex hollaex HollaEx cex htx HTX cex huobijp Huobi Japan cex hyperliquid Hyperliquid dex idex IDEX dex

independentreserve Independent Reserve cex indodax INDODAX cex jibitex Jibitex cex kraken Kraken cex krakenfutures

Kraken Futures cex kucoin KuCoin cex kucoinfutures KuCoin Futures cex kuna Kuna cex latoken Latoken cex lbank LBank cex

luno luno cex lykke Lykke cex mercado Mercado Bitcoin cex mexc MEXC Global cex ndax NDAX cex nobitex Nobitex cex novadax

NovaDAX cex oceanex OceanEx cex okcoin OKCoin cex okexchange OK-EX cex okx OKX cex ompfinex OMPFinex cex onetrading One

Trading cex oxfun OXFUN cex p2b p2b cex paymium Paymium cex phemex Phemex cex poloniex Poloniex cex poloniexfutures

Poloniex Futures cex probit ProBit cex ramzinex Ramzinex cex sarmayex Sarmayex cex sarrafex Sarrafex cex tabdeal Tabdeal

cex tetherland TetherLand cex timex TimeX cex tokocrypto Tokocrypto cex tradeogre tradeogre cex twox Twox cex ubitex

Ubitex cex upbit Upbit cex wallex Wallex cex wavesexchange Waves.Exchange dex wazirx WazirX cex whitebit WhiteBit cex

woo WOO X cex woofipro WOOFI PRO dex xt XT cex yobit YoBit cex zaif Zaif cex zonda Zonda cex The list above is updated

frequently, new crypto markets, exchanges, bug fixes, and API endpoints are introduced on a regular basis. See the

Manual for more details. If you can't find a cryptocurrency exchange in the list above and want it to be added, post a

link to it by opening an issue here on GitHub or send us an email. The library is under MIT license, that means it's

absolutely free for any developer to build commercial and opensource software on top of it, but use it at your own risk

with no warranties, as is. Install The easiest way to install the CCXT library is to use a package manager: ccxt in NPM

(JavaScript / Node v7.6+) ccxt in PyPI (Python 3.7.0+) ccxt in Packagist/Composer (PHP 8.1+) ccxt in Nuget (netstandard

2.0) ccxt in GO This library is shipped as an all-in-one module implementation with minimalistic dependencies and

requirements: js/ in JavaScript python/ in Python (generated from TS) php/ in PHP (generated from TS) cs/ in C#

(generated from TS) go/ in Go (generated from TS) You can also clone it into your project directory from ccxt GitHub

repository: git clone https://github.com/ccxt/ccxt.git # including 1GB of commit history # or git clone

https://github.com/ccxt/ccxt.git --depth 1 # avoid downloading 1GB of commit history JavaScript (NPM) JavaScript version

of CCXT works in both Node and web browsers. Requires ES6 and async/await syntax support (Node 7.6.0+). When compiling

with Webpack and Babel, make sure it is not excluded in your babel-loader config. ccxt in NPM npm install ccxt //cjs var

ccxt = require ('ccxt') console.log (ccxt.exchanges) // print all available exchanges //esm import {version, exchanges}

from 'ccxt'; console.log(version, Object.keys(exchanges)); JavaScript (for use with the <script> tag): All-in-one

browser bundle (dependencies included), served from a CDN of your choice: jsDelivr:

https://cdn.jsdelivr.net/npm/ccxt@4.16.2/dist/ccxt.browser.min.js unpkg:

https://unpkg.com/ccxt@4.16.2/dist/ccxt.browser.min.js CDNs are not updated in real-time and may have delays. Defaulting

to the most recent version without specifying the version number is not recommended. Please, keep in mind that we are

not responsible for the correct operation of those CDN servers. <script type="text/javascript"

src="https://cdn.jsdelivr.net/npm/ccxt@4.16.2/dist/ccxt.browser.min.js"></script> console.log (ccxt.exchanges)

// print all available exchanges Python ccxt in PyPI pip install ccxt import ccxt print(ccxt.exchanges) # print a list

of all available exchange classes The library supports concurrent asynchronous mode with asyncio and async/await in

Python 3.7.0+ import ccxt.async_support as ccxt # link against the asynchronous version of ccxt orjson support CCXT also

supports orjson for parsing JSON since it is much faster than the builtin library. This is especially important when

using websockets because some exchanges return big messages that need to be parsed and dispatched as quickly as

possible. However, orjson is not enabled by default because it is not supported by every python interpreter. If you want

to opt-in, you just need to install it (pip install orjson) on your local environment. CCXT will detect the installion

and pick it up automatically. PHP ccxt in PHP with Packagist/Composer (PHP 8.1+) It requires common PHP modules: cURL

mbstring (using UTF-8 is highly recommended) PCRE iconv gmp include "ccxt.php"; var_dump (\ccxt\Exchange::$exchanges);

// print a list of all available exchange classes The library supports concurrent asynchronous mode using tools from

ReactPHP in PHP 8.1+. Read the Manual for more details. .net/C# ccxt in C# with Nuget (netstandard 2.0 and netstandard

2.1) using ccxt; Console.WriteLine(ccxt.Exchanges) // check this later Go ccxt in GO with PKG go install

github.com/ccxt/ccxt/go/v4@latest import "ccxt" fmt.Println(ccxt.Exchanges) Docker You can get CCXT installed in a

container along with all the supported languages and dependencies. This may be useful if you want to contribute to CCXT

(e.g. run the build scripts and tests — please see the Contributing document for the details on that). Using

docker-compose (in the cloned CCXT repository): docker-compose run --rm ccxt You don't need the Docker image if you're

not going to develop CCXT. If you just want to use CCXT – just install it as a regular package into your project.

Usage Intro The CCXT library consists of a public part and a private part. Anyone can use the public part immediately

after installation. Public APIs provide unrestricted access to public information for all exchange markets without the

need to register a user account or have an API key. Public APIs include the following: market data instruments/trading

pairs price feeds (exchange rates) order books trade history tickers OHLC(V) for charting other public endpoints In

order to trade with private APIs you need to obtain API keys from an exchange's website. It usually means signing up to

the exchange and creating API keys for your account. Some exchanges require personal info or identification. Sometimes

verification may be necessary as well. In this case you will need to register yourself, this library will not create

accounts or API keys for you. Some exchanges expose API endpoints for registering an account, but most exchanges don't.

You will have to sign up and create API keys on their websites. Private APIs allow the following: manage personal

account info query account balances trade by making market and limit orders deposit and withdraw fiat and crypto funds

query personal orders get ledger history transfer funds between accounts use merchant services This library implements

full public and private REST and WebSocket APIs for all exchanges in TypeScript, JavaScript, PHP and Python. The CCXT

library supports both camelcase notation (preferred in TypeScript and JavaScript) and underscore notation (preferred in

Python and PHP), therefore all methods can be called in either notation or coding style in any language. // both of

these notations work in JavaScript/Python/PHP exchange.methodName () // camelcase pseudocode exchange.method_name () //

underscore pseudocode Read the Manual for more details. JavaScript CCXT now supports ESM and CJS modules CJS // cjs

example 'use strict'; const ccxt = require ('ccxt'); (async function () { let kraken = new ccxt.kraken () let bitfinex =

new ccxt.bitfinex ({ verbose: true }) let huobipro = new ccxt.huobipro () let okcoinusd = new ccxt.okcoin ({ apiKey:

'YOUR_PUBLIC_API_KEY', secret: 'YOUR_SECRET_PRIVATE_KEY', }) const exchangeId = 'binance' , exchangeClass =

ccxt[exchangeId] , exchange = new exchangeClass ({ 'apiKey': 'YOUR_API_KEY', 'secret': 'YOUR_SECRET', }) console.log

(kraken.id, await kraken.loadMarkets ()) console.log (bitfinex.id, await bitfinex.loadMarkets ()) console.log

(huobipro.id, await huobipro.loadMarkets ()) console.log (kraken.id, await kraken.fetchOrderBook (kraken.symbols[0]))

console.log (bitfinex.id, await bitfinex.fetchTicker ('BTC/USD')) console.log (huobipro.id, await huobipro.fetchTrades

('ETH/USDT')) console.log (okcoinusd.id, await okcoinusd.fetchBalance ()) // sell 1 BTC/USD for market price, sell a

bitcoin for dollars immediately console.log (okcoinusd.id, await okcoinusd.createMarketSellOrder ('BTC/USD', 1)) // buy

1 BTC/USD for $2500, you pay $2500 and receive ฿1 when the order is closed console.log (okcoinusd.id, await

okcoinusd.createLimitBuyOrder ('BTC/USD', 1, 2500.00)) // pass/redefine custom exchange-specific order params: type,

amount, price or whatever // use a custom order type bitfinex.createLimitSellOrder ('BTC/USD', 1, 10, { 'type':

'trailing-stop' }) }) (); ESM //esm example import {version, binance} from 'ccxt'; console.log(version); const exchange

= new binance(); const ticker = await exchange.fetchTicker('BTC/USDT'); console.log(ticker); Python # coding=utf-8

import ccxt hitbtc = ccxt.hitbtc({'verbose': True}) bitmex = ccxt.bitmex() huobipro = ccxt.huobipro() exmo = ccxt.exmo({

'apiKey': 'YOUR_PUBLIC_API_KEY', 'secret': 'YOUR_SECRET_PRIVATE_KEY', }) kraken = ccxt.kraken({ 'apiKey':

'YOUR_PUBLIC_API_KEY', 'secret': 'YOUR_SECRET_PRIVATE_KEY', }) exchange_id = 'binance' exchange_class = getattr(ccxt,

exchange_id) exchange = exchange_class({ 'apiKey': 'YOUR_API_KEY', 'secret': 'YOUR_SECRET', }) hitbtc_markets =

hitbtc.load_markets() print(hitbtc.id, hitbtc_markets) print(bitmex.id, bitmex.load_markets()) print(huobipro.id,

huobipro.load_markets()) print(hitbtc.fetch_order_book(hitbtc.symbols[0])) print(bitmex.fetch_ticker('BTC/USD'))

print(huobipro.fetch_trades('LTC/USDT')) print(exmo.fetch_balance()) # sell one ฿ for market price and receive $ right

now print(exmo.id, exmo.create_market_sell_order('BTC/USD', 1)) # limit buy BTC/EUR, you pay €2500 and receive ฿1

when the order is closed print(exmo.id, exmo.create_limit_buy_order('BTC/EUR', 1, 2500.00)) # pass/redefine custom

exchange-specific order params: type, amount, price, flags, etc... kraken.create_market_buy_order('BTC/USD', 1,

{'trading_agreement': 'agree'}) PHP include 'ccxt.php'; $poloniex = new \ccxt\poloniex (); $bittrex = new \ccxt\bittrex

(array ('verbose' => true)); $quoinex = new \ccxt\quoinex (); $zaif = new \ccxt\zaif (array ( 'apiKey' =>

'YOUR_PUBLIC_API_KEY', 'secret' => 'YOUR_SECRET_PRIVATE_KEY', )); $hitbtc = new \ccxt\hitbtc (array ( 'apiKey' =>

'YOUR_PUBLIC_API_KEY', 'secret' => 'YOUR_SECRET_PRIVATE_KEY', )); $exchange_id = 'binance'; $exchange_class =

"\\ccxt\\$exchange_id"; $exchange = new $exchange_class (array ( 'apiKey' => 'YOUR_API_KEY', 'secret' =>

'YOUR_SECRET', )); $poloniex_markets = $poloniex->load_markets (); var_dump ($poloniex_markets); var_dump

($bittrex->load_markets ()); var_dump ($quoinex->load_markets ()); var_dump ($poloniex->fetch_order_book

($poloniex->symbols[0])); var_dump ($bittrex->fetch_trades ('BTC/USD')); var_dump ($quoinex->fetch_ticker

('ETH/EUR')); var_dump ($zaif->fetch_ticker ('BTC/JPY')); var_dump ($zaif->fetch_balance ()); // sell 1 BTC/JPY

for market price, you pay ¥ and receive ฿ immediately var_dump ($zaif->id, $zaif->create_market_sell_order

('BTC/JPY', 1)); // buy BTC/JPY, you receive ฿1 for ¥285000 when the order closes var_dump ($zaif->id,

$zaif->create_limit_buy_order ('BTC/JPY', 1, 285000)); // set a custom user-defined id to your order

$hitbtc->create_order ('BTC/USD', 'limit', 'buy', 1, 3000, array ('clientOrderId' => '123')); .net/C# using ccxt;

// importing ccxt namespace Project; class Project { public async static Task CreateOrder() { var exchange = new

Binance(); exchange.apiKey = "my api key"; exchange.secret = "my secret"; // always use the capitalized method

(CreateOrder instead of createOrder) var order = await exchange.CreateOrder("BTC/USDT", "limit", "buy", 1, 50);

Console.WriteLine("Placed Order, order id: " + order.id); } } Go package main import ( "github.com/ccxt/ccxt/go/v4/go"

"fmt" ) func main() { exchange := ccxt.NewBinance(map[string]interface{}{ "apiKey": "MY KEY", "secret": "MY SECRET", })

orderParams := map[string]interface{}{ "clientOrderId": "myOrderId68768678", } <-exchange.LoadMarkets() order, err :=

exchange.CreateOrder("BTC/USDT", "limit", "buy", 0.001, ccxt.WithCreateOrderPrice(6000),

ccxt.WithCreateOrderParams(orderParams)) if err != nil { if ccxtError, ok := err.(*ccxt.Error); ok { if ccxtError.Type

== "InvalidOrder" { fmt.Println("Invalid order") } else { fmt.Println("Some other error") } } } else {

fmt.Println(*order.Id) } // fetching OHLCV ohlcv, err := exchange.FetchOHLCV("BTC/USDT",

ccxt.WithFetchOHLCVTimeframe("5m"), ccxt.WithFetchOHLCVLimit(100)) if err != nil { fmt.Println("Error: ", err) } else {

fmt.Println("Got OHLCV!") } } Optional parameters Unlike Javascript/Python/PHP/C# Go does not support "traditional"

optional parameters like function a(optional = false). However, the CCXT language and structure have some methods with

optional params, and since the Go language is transpiled from the Typescript source, we had to find a way of

representing them. We have decided to "go" (pun intended) with Option structs and the WithX methods. For example, this

function FetchMyTrades supports 4 different "optional" parameters, symbol, since, limit, and params. func (this

*Binance) FetchMyTrades(options ...FetchMyTradesOptions) ([]Trade, error) And we can provide them by doing trades, error

:= exchange.FetchMyTrades(ccxt.withFetchMyTradesSymbol("BTC/USDT"), ccxt.WithFetchOHLCVLimit(5),

ccxt.WithFetchMyTradesParams(orderParams)) Lastly, just because the signature dictates that some argument like symbol is

optional, it will depend from exchange to exchange and you might need to provide it to avoid getting a SymbolRequired

error. You can check different examples in the examples/go folder. CCXT CLI Read the documentation for more information

and details: docs CCXT also provides a command-line interface (CLI) that enables direct interaction with any supported

exchange from the terminal. You can quickly check balances, place orders, or fetch trade data—without the need to

write or execute custom code. This is especially useful for simple or time-sensitive tasks that don’t warrant the

overhead of building a full application. Installation The CLI is available as a npm package and can be installed by

doing npm i ccxt-cli -g Usage You can use the --help option to view a general overview of how the CLI works. The tool

allows you to invoke any CCXT method by specifying the exchange id, the methodName, and any required arguments.

Examples: ccxt binance createOrder BTC/USDT market buy 0.1 // places an order If you are not sure which arguments should

be provided you can always use the explain command. ccxt explain createOrder result: Method: createOrder Usage: binance

createOrder <symbol> <type> <side> <amount> [price] [params] Arguments: - symbol (required) —

Market symbol e.g., BTC/USDT - type (required) — (no description available) - side (required) — order side e.g., buy

or sell - amount (required) — (no description available) - price (optional) — Price per unit of asset e.g., 26000.50

- params (optional) — Extra parameters for the exchange e.g., { "recvWindow": 5000 } You can easily provide API keys

by setting them as environment varibales eg: BINANCE_APIKEY="XXXX" or adding them to the config file located at

$CACHE/config.json Contributing Please read the CONTRIBUTING document before making changes that you would like adopted

in the code. Also, read the Manual for more details. Support Developer Team We are investing a significant amount of

time into the development of this library. If CCXT made your life easier and you want to help us improve it further, or

if you want to speed up development of new features and exchanges, please support us with a tip. We appreciate all

contributions! Sponsors Support this project by becoming a sponsor. [Become a sponsor] Supporters Support this project

by becoming a supporter. Your avatar will show up here with a link to your website. [Become a supporter] Backers Thank

you to all our backers! [Become a backer] Thank you! Social Follow us on Twitter Read our blog on Medium Join our

Discord CCXT Channel on Telegram (important announcements) CCXT Chat on Telegram (technical support) Star History

Disclaimer CCXT is not a service nor a server. CCXT is a software. CCXT is a free open source non-custodian API broker

software under MIT license. Non-custodian means CCXT is not an intermediary in trading, it does not hold traders' money

at any point in time, traders install CCXT and use CCXT to talk to exchanges directly. MIT license means CCXT can be

used for any purpose, but use at your own risk without any warranties. API broker means CCXT is funded with rebates from

exchanges' API broker programs and it is an official API broker with many exchanges, all rebates and related fees are

handled by the exchanges solely in accordance with exchanges' respective terms and conditions established by each

partner exchange. Free software means CCXT is free to use and has no hidden fees, with CCXT traders pay the same trading

fees they would pay to the exchanges directly. Open source means anyone is allowed to use it, to look inside the code

and to change everything, including other brokers. Contact Us For business inquiries: info@ccxt.trade Project links

Homepage Discord Documentation Funding Twitter Key dates PyPI data Data sourced directly from PyPI's database. Released:

Aug 25, 2026 Latest release 3 maintainers PyPI data Data sourced directly from PyPI's database. arzdigital

mohammadanaraki MoNasher Credits Author: Igor Kroitor License MIT License (MIT) Provides Extra qa type Tags algorithmic

algotrading altcoin altcoins api arbitrage real-time realtime backtest backtesting bitcoin bot btc cny coin coins crypto

cryptocurrency crypto currency crypto market currency currencies darkcoin dash digital currency doge dogecoin e-commerce

etc eth ether ethereum exchange exchanges eur framework invest investing investor library light litecoin ltc market

market data markets merchandise merchant minimal ohlcv order orderbook order book price price data pricefeed private

public ripple strategy ticker tickers toolkit trade trader trading usd volume websocket websockets web socket web

sockets ws xbt xrp zec zerocoin Classifiers Development Status 4 - Beta Environment Console Intended Audience Developers

Financial and Insurance Industry Information Technology License OSI Approved :: MIT License Operating System OS

Independent Programming Language JavaScript PHP Python :: 2 Python :: 2.7 Python :: 3 Python :: 3.7 Python :: 3.8 Python

:: 3.9 Python :: 3.10 Python :: 3.11 Topic Office/Business :: Financial :: Investment Software Development :: Build

Tools Report project as malware Download files Download the file for your platform. If you're not sure which to choose,

learn more about installing packages. Source Distribution ccxt_ir-4.16.2.tar.gz (5.6 MB view details) Uploaded Aug 25,

2026 Source Built Distribution Filter files by name, interpreter, ABI, and platform. If you're not sure about the file

name format, learn more about wheel file names. The dropdown lists show the available interpreters, ABIs, and platforms.

Enable javascript to be able to filter the list of wheel files. Copy a direct link to the current filters Copy File name

Interpreter Interpreter py2 py3 ABI ABI none Platform Platform any ccxt_ir-4.16.2-py2.py3-none-any.whl (6.1 MB view

details) Uploaded Aug 25, 2026 Python 2Python 3 File details Details for the file ccxt_ir-4.16.2.tar.gz. File metadata

Download URL: ccxt_ir-4.16.2.tar.gz Upload date: Aug 25, 2026 Size: 5.6 MB Tags: Source Uploaded using Trusted

Publishing? No Uploaded via: twine/6.2.0 CPython/3.13.3 File hashes Hashes for ccxt_ir-4.16.2.tar.gz Algorithm Hash

digest SHA256 6e9281a433b5ae636e9fdee9cbd73e35527a1dc6624b983d8c27fbb799d68386 Copy MD5 f1457ee662e2558765b329566e1c1bb0

Copy BLAKE2b-256 01b362a7006d2780c68ab73abb98b737b09443ca3dd178d641d4c611e3b38acc Copy See more details on using hashes

here. File details Details for the file ccxt_ir-4.16.2-py2.py3-none-any.whl. File metadata Download URL:

ccxt_ir-4.16.2-py2.py3-none-any.whl Upload date: Aug 25, 2026 Size: 6.1 MB Tags: Python 2, Python 3 Uploaded using

Trusted Publishing? No Uploaded via: twine/6.2.0 CPython/3.13.3 File hashes Hashes for

ccxt_ir-4.16.2-py2.py3-none-any.whl Algorithm Hash digest SHA256

1b5f99ca69392f69e200eb011385af3d1165b69c515901620209685776b1b549 Copy MD5 08140c842ea239ccf1f370b1eaa32662 Copy

BLAKE2b-256 51b6a13bc4c56fdf31a9b85e014405c93b6526559cfeec8585370aaaacb08d67 Copy See more details on using hashes here.

Release history Release notifications | RSS feed This release 4.16.2 This release Aug 25, 2026 2 files 4.16.1 Aug 24,

2026 2 files 4.16.0 Aug 24, 2026 2 files 4.14.4 Aug 10, 2026 2 files 4.14.3 Aug 8, 2026 2 files 4.14.2 Aug 3, 2026 2

files 4.14.1 Jul 25, 2026 2 files 4.14.0 Jul 14, 2026 2 files 4.13.1 Jun 29, 2026 2 files 4.13.0 Jun 28, 2026 2 files

4.12.5 Jun 21, 2026 2 files 4.12.4 Jun 17, 2026 2 files 4.12.3 Jun 14, 2026 2 files 4.12.0 Jun 13, 2026 2 files 4.10.1

May 26, 2026 2 files 4.10.0 May 23, 2026 2 files 4.9.32 May 13, 2026 2 files 4.9.28 Feb 8, 2026 2 files 4.9.27 Feb 3,

2026 2 files 4.9.26 Feb 2, 2026 2 files 4.9.25 Dec 8, 2025 2 files 4.9.24 Dec 8, 2025 2 files 4.9.23 Dec 7, 2025 2 files

4.9.22 Dec 1, 2025 2 files 4.9.21 Dec 1, 2025 2 files 4.9.20 Dec 1, 2025 2 files 4.9.19 Nov 1, 2025 2 files 4.9.18 Nov

1, 2025 2 files 4.9.17 Nov 1, 2025 2 files 4.9.16 Nov 1, 2025 2 files 4.9.15 Oct 27, 2025 2 files 4.9.14 Oct 25, 2025 2

files 4.9.13 Oct 25, 2025 2 files 4.9.12 Oct 15, 2025 1 file 4.9.11 Oct 15, 2025 1 file 4.9.10 Oct 15, 2025 1 file 4.9.4

Oct 8, 2025 2 files 4.9.2 Oct 6, 2025 2 files 4.9.1 Oct 5, 2025 2 files 4.9.0 Sep 24, 2025 2 files 4.7.0 Sep 13, 2025 2

files 4.6.1 Sep 7, 2025 2 files 4.5.1 Aug 27, 2025 2 files 4.5.0 Aug 25, 2025 2 files 4.3.46.0.3 Nov 23, 2024 2 files

4.3.46.0.2 Nov 20, 2024 2 files 4.3.46.0.1 Nov 20, 2024 2 files Help Installing packages Uploading packages User guide

Project name retention FAQs About PyPI PyPI Blog Infrastructure dashboard Statistics Logos & trademarks Our sponsors

Contributing to PyPI Bugs and feedback Contribute on GitHub Translate PyPI Sponsor PyPI Development credits Using PyPI

Terms of Service Report security issue Code of conduct Privacy Notice Acceptable Use Policy Status: all systems

operational Developed and maintained by the Python community, for the Python community. Donate today! "PyPI", "Python

Package Index", and the blocks logos are registered trademarks of the Python Software Foundation. © 2026 Python

Software Foundation Site map Deployed from 6b62157 Switch to desktop version English español français 日本語

português (Brasil) українська Ελληνικά Deutsch 中文 (简体) 中文 (繁體) русский

עברית Esperanto 한국어 Supported by AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous

Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page

Source: pypi.org