The App uses the Yahoo Query Language (YQL) with the Yahoo Finance REST API to retrieve financial data for a selected stock ticker symbol.
In the public directory I have included "yahoo-data.json" which is the complete JSON file returned by the Yahoo Finance API for a given ticker symbol query. You can search through the JSON file to view the full list of information that is available for a specific stock.
- clone the repository
- bower install
- select 'index.html'
- Enter a valid stock ticker symbol
Michael Cullen 2014