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
dev-master
2018-02-07 15:15 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.2
- icexch/rolling-curl-x: dev-master
- laravel/framework: >=5.4
This package is not auto-updated.
Last update: 2025-03-24 11:04:55 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');