v0.1.4
YFinance v0.1.4
Closed issues:
Merged pull requests:
get_symbols
function provided. (#9) (@shayandavoodii)
Bug Fix
- get_prices now returns dictionaries containing price vectors of type Array{Float64} rather than Array{ Union{Nothing,Float64}} (#7)
Improvements
- get_prices now runs faster than before.
New Functionality
get_symbols
allows the user to search for yahoo finance symbols from (partial) company/security namesget_all_symbols
exposes all tickers from the NASDAQ, AMEX, and NYSE exchanges (#8)search_news
now allows for news searches
Docs
- Added documentation for the new functionality
- Added a clarification statement in the Readme.md and Docs that YFinance uses API endpoints to access data and does not suffer from decryption issues (#6)