Skip to content

Commit

Permalink
feat: add balance positions url
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Jan 30, 2024
1 parent 549e408 commit 1652b0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions invaas/schwab/schwab_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ def positions_v2():
return "https://ausgateway.schwab.com/api/is.Holdings/V1/Holdings/Holdings?=&includeCostBasis=true&includeRatings=true&includeUnderlyingOption=true"


def balance_positions_v2():
return "https://ausgateway.schwab.com/api/is.TradeOrderManagementWeb/v1/TradeOrderManagementWebPort/account/balancespositions"


def ticker_quotes_v2():
return (
"https://ausgateway.schwab.com/api/is.TradeOrderManagementWeb/v1/TradeOrderManagementWebPort/market/quotes/list"
Expand Down

0 comments on commit 1652b0c

Please sign in to comment.