Skip to content

Releases: StefanoMartin/AlphaVantageRB

v1.4.0

08 Apr 19:28
Compare
Choose a tag to compare

Add endpoint ratings to crypto object

v1.3.3

07 Apr 20:26
e6f29eb
Compare
Choose a tag to compare

Merged a PR that permits more permission for Gems

Release 1.3.1

11 Oct 20:05
Compare
Choose a tag to compare

Improve documentation

Release 1.3.0

10 Oct 20:02
Compare
Choose a tag to compare
  • Add AlphaVantage::Client search method to find stocks from keywords
  • Add AlphaVantage::Exchange_Timeseries to retrieve the historical of a TimeSeries
  • Now to retrieve hash format, you need to use the method output
  • Removed AlphaVantage::Batch (no anymore supported by the API)

Release 1.2.0

10 Feb 13:09
Compare
Choose a tag to compare

Reimplemented cryptocurrency retrieving with different type possibility (as "intraday", "daily", "weekly", "monthly")

Release 1.1.0

07 Jan 17:32
Compare
Choose a tag to compare

Added the class Alphavantage::Batch to retrieve multiple stocks at once
Modified crypto_timeseries with the new way illustrated in Alphavantage documentation

Release 1.0.0

23 Nov 20:08
Compare
Choose a tag to compare

Created a Gem for Alpha Vantage RB
This Gem is a simple wrapper for Alpha Vantage API and wraps all the available request existing currently on the API.