Skip to content

PredictionSortKey

adasThePrime edited this page Apr 11, 2026 · 3 revisions

PredictionSortKey

Sort keys for prediction market events.

from pyahoo import PredictionSortKey
# or
from pyahoo.enums import PredictionSortKey

Members

  • VOLUME24HR_DESC: 24h volume, descending.
  • VOLUME24HR_ASC: 24h volume, ascending.
  • END_DATE_ASC: End date, ascending.
  • END_DATE_DESC: End date, descending.

Clone this wiki locally