michaeldrennen/iex-trading

A PHP library to access the IEX trading API.

v3.0 2023-03-30 04:04 UTC

This package is auto-updated.

Last update: 2024-03-30 00:25:34 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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