------ - Fix bugs in sustainability parsing earnings and holders. Tested with many symbols without exceptions. - Remove space from dataframe columns: Adj Close -> AdjClose Stock Splits -> StockSplits
0.1.54
------ - ISIN lookup working with intl. tickers
0.1.53
------ - Added `Ticker.isin` + `Ticker.get_isin(...)`. This is still experimental. Do not rely on it for production. - Bug fixed: holders were always returning results for MSFT
0.1.52
------ - Improved JSON regex parsing
0.1.51
------ - Added holdings data (`Ticker.major_holders` and `Ticker.institutional_holders`) - Added logo url to `Ticker.info` - Handling different date formats in fundamentals - Faster JSON parsing using regex - Trying to re-download JSON twice before giving up - Using ujson instead of json if installed - Fixed (more) `ticker.info` issues - Misc bugfixes
0.1.50
------ - Fixed `ticker.info` issues - Handle sustainability index error - Added test script based on GregoryMorse's pull request