472,374 Members | 1,384 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Finance News RSS Feed

There still isn't an RSS feed out there that can provide news/stock prices
with a ticker symbol as input. There's supposedly a beta from Yahoo, but
it's not working and there is no estimated official release date.

I'm thinking of using screen scraping to get company news for a given ticker
symbol. I would use httpwebrequests, etc.

Has anybody done anything like this?
Nov 18 '05 #1
3 1571
Hey George, I've done several similar "HTML Screen scrapers", but none of
them are RSS newsfeeds for a given ticker.

They all use WebRequests and streamreaders.

Here's source for one such - it is a book price service.
Given an ISBN it screen-scrapes to get prices from Amazon, B&N, and WHSmith
(It was developed before Amazon introduced its Amazon web services)

the screen scraper library
http://www.winisp.net/cheeso/srcview...=BookLookup.cs

the webservice that uses the library
http://www.winisp.net/cheeso/srcview...ile=books.asmx

here's a working client that consumes the service
http://www.winisp.net/cheeso/books/b...x?i=0060652942

-DC
"George Durzi" <gd****@hotmail.com> wrote in message
news:O$**************@TK2MSFTNGP10.phx.gbl...
There still isn't an RSS feed out there that can provide news/stock prices
with a ticker symbol as input. There's supposedly a beta from Yahoo, but
it's not working and there is no estimated official release date.

I'm thinking of using screen scraping to get company news for a given ticker symbol. I would use httpwebrequests, etc.

Has anybody done anything like this?

Nov 18 '05 #2
and here's one that does zipcode lookups from the usps site
http://www.winisp.net/cheeso/srcview...e=ZipLookup.cs

(much simpler)

"George Durzi" <gd****@hotmail.com> wrote in message
news:O$**************@TK2MSFTNGP10.phx.gbl...
There still isn't an RSS feed out there that can provide news/stock prices
with a ticker symbol as input. There's supposedly a beta from Yahoo, but
it's not working and there is no estimated official release date.

I'm thinking of using screen scraping to get company news for a given ticker symbol. I would use httpwebrequests, etc.

Has anybody done anything like this?

Nov 18 '05 #3
Dino, thank you, those were very helpful

"Dino Chiesa [Microsoft]" <di****@online.microsoft.com> wrote in message
news:OF**************@TK2MSFTNGP10.phx.gbl...
and here's one that does zipcode lookups from the usps site
http://www.winisp.net/cheeso/srcview...e=ZipLookup.cs

(much simpler)

"George Durzi" <gd****@hotmail.com> wrote in message
news:O$**************@TK2MSFTNGP10.phx.gbl...
There still isn't an RSS feed out there that can provide news/stock prices with a ticker symbol as input. There's supposedly a beta from Yahoo, but
it's not working and there is no estimated official release date.

I'm thinking of using screen scraping to get company news for a given

ticker
symbol. I would use httpwebrequests, etc.

Has anybody done anything like this?


Nov 18 '05 #4

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

Similar topics

2
by: Geoffrey | last post by:
Dear Java-lovers, We need a really good charting tool for the users to do all kind of things to the graphs, but we don't have time to develop one, so we decided to purchase an existing one out...
13
by: dan roberts | last post by:
Folks, This is my first Python project so please bear with me. I need to download data from Yahoo Finance in CSV format. The symbols are provided in a text file, and the project details are...
0
by: Andy Robinson | last post by:
After numerous requests from people working in this field, including a substantial show of hands at the Uk Python conference in April, we have decided to start up a new python-finance list. The...
2
by: James | last post by:
Is there a way to get a list of stock quotes from yahoo finance into you c# application? I looked on the yahoo finance page and cannot see a wsdl end point. Can somebody please point me in the...
2
by: probashi | last post by:
I would like to add Chart Like Google Finance into my ASPX pages. How involved this will be !!! Thanks.
0
by: cmrodrig | last post by:
For a long time, I've been looking for a solution to this error. There are some reports to Yahoo support, but none could solve this problem. It happens when we try to open Java charts on Yahoo...
5
theGeek
by: theGeek | last post by:
Hi All, I am keen to know about what are the general chores that are needed to be done in an IT project of finance domain. I haven't had any opportunity to work on finance domain but soon I am...
1
by: Ellie | last post by:
I need to be able to get a feed and then have it displayed on my website. I'm not sure if I can get the feed, but if I can, what would be the best way to create a web page from the feed? Also, if I...
13
by: NitinSawant | last post by:
Hello, I'm trying to extract data from Google finance csv file using javasript. ...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
DizelArs
by: DizelArs | last post by:
Hi all) Faced with a problem, element.click() event doesn't work in Safari browser. Tried various tricks like emulating touch event through a function: let clickEvent = new Event('click', {...

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.