eohne / YFinance.jl

Download historical stock market data from Yahoo Finance. Exposes stock, commodity, futures, currency (FX), mutual fund, and ETF prices, stock fundamental, summary data , and options data.

Home Page:https://eohne.github.io/YFinance.jl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change In API

eohne opened this issue · comments

The response of yahoo has changed leading to some tests to fail. This seems to impact only the quoteSummary object sofar.

Specifically:

  1. calendar events does not include exDividendDate anymore
  2. The majorHoldersBreakdown was removed
  3. The summaryProfile was removed.

To do:

Check if any other items are affected. See if these items have been renamed or moved somewhere else. If need be get rid of accessing these items as they seem not available through the yahoo response anymore.

Problem seems to have resolved itself. All items are now returned again by Yahoo Finance. Must have been a Yahoo Finance internal problem.