michaeldrennen / iex-trading
A PHP library to access the IEX trading API.
v3.1
2026-09-14 18:55 UTC
Requires
- php: ^7.0|^8.0
- guzzlehttp/guzzle: ^6|^7
- illuminate/support: ^6|^7|^8|^9|^10|^11|^12|^13
- nesbot/carbon: ^1|^2|^3
Requires (Dev)
- php-coveralls/php-coveralls: ^2
- phpunit/phpunit: ^7|^8|^9|^10
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
PHP library that provides access to the iextrading.com API.
A fork from my original library.
Usage
Quote
// https://iextrading.com/developer/docs/#quote $stockQuote = IEXTrading::stockQuote( 'aapl' ); echo $stockQuote->companyName; // Apple Inc.
Key Stats
// https://iextrading.com/developer/docs/#key-stats $stockStats = IEXTrading::stockStats( 'aapl' ); echo $stockStats->marketcap; // 760334287200