dprmc/iex-trading

A PHP library to access the IEX trading API.

Installs: 1 090

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 4

Forks: 2

Open Issues: 4

pkg:composer/dprmc/iex-trading

v1.0.9 2018-10-17 16:37 UTC

This package is auto-updated.

Last update: 2025-09-09 04:50:57 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

PHP library that provides access to the iextrading.com API.

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