BillKilgore
Programmer
Hello Everyone,
I've gotten a request from a person to generate some software that would be used to retrieve historical stock closing prices for several different stocks to be taken from Yahoo's financial section. She's looking for a weeks worth of data at a time for each stock so she can analyse it on the weekend. If I can get the data for her I could probably automate her analyses also as part of the contract. She currently has to go in to Yahoo and obtain the figures 1 stock at a time and has to do it for 27 different stocks each week.
I looked over what I took to be Internet components in Delphi 7, tried some but couldn't figure out how to get them to work.
I would think that a list of symbols fed one at a time into a loop consisting of a variable, start date, and a stop date placed in the Web address should obtain the data (date and value) which would then be entered into a variant array prior to its being written to the appropriate Excel worksheet, would fit the bill.
My problem: Which components to use and what the format of the Web address is supposed to look like.
I've Googled the web looking for info and could find something for whole pages but nothing for specific data value access.
I'd be really grateful for any insights you could provide.
Thank You, Bill K
I've gotten a request from a person to generate some software that would be used to retrieve historical stock closing prices for several different stocks to be taken from Yahoo's financial section. She's looking for a weeks worth of data at a time for each stock so she can analyse it on the weekend. If I can get the data for her I could probably automate her analyses also as part of the contract. She currently has to go in to Yahoo and obtain the figures 1 stock at a time and has to do it for 27 different stocks each week.
I looked over what I took to be Internet components in Delphi 7, tried some but couldn't figure out how to get them to work.
I would think that a list of symbols fed one at a time into a loop consisting of a variable, start date, and a stop date placed in the Web address should obtain the data (date and value) which would then be entered into a variant array prior to its being written to the appropriate Excel worksheet, would fit the bill.
My problem: Which components to use and what the format of the Web address is supposed to look like.
I've Googled the web looking for info and could find something for whole pages but nothing for specific data value access.
I'd be really grateful for any insights you could provide.
Thank You, Bill K