ystock icon indicating copy to clipboard operation
ystock copied to clipboard

Yahoo market data, (realtime) stock data.

Results 2 ystock issues
Sort by recently updated
recently updated
newest added

# Steps to reproduce 🦮 1. Add `gem "ystock", "~> 0.4.14"` to Gemfile 2. `bundle install` 3. `rails c` 4. execute this... ```rb Ystock.quote("aapl") ``` ### The result 🪲 ```rb...

getting error now: `SocketError: Failed to open TCP connection to download.finance.yahoo.com:80 (getaddrinfo: nodename nor servname provided, or not known) from /Users/wkotzan/.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/net/http.rb:882:in `rescue in block in connect'`

Bug