Yahoo Finance Versions Save

Python module to get stock data from Yahoo! Finance

1.4.0

7 years ago
  • Add 21 additional queries (thank you @danielorf ) #81
  • Remove get_info() method #20
  • Add support for Python 3.5
  • Add to README information about datatables.org and YQLQueryError issues.

1.3.2

7 years ago
  • Fix ImportError: No module named 'urllib2' in Python 3 #75

1.3.1

7 years ago
  • Fix Creating Share object fails in raw_decode #73 (thanks @grantrules )

1.3.0

7 years ago

This version should be what was marked as 1.2.2

1.2.2

7 years ago
  • Change API URL to HTTPS (thanks @llybin )
  • Add get_percent_change() (thanks @mcardillo55 )
  • Add get_name() (thanks @jwallden )
  • Cleanup

1.2.1

9 years ago
  • Fix for problem when yahoo! returns datetime at midnight in the wrong format #15 (thanks to @hayd)

1.2.0

9 years ago
  • Added support for Python 3.x (thanks to @hayd)
  • Tests
  • Integration with Travis CI (thanks to @hayd)

1.1.4

9 years ago
  • Fix Share.get_historical() when only one value is returned (thanks to @tarlabs) #7
  • Fix Share.refresh() raises exception #11

1.1.3

9 years ago
  • Fixed print format specs - working with older versions of Python like 2.6

1.1.2

9 years ago
  • Fixed small issue with get_historical() that would only return the first year