Hello People,

I'm trying to create a online investment portfolio tool

At the moment I have a database with share prices and data on portfolio holdings.

Now one problem I have is updating the share prices. My solution is to downlaod a csv file from another website and try to import this into the database using vbscript, but this is done at night.

I'm just wondering if there is any other way I could update the share prices, may be by getting the data directly from another server or something.

anyone with any ideas, very much appreciated!