5 Most Recent
    Location/Geography
    Specialist
    Utility
    Tools
    Weather
    Financial
    Business
    Binary
Service Owner: Flash-db
Service Home: http://www.flash-db.com/services/
Service WSDL URL: http://www.flash-db.com/services/ws/stockHistory.wsdl
Inspect WSDL      View WSDL
Short Description: Retrieves Historical Stock Data for company's listed on US exchanges. Specially formatted for easy use in Flash.
Implementation: PHP / NuSoap
Quantity Price Setup Fee Setup Time Trial
non commercial Free Free Instant non commercial use only
Custom Stock history. Includes Date, Open, High, Low, Close, and Volume. This is for non commercial learning / experimentation use only.

Example Client:
http://www.flash-db.com/services/clients/stockHistoryClient.php?symbol=macr&dayFrom=20&monthFrom=3&yearFrom=2002 (view source to see object structure, this same structure will be available to flash w/flash remoting. Use your Net connection debugger to explore)

Sample Client Code: http://www.flash-db.com/services/clients/stockHistoryClient.phps.

#include "NetServices.as"
#include "NetDebug.as"

// create result handler for news service.
serviceResult = new Object();
serviceResult.onResult = function(result){
    
trace(result)
}
serviceResult.onStatus = function(status){
    
trace(status);
}

// sets up the gateway connection.
var serverConn     NetServices.createGatewayConnection("<pathToGateWay>/../gateway.php");

// sets up the service.
var service serverConn.getService("http://www.flash-db.com/services/ws/stockHistory.wsdl"serviceResult);

// Set the params and call the service
params = {
    
username:'any',
    
password:'any',
    
symbol:'macr',
    
interval'weekly',
    
dayFrom'5',
    
monthFrom'2',
    
yearFrom'2001'
}
service.doStockHistory(params);


© 2010 The Flash-db.com Community! All Rights Reserved.

Hosting for flash-db.com is provided by Hostrocket.com
< / form > < !-- Google analitycs -->