-
Notifications
You must be signed in to change notification settings - Fork 0
QuoteType
adasThePrime edited this page Apr 13, 2026
·
1 revision
Asset type classification returned by Yahoo Finance.
from pyahoo import QuoteType
# or
from pyahoo.enums import QuoteType- EQUITY: Equity.
- ETF: Exchange-Traded Fund.
- INDEX: Index.
- MUTUALFUND: Mutual Fund.
- CRYPTOCURRENCY: Cryptocurrency.
- CURRENCY: Currency.
- FUTURE: Future.
- OPTION: Option.