towards / basic_yahoo_finance

Simple Ruby gem for Yahoo! Finance API
GNU General Public License v3.0
20 stars 9 forks source link

Add chart endpoint #12

Open zahraj3 opened 1 year ago

zahraj3 commented 1 year ago

Partially solves #11

brigriffin commented 1 year ago

Hi @zahraj3, thank you for your initiative but your PR does not include any test. If you could provide a short example how it is supposed to work that would be useful. I quickly tried it out but all I get is nil as you can see below:

irb(main):010:0> data = query.charts('AVEM', 'price')
=> {"AVEM"=>nil}