Yahoo option chain web page changed

Discussion in 'App Development' started by kiev, Jul 12, 2016.

  1. kiev

    kiev

    I used to grab option chain data from yahoo web page, but today I found the page had been changed, in the new page, js is used, which means it's more difficult to retrieve option data from yahoo.

    Any good idea to solve this?
     
    Last edited: Jul 13, 2016
  2. gkishot

    gkishot

    Maybe you need to look for js interpreter somewhere. If find a solution I'll let you know.
     
  3. TradeCat

    TradeCat

    Yahoo's also recently ducked up their mobile web pages. I can't see charts anymore. Probably outsourced their development.
     
  4. d08 likes this.
  5. neke

    neke

  6. if I told you, I would have to kill you :)

    Just opened the browser Development tools (CTRL+SHIFT+I), then loaded the page and looked for where the data was requested. The page loads a ton of stuff but usually the data requests are relatively easy to identify. Been doing it for 18 years, so it becomes second nature :)

    Jerry Medved
    https://www.medvedtrader.com
     
  7. kiev

    kiev

    That's awesome, Thank you!
     
  8. gkishot

    gkishot

    Forgive me my ignorance, do you know how to read 'date=1469145600' exactly?
     
    Last edited: Jul 14, 2016
  9. that is unix time - seconds since standard epoch of 1/1/1970
     
  10. gkishot

    gkishot

    Thank you.
     
    #10     Jul 14, 2016