Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slawek87 committed Dec 26, 2014
1 parent 30ca956 commit 10f29cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yql/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class YQL(object):
"""yql-finance is simple and fast https://developer.yahoo.com/yql/console/ python API.
API returns fetched stock closing prices for current period of time and current stock ticker/symbol (i.e. APPL, GOOGL).
API returns stock closing prices for current period of time and current stock ticker/symbol (i.e. APPL, GOOGL).
You can use it to fetch data in one of two ways::
- yql = YQL('AAPL', '2011-01-01', '2014-12-31')
Expand Down

0 comments on commit 10f29cb

Please sign in to comment.