Skip to content

Commit

Permalink
Adds missing field types to quote (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec authored May 26, 2024
1 parent fae719f commit 715514a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schwab/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,9 @@ class Quote:
class Fields(Enum):
QUOTE = 'quote'
FUNDAMENTAL = 'fundamental'
EXTENDED = 'extended'
REFERENCE = 'reference'
REGULAR = 'regular'

def get_quote(self, symbol, *, fields=None):
'''
Expand Down

0 comments on commit 715514a

Please sign in to comment.