{ "opencollection": "1.0.0", "info": { "name": "Charles Schwab Market Data Accounts Price History API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.schwabapi.com/v1/oauth/authorize", "accessTokenUrl": "https://api.schwabapi.com/v1/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Price History", "type": "folder" }, "items": [ { "info": { "name": "Get price history candles for a symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.schwabapi.com/marketdata/v1/pricehistory", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "periodType", "value": "", "type": "query" }, { "name": "period", "value": "", "type": "query" }, { "name": "frequencyType", "value": "", "type": "query" }, { "name": "frequency", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Get price history candles for a symbol" } ] } ], "bundled": true }