IEX Trading Client Api PHP Client for the IEX Trading Api Get Started Installation composer require joseraul/iex-trading-api Example of use Stock Stats https://iextrading.com/developer/docs/#key-stats $iex_trading = new Client(); $data = $iex_trading->stock() ->stats('APPL');