JavaScript/TypeScript/Python/C#/PHP cryptocurrency trading API
The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a particular crypto exchange. All exchanges are derived from the base Exchange class and share a set of common methods. To access a particular exchange from ccxt library you need to create an instance of corresponding exchange class. Supported exchanges are updated frequently and new exchanges are added regularly.
rate.sx is a command-line-friendly cryptocurrency rate service designed to be queried with curl or a browser, returning clean text or minimal markup. It emphasizes human-readable output by default, with options for concise one-liners or richer summaries including sparkline-style ASCII charts. The service supports multiple coins, fiat conversions, and historical lookups so you can compare prices over time without leaving the terminal. Under the hood it aggregates price feeds and normalizes...
the cryptik project (source, wiki, and tickets) have been moved off of sourceforge due to sourceforge's software bundling policy. Please see our new project home at https://g.dradux.com/dradux/cryptik for the latest code
----
Cryptik is a python application for querying various exchanges (btc-e, crypto-trade, kraken, bitcoinaverage, etc.) to get the current price for various cryptocurrencies (bitcoin, litecoin, primecoin, etc.).