Maybe you need to look for js interpreter somewhere. If find a solution I'll let you know.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?
Actually, from what I saw it actually seems like they made it very easy to request data. For example:
https://query2.finance.yahoo.com/v7...ted=true&lang=en-US®ion=US&date=1469145600
Gets IBM option chain for July 22, 2016. I didn't look too deeply but there are other parameters that let you filter or request different parts of the data. results are standard JSON
Jerry Medved
https://www.medvedtrader.com


Forgive me my ignorance, do you know how to read 'date=1469145600' exactly?Actually, from what I saw it actually seems like they made it very easy to request data. For example:
https://query2.finance.yahoo.com/v7...ted=true&lang=en-US®ion=US&date=1469145600
Gets IBM option chain for July 22, 2016. I didn't look too deeply but there are other parameters that let you filter or request different parts of the data. results are standard JSON
Jerry Medved
https://www.medvedtrader.com
Thank you.that is unix time - seconds since standard epoch of 1/1/1970