Garrett Marsh
Results
1
comments of
Garrett Marsh
Tried with AAPL, SPY, QQQ, and INTC: ` import schwabdev from datetime import datetime import os client = schwabdev.Client( app_key=os.getenv("SCHWAB_API_KEY"), app_secret=os.getenv("SCHWAB_API_SECRET"), ) symbol = "SPY" contract_type = "CALL" strike =...