icex/stock_exchange_integration

There is no license information available for the latest version (dev-master) of this package.

Service for using stock exchange API

Installs: 129

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 4

pkg:composer/icex/stock_exchange_integration

dev-master 2018-02-07 15:15 UTC

This package is not auto-updated.

Last update: 2025-10-06 13:43:04 UTC


README

Get avg of pair from all stock exchanges

StockExchange::getTickerAverage('BTC', 'USD');

Get chart data with fixed formatted data

StockExchange::getChartData('BTC', 'USD');

Get trade history with different data

StockExchange::getTradeHistory('BTC', 'USD');

Available coins in exchange

StockExchange::getAvailableCoins();

Get pair price

StockExchange::getPairPrice('BTC', 'USD');