NT

Results 2 issues of NT

I see lot of PRs not being merged. I have been working on a similar module that combines data from yahoo api, yql api and google finance: https://github.com/neberej/pinance I would...

question

I had to work on a project which required `Bid` and `Ask`. Yahoo APIs gives out these values. [See Example](http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20yahoo.finance.quotes%20where%20symbol%20in%20(%27AMDA%27)%20&env=store://datatables.org/alltableswithkeys) This adds two methods: - get_bid() - get_ask()