Skip to content

QuoteType

adasThePrime edited this page Apr 13, 2026 · 1 revision

QuoteType

Asset type classification returned by Yahoo Finance.

from pyahoo import QuoteType
# or
from pyahoo.enums import QuoteType

Members

  • EQUITY: Equity.
  • ETF: Exchange-Traded Fund.
  • INDEX: Index.
  • MUTUALFUND: Mutual Fund.
  • CRYPTOCURRENCY: Cryptocurrency.
  • CURRENCY: Currency.
  • FUTURE: Future.
  • OPTION: Option.

Clone this wiki locally