Beispiel #1
0
    def get_relevant_stocks(self, **kwargs):
        """Relevant Stocks

        Similar to the peers endpoint, except this will return most active
        market symbols when peers are not available. If the symbols
        returned are not peers, the peers key will be false.
        This is not intended to represent a definitive or accurate
        list of peers, and is subject to change at any time.

        Reference: https://iexcloud.io/docs/api/#relevant-stocks

        Data Weighting: ``500`` per call
        """
        raise ImmediateDeprecationError("get_relevant_stocks")
Beispiel #2
0
def get_iex_next_day_ex_date(start=None, **kwargs):
    """
    MOVED to iexfinance.refdata.get_iex_next_day_ex_date
    """
    raise ImmediateDeprecationError("get_iex_next_day_ex_date")
Beispiel #3
0
 def get_effective_spread(self):
     """
     DEPRECATED: Deprecated in IEX Cloud. No longer available.
     """
     raise ImmediateDeprecationError()
     return self._get_endpoint("effective-spread")
Beispiel #4
0
 def get_relevant(self, **kwargs):
     """
     DEPRECATED: Renamed ``get_relevant_stocks``
     """
     raise ImmediateDeprecationError("get_relevant")
Beispiel #5
0
 def get_short_interest(self):
     raise ImmediateDeprecationError("get_short_interest")
Beispiel #6
0
 def get_latest_eps(self):
     raise ImmediateDeprecationError("get_latest_eps")
Beispiel #7
0
def get_market_losers(*args, **kwargs):
    """
    MOVED to iexfinance.stocks.get_market_losers
    """
    raise ImmediateDeprecationError("get_market_losers")
Beispiel #8
0
def get_market_in_focus(**kwargs):
    """Market in Focus
    DEPRECATED
    """
    raise ImmediateDeprecationError("get_market_in_focus")
Beispiel #9
0
def get_stats_records(**kwargs):
    """
    MOVED to iexfinance.iexdata.get_stats_records
    """
    raise ImmediateDeprecationError("get_stats_records")
Beispiel #10
0
def get_stats_monthly(start=None, end=None, **kwargs):
    """
    MOVED to iexfinance.iexdata.get_stats_summary
    """
    raise ImmediateDeprecationError("get_stats_monthly")
Beispiel #11
0
def get_stats_intraday(**kwargs):
    """
    MOVED to iexfinance.iexdata.get_stats_intraday
    """
    raise ImmediateDeprecationError("get_stats_intraday")
Beispiel #12
0
 def _wrapped_function(self, *args, **kwargs):
     raise ImmediateDeprecationError()
Beispiel #13
0
def get_todays_earnings(**kwargs):
    """
    DEPRECATED: renamed ``get_earnings_today``
    """
    raise ImmediateDeprecationError("get_todays_earnings")
Beispiel #14
0
def get_iex_listed_symbol_dir(start=None, **kwargs):
    """
    MOVED to iexfinance.refdata.get_listed_symbol_dir
    """
    raise ImmediateDeprecationError("get_iex_listed_symbol_dir")
Beispiel #15
0
def get_market_most_active(*args, **kwargs):
    """
    MOVED to iexfinance.stocks.get_market_most_active
    """
    raise ImmediateDeprecationError("get_market_most_active")
Beispiel #16
0
def get_market_deep(symbols=None, **kwargs):
    """
    MOVED to iexfinance.iexdata.get_deep
    """
    raise ImmediateDeprecationError("get_market_deep")
Beispiel #17
0
def get_market_iex_volume(*args, **kwargs):
    """
    MOVED to iexfinance.stocks.get_market_iex_volume
    """
    raise ImmediateDeprecationError("get_market_iex_volume")
Beispiel #18
0
 def get_relevant_stocks(self, **kwargs):
     """DEPRECATED"""
     raise ImmediateDeprecationError("get_relevant_stocks")
Beispiel #19
0
def get_market_iex_percent(*args, **kwargs):
    """
    MOVED to iexfinance.stocks.get_market_iex_percent
    """
    raise ImmediateDeprecationError("get_market_iex_percent")
Beispiel #20
0
 def get_short_ratio(self):
     raise ImmediateDeprecationError("get_short_ratio")
Beispiel #21
0
def get_available_symbols(**kwargs):
    """
    MOVED to iexfinance.refdata.get_symbols
    """
    raise ImmediateDeprecationError("get_available_symbols")
Beispiel #22
0
 def get_eps_consensus(self):
     raise ImmediateDeprecationError("get_eps_conesnsus")
Beispiel #23
0
def get_iex_corporate_actions(start=None, **kwargs):
    """
    MOVED to iexfinance.refdata.get_iex_corporate_actions
    """
    raise ImmediateDeprecationError("get_iex_corporate_actions")
Beispiel #24
0
 def get_previous(self, **kwargs):
     """
     DEPRECATED: Renamed ``get_previous_day_prices``
     """
     raise ImmediateDeprecationError("get_previous")
Beispiel #25
0
def get_iex_dividends(start=None, **kwargs):
    """
    MOVED to iexfinance.refdata.get_iex_dividends
    """
    raise ImmediateDeprecationError("get_iex_dividends")
Beispiel #26
0
 def get_endpoints(self, endpoints=()):
     """
     DEPRECATED: This method has been deprecated as of 0.5.0
     """
     raise ImmediateDeprecationError("get_endpoints")
Beispiel #27
0
 def get_all(self):
     """
     DEPRECATED: All legacy endpoints are deprecated as of v0.4.2
     """
     raise ImmediateDeprecationError("get_all")