Schwab-API-Python icon indicating copy to clipboard operation
Schwab-API-Python copied to clipboard

added alternate instruments function supporting list object

Open pizzaforme opened this issue 4 months ago • 1 comments

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.

pizzaforme avatar Sep 14 '25 15:09 pizzaforme

I will look into this. Thinking about rewriting schwabdev for 3.0. Leaving this open to serve as a reminder to myself.

tylerebowers avatar Sep 22 '25 02:09 tylerebowers