Schwab-API-Python
Schwab-API-Python copied to clipboard
added alternate instruments function supporting list object
Schwabdev api wrapper 2.5.1 currently has a function definition for instruments that only accepts a string of comma delimited tickers. The "quotes" definition accepts a list of strings AND a comma delimited string which is a very nice option. I duplicated the existing instruments function by adopting the quotes format for the symbol parameter which allows for calling the modified instruments (instruments_list) just like the quotes. Please consider including this (or a version of this) definition in your future releases.
I will look into this. Thinking about rewriting schwabdev for 3.0. Leaving this open to serve as a reminder to myself.