StefanoMartin / AlphaVantageRB

A Gem for AlphaVantage
MIT License
73 stars 22 forks source link

Change Batch#stock_quote to Batch#stock_quotes #1

Closed bdunne closed 6 years ago

bdunne commented 6 years ago

Hi @StefanoMartin I ran into this issue while trying out the gem. I wasn't able to run the tests, it seems I'm missing a config.yml.

StefanoMartin commented 6 years ago

Hi @bdunne. The config.yml is not included since it includes my AlphaVantage key. To solve the problem, create a config.yml file in the spec folder with inside a line like this: key: your_alpha_vantage_key

bingxie commented 6 years ago

@StefanoMartin Where did you find the Batch API document? I can not find on https://www.alphavantage.co/documentation/ page.

StefanoMartin commented 6 years ago

Hi @bingxie ! I don't know if AlphaVantage just removed the functionality, but it was implemented some times ago.

Here you can see the request to implement this solution for other library: