icex / stock_exchange_integration
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
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-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');