Download Current WSJ.com Prime Rate
- by Registered User
I need to automatically download the current Wall Street Journal Prime Rate and load the data into my database. What is the best method for downloading this data automatically?
I have come up with three possible solutions for doing this:
Scrape a HTML web page from WSJ.
Parse a RSS news feed from WSJ.
Use some API that I haven't found from WSJ.…