2017 © Pedro Peláez
 

library interactive-data-remote-plus

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

image

dprmc/interactive-data-remote-plus

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

  • Tuesday, August 1, 2017
  • by DPRMC
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

InteractiveData-RemotePlus

Build Status Latest Stable Version Total Downloads License composer.lock Coverage Status, (*1)

A php package that interfaces with the Remote Plus pricing HTTP API by Interactive Data., (*2)

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;

The Versions

01/08 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

01/08 2017

v1.05

1.05.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

01/08 2017

v1.04

1.04.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

01/08 2017

v1.03

1.03.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

01/08 2017

v1.02

1.02.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

31/07 2017

v1.01

1.01.0.0

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Drennen

31/07 2017

1.0.0

1.0.0.0

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

  Sources   Download

The Requires

 

The Development Requires

by Michael Drennen