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

I looked at all your variations, but I need only a simple stock quote return.
Giving sysmbol, long name, date, time, current price, last open last close.
Xdiv and date if it is given. I am not a experienced vba coder, just self
learning.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Stock Quotes

Form what source?
If you have a realtime trading platform, most have excel a DDE links
available.
Although, depending on what platform you use and your permission level, you
may not get dividend Exdate and Paydate. Probably need Reuters or a Bloomberg
terminal for that.


Rick wrote:
I looked at all your variations, but I need only a simple stock quote return.
Giving sysmbol, long name, date, time, current price, last open last close.
Xdiv and date if it is given. I am not a experienced vba coder, just self
learning.


--
Message posted via http://www.officekb.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 334
Default Stock Quotes

I'm using Excel 2k.

"blackbox via OfficeKB.com" wrote:

Form what source?
If you have a realtime trading platform, most have excel a DDE links
available.
Although, depending on what platform you use and your permission level, you
may not get dividend Exdate and Paydate. Probably need Reuters or a Bloomberg
terminal for that.


Rick wrote:
I looked at all your variations, but I need only a simple stock quote return.
Giving sysmbol, long name, date, time, current price, last open last close.
Xdiv and date if it is given. I am not a experienced vba coder, just self
learning.


--
Message posted via http://www.officekb.com


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default Stock Quotes

Where are you getting your market data?

Rick wrote:
I'm using Excel 2k.

Form what source?
If you have a realtime trading platform, most have excel a DDE links

[quoted text clipped - 7 lines]
Xdiv and date if it is given. I am not a experienced vba coder, just self
learning.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200707/1

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 334
Default Stock Quotes

From Cnn, or Yahoo. Their financial pages. I would perfer not to have to do
the lookup and update, in this maner. I would rather use excel to get the
updates.

"blackbox via OfficeKB.com" wrote:

Where are you getting your market data?

Rick wrote:
I'm using Excel 2k.

Form what source?
If you have a realtime trading platform, most have excel a DDE links

[quoted text clipped - 7 lines]
Xdiv and date if it is given. I am not a experienced vba coder, just self
learning.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200707/1




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 122
Default Stock Quotes

I have a free open-source add-in that can grab quotes and other
financial data from the web. The add-in, documentation on its
functions, and sample templates, can be found in the files area of
this Yahoo group:

http://finance.groups.yahoo.com/group/smf_addin/

For example, there is a function to grab current quotes. Array-
entering this formula over a 2-row by 3-column range:

=RCHGetYahooQuotes("MMM,IBM","snl1")

....would use Yahoo's current quotes interface to return ticker symbol,
company name, and last traded price for tickers MMM and IBM. You can
also refer to cells, as in:

=RCHGetYahooQuotes(H33:H34,I32:K32)

....where H33:H34 are cells that contain ticker symbols and I32:K32 are
cells that contain Yahoo data codes (there are dozens of them).

Microsoft also has an add-in, but theirs is limited to fewer data
items:

http://www.microsoft.com/downloads/d...9-3BF0A740A9B1

On Jul 3, 7:14 am, Rick wrote:
From Cnn, or Yahoo. Their financial pages. I would perfer not to have to do
the lookup and update, in this maner. I would rather use excel to get the
updates.


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
Stock Quotes mman493 Excel Worksheet Functions 0 May 2nd 07 07:30 PM
How do i get historical stock quotes using MSN Money Stock Quotes Ash Excel Discussion (Misc queries) 0 May 11th 06 03:26 AM
stock quotes sctroy Excel Discussion (Misc queries) 1 November 5th 05 04:11 AM
Stock quotes Craig Excel Discussion (Misc queries) 3 April 30th 05 11:11 PM
msn stock quotes e Excel Discussion (Misc queries) 0 January 28th 05 02:43 AM


All times are GMT +1. The time now is 04:24 PM.

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"