pilwon / node-yahoo-finance

Yahoo Finance historical quotes and snapshot data downloader written in Node.js
491 stars 123 forks source link

Add Options data #14

Open chafreaky opened 9 years ago

chafreaky commented 9 years ago

It would be very nice to add a function to scrape options data from the options screens the way pandas does in Python.

I already have a working version of it written as a custom function in one of my projects. As soon as I find time to write it to fit the coding style of this project I'll submit a pull request (unless somebody else wants to take a crack at it).

Thanks

mikinty commented 4 years ago

@chafreaky Curious, did you end up writing this?

I was going to start a PR on this as well...

chafreaky commented 4 years ago

@mikinty I have not