Download the PHP package arequena93/world-trading-data-api without Composer
On this page you can find all versions of the php package arequena93/world-trading-data-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download arequena93/world-trading-data-api
More information about arequena93/world-trading-data-api
Files in arequena93/world-trading-data-api
Download arequena93/world-trading-data-api
More information about arequena93/world-trading-data-api
Files in arequena93/world-trading-data-api
Vendor arequena93
Package world-trading-data-api
Short Description World Trading Data API client
License MIT
Homepage https://github.com/arequena93/world-trading-data-api
Package world-trading-data-api
Short Description World Trading Data API client
License MIT
Homepage https://github.com/arequena93/world-trading-data-api
Please rate this library. Is it a good library?
Informations about the package world-trading-data-api
World Trading Data PHP Client
PHP-Client (wrapper) for the World Trading Data service.
Requirements
- PHP 7.0+
- Composer (https://getcomposer.org/download/)
- WorldTradingData API key: WorldTradingData-Api-Key
Installation
Usage
Initialization
Functionalities
WTD functions | Example usage | Parameters (required in bold) | |
---|---|---|---|
Real Time Market Data | Stock and index real time | $client->realtime()->stockAndIndexRealTime('AAPL'); |
|
Mutual fund real time | $client->realtime()->mutualFundRealTime('AAAAX'); |
|
|
Intraday Market Data | Stock and index intraday | ||
Historical Market Data | Full history | $client->historical()->fullHistory('ITX.MC'); |
|
Multi single day history | $client->historical()->multiSingleDayHistory('AAPL,ITX.MC', '2018-01-02'); |
|
|
Forex | Real time | $client->forex()->realTime('EUR'); |
|
Historical | $client->forex()->historical('USD', 'GBP'); |
|
|
Single day history | $client->forex()->singleDayHistory('USD', '2018-08-31'); |
|
All versions of world-trading-data-api with dependencies
PHP Build Version
Package Version
The package arequena93/world-trading-data-api contains the following files
Loading the files please wait ....