Skip to content

A php package that interfaces with the Remote Plus pricing HTTP API by Interactive Data.

License

Notifications You must be signed in to change notification settings

DPRMC/InteractiveData-RemotePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InteractiveData-RemotePlus

Build Status Latest Stable Version Total Downloads License composer.lock Coverage Status

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;

About

A php package that interfaces with the Remote Plus pricing HTTP API by Interactive Data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages