Michaeldrennen/iex-trading

一个用于访问 IEX 交易 API 的 PHP 库。

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

This package is auto-updated.

Last update: 2024-08-30 01:20:11 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

提供访问 iextrading.com API 的 PHP 库。

从我的原始库分叉而来。

用法

报价

// https://iextrading.com/developer/docs/#quote 
$stockQuote = IEXTrading::stockQuote( 'aapl' );
echo $stockQuote->companyName; // Apple Inc.

关键统计数据

// https://iextrading.com/developer/docs/#key-stats
$stockStats = IEXTrading::stockStats( 'aapl' );
echo $stockStats->marketcap; // 760334287200