barchart/ondemand-client
Composer 安装命令:
composer require barchart/ondemand-client
包简介
A client for Barchart OnDemand market data.
关键字:
README 文档
README
Get access to Barchart's market data through Barchart OnDemand.
https://www.barchart.com/ondemand
Installation
composer require barchart/ondemand-client
Usage
require_once 'vendor/autoload.php'; use Barchart\OnDemand\Client; $ondemand = new Client('YOUR API KEY'); $results = $ondemand->getQuote(['symbols' => 'AAPL,AMZN']); // Generic request $results = $ondemand->makeRequest('getQuote', ['symbols' => 'AAPL,AMZN']);
统计信息
- 总下载量: 10.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-22