File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def main():
5151 # Get user preferences for an account
5252 print (accounts_api .get_user_preferences ('account_hash' ).json ())
5353
54- # Market data related requests
54+ # Market- data- related requests
5555 quotes = market_data_api .Quotes (market_data_api )
5656 options = market_data_api .Options (market_data_api )
5757 price_history = market_data_api .PriceHistory (market_data_api )
@@ -84,5 +84,5 @@ def main():
8484 print (instruments .by_cusip ("037833100" ).json ()) # 037833100 = AAPL
8585
8686if __name__ == '__main__' :
87- print ("Welcome to the unofficial Schwab API interface!\n GitHub: https://github.com/tylerebowers/ Schwab-API-Python " )
87+ print ("Welcome to the unofficial Schwab API interface!\n GitHub: https://github.com/Patch-Code-Prosperity/Pythonic- Schwab-API" )
8888 main ()
You can’t perform that action at this time.
0 commit comments