Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 18:50
· 36 commits to master since this release

YFinance v0.1.4

Diff since v0.1.3

Closed issues:

  • getting daily stock prices (#5)
  • get_prices sometimes returns Union{Nothing,Float64} (#7)

Merged pull requests:

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 names
  • get_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)