Sha256: 06926b14f2f957baa554fc65249397517003a8de3463b088b9444c909fab229d
Contents?: true
Size: 290 Bytes
Versions: 17
Compression:
Stored size: 290 Bytes
Contents
json.priceitems do json.array! @datapoints do |p| json.date p[:quote_at].in_time_zone('UTC').to_date json.quote_at p[:quote_at] json.open p[:open] json.high p[:high] json.low p[:low] json.close p[:value] json.volume p[:volume] end end
Version data entries
17 entries across 17 versions & 1 rubygems