473,395 Members | 1,689 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ASP.NET 2.0 Get stock quotes

I'm new at this.

Anybody know where I can find out how to pull stock quotes from the Nasdaq
site into my ASP site? I want my users to enter a ticker in one Textbox1
ex. MSFT and another Textbox2 will grab the current price and drop it in
there. I found something in C+, but I know nothing about C+ and not much on
VB.

I'm just trying to learn.

Thanks!
May 23 '06 #1
2 2072
You could use the free web service found on xmethods.
The WSDL location is :
http://services.xmethods.net/soap/ur...ed-quotes.wsdl

You'll need to create a web reference in your project (assuming your using
VS, Express) from that address and then do something like

Dim myQuote as String
Dim wsSharePrice As New
net.xmethods.services.netxmethodsservicesstockquot eStockQuoteService

myQuote = wsSharePrice.getQuote(" Stock Exchange Quote Symbol ")
Stock Exchange Quote Symbol = for example, Vodafone Group, London price =
"VOD.L"
May 24 '06 #2
Thanks for the update. I'm sorta new at this. I'm using VS 2005, which is
basically VW Express. Can you give me a quick example on how to create "web
reference" to this? I noticed this is an XML link and I'm not sure what to
do.

Thanks for helping a newbie out.
"Simon Blake" <Si********@discussions.microsoft.com> wrote in message
news:96**********************************@microsof t.com...
You could use the free web service found on xmethods.
The WSDL location is :
http://services.xmethods.net/soap/ur...ed-quotes.wsdl

You'll need to create a web reference in your project (assuming your using
VS, Express) from that address and then do something like

Dim myQuote as String
Dim wsSharePrice As New
net.xmethods.services.netxmethodsservicesstockquot eStockQuoteService

myQuote = wsSharePrice.getQuote(" Stock Exchange Quote Symbol ")
Stock Exchange Quote Symbol = for example, Vodafone Group, London price =
"VOD.L"

May 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Chris Mosser | last post by:
I'm looking to add a page to my site where I can get stock quotes for the wired, but more importantly, the wireless web(ie my cell phone). I know how write the needed php and WAP application, I...
2
by: Francesco Moi | last post by:
Hello everyone, Does anyone know where I can get free stock quotes in XML format? Thanks,
8
by: Chris | last post by:
I'm currently writing a custom financial app that tracks stock purchases and values. however, I need help in retrieving stock quotes from the internet. A 20 minute delayed quote is fine. I do not...
5
by: Marty Cruise | last post by:
Other than getting stock quotes programmatically via Yahoo (http://finance.yahoo.com/d/quotes.csv? s=XXXXX&f=sl1d1t1c1ohgv&e=.csv), is there another method that will provide even more stock quote...
7
by: Donlingerfelt | last post by:
I would like to download stock quotes from the web, store them, do calculations and sort the results. However I am fairly new and don't have a clue how to parse the results of a web page download....
5
by: kalyxo | last post by:
Hi all! For one of our web-communities we plan an offer of real time stock quotes incl. advanced notification services. I have the following questions: - Do you know of any services, that...
5
by: Mudcat | last post by:
I have done a bit of searching and can't seem to find a stock market tool written in Python that is active. Anybody know of any? I'm trying not to re-create the wheel here.
2
by: Rathorevivek | last post by:
Hi All, I am working on a financial website. I have to use real time stock quotes ticker(in Marquee format) for that.The stock exchange for which i want to extract the stock details is NSE(India)...
2
by: melvin74 | last post by:
At work we have a couple flat screens that display news and current stock info. About a week ago it stopped displaying the marquee for the stock info. Curious if anyone had any suggestions on what...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.