Results 1 to 5 of 5

Thread: Reading Data from yahoo services

  1. #1
    Join Date
    Feb 2012
    Posts
    6

    Question Reading Data from yahoo services

    Hi everybody,

    I need some advice on how to retrieve and parse data from yahoo finance using YQL.

    I understood how to read and parse data from a file whose location is known a-priori, but i have some trouble in understanding how the application could consume services from the web (xml or json response).

    Any ideas or examples the could help me are well appreciated,


    thank you!

  2. #2
    Join Date
    Dec 2010
    Posts
    175

    Default

    Hi,

    If you already have a service which is working i.e. reading data from yahoo finance and then parsing and/or writing it to the target database. Then you have two options:

    1. You can use existing services and implement your own reader and writer.
    2. You can use existing service as is by using TaskletAdapter.

    Let me know if this helps?

  3. #3
    Join Date
    Feb 2012
    Posts
    6

    Default

    OK thank you but I was looking for something more specific and detaild about the reader impelemntation of the results return by the yql query.

    Anyone has dealt with it? (yql and yahoo finance)

  4. #4
    Join Date
    Feb 2012
    Posts
    6

    Default

    I found something here : http://developer.yahoo.com/java/howt...eRestJava.html

    I hope this could help also someone else dealing with this.

  5. #5

    Default

    thanks for the link...
    Last edited by paul.jenny47; Mar 6th, 2012 at 05:08 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •