Project

quotemedia

0.0
No commit activity in last 3 years
No release in over 3 years
A thin wrapper to Quotemedia apis
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 0.9.2.2
~> 2.5.0
 Project Readme

QuoteMedia¶ ↑

QuoteMedia is a thin wrapper for the api of www.quotemedia.com.

(More info)

Charts¶ ↑

Custom charts can be obtained from quotemedia.com from a url containing all of the desired parameters. Use QuoteMedia.create_chart_url(params) to create a custom url. The only required parameter is :symbol (the symbol for a stock or stock exchange). The others will be filled in with the default values unless specified. Refer to lib/chart.rb for a list of all parameters.

Contributing¶ ↑

Setting up the build environment is automated. Please run these commands to make sure you’re able to run the code.

./configure
rake

License¶ ↑

The MIT License. See LICENSE for a copy.