Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Historical Stock Close Value

I'm trying to get the Historical Closing Price of stocks. I recorded a
macro that will download, and also found several scripts that will
download historical info for stocks. However it downloads a table for
the stock with "Open", "Hi", "Low", but I do not want the whole table,
I only want the "Close" price. Is there a way to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Historical Stock Close Value

I do this sort of thing often.
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Charles" wrote in message
...
I'm trying to get the Historical Closing Price of stocks. I recorded a
macro that will download, and also found several scripts that will
download historical info for stocks. However it downloads a table for
the stock with "Open", "Hi", "Low", but I do not want the whole table,
I only want the "Close" price. Is there a way to do this?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Historical Stock Close Value

On Dec 1, 2:01*pm, "Don Guillett" wrote:
I do this sort of thing often.
* * * If desired, send your file to my address below. I will only look if:
* * * 1. You send a copy of this message on an inserted sheet
* * * 2. You give me the newsgroup and the subject line
* * * 3. You send a clear explanation of what you want
* * * 4. You send before/after examples and expected results.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Charles" wrote in message

...

I'm trying to get the Historical Closing Price of stocks. I recorded a
macro that will download, and also found several scripts that will
download historical info for stocks. However it downloads a table for
the stock with "Open", "Hi", "Low", but I do not want the whole table,
I only want the "Close" price. Is there a way to do this?


Don,

Thanks for your offer. However after some more research I think I
found a solution by using an Array and the extract the closing price.
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Historical Stock Close Value

On Dec 1, 3:09*pm, "Don Guillett" wrote:
One way is to extract with INDIRECT

* * * *=IF(ISNUMBER(D29),VLOOKUP($A29,INDIRECT("Data!B1: X1000"),5,FALSE),"")
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Charles" wrote in message

...
On Dec 1, 2:01 pm, "Don Guillett" wrote:



I do this sort of thing often.
If desired, send your file to my address below. I will only look if:
1. You send a copy of this message on an inserted sheet
2. You give me the newsgroup and the subject line
3. You send a clear explanation of what you want
4. You send before/after examples and expected results.


--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Charles" wrote in
message


....


I'm trying to get the Historical Closing Price of stocks. I recorded a
macro that will download, and also found several scripts that will
download historical info for stocks. However it downloads a table for
the stock with "Open", "Hi", "Low", but I do not want the whole table,
I only want the "Close" price. Is there a way to do this?


Don,

Thanks for your offer. However after some more research I think I
found a solution by using an Array and the extract the closing price.


Thanks for the information. The way I found was to only select 1 date
( which is all I needed) and load an Array without having the table
loaded to a spread sheet.
First I dimmed a string and set the element of the array to the
string. This seems to work for me.
Again thanks for your interest and help.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Retrieve Historical Stock Prices? Robert K Excel Discussion (Misc queries) 8 August 24th 10 04:51 PM
How to compute historical stock statistics? [email protected] Excel Discussion (Misc queries) 6 September 24th 07 04:16 PM
Historical Stock Prices in Excel [email protected] Excel Discussion (Misc queries) 1 February 11th 06 02:47 AM
historical stock quote web service medicenpringles Excel Discussion (Misc queries) 2 December 6th 05 05:40 PM


All times are GMT +1. The time now is 06:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"