Search by

michaeldrennen / iex-trading

michaeldrennen

A PHP library to access the IEX trading API.

Package info

github.com/michaeldrennen/IEXTrading

pkg:composer/michaeldrennen/iex-trading

Statistics

Installs: 1 092

Dependents: 0

Suggesters: 0

Stars: 1

v3.1 2026-09-14 18:55 UTC

This package is auto-updated.

Last update: 2026-09-14 18:56:29 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