dprmc/interactive-data-remote-plus
Composer 安装命令:
composer require dprmc/interactive-data-remote-plus
包简介
A PHP package that interfaces with the Remote Plus pricing HTTP API by Interactive Data.
README 文档
README
A php package that interfaces with the Remote Plus pricing HTTP API by Interactive Data.
Usage
use DPRMC\InteractiveData\ClientDailyPriceFixedIncome; $date = "2017-07-31"; $cusipsToQuery = [ '38259P508' ]; $client = new ClientDailyPriceFixedIncome('yourInteractiveDataUser', 'yourInteractiveDataPass', $date, $cusipsToQuery); $response = $client->run(); foreach ($response as $cusip => $price): echo "CUSIP $cusip had a price of $price on $date"; endforeach;
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-31