samjtro / schwab

⚡ fast unofficial schwab traderapi hook
https://pkg.go.dev/github.com/samjtro/schwab
GNU General Public License v2.0
3 stars 0 forks source link

/quotes response #42

Closed samjtro closed 1 month ago

samjtro commented 1 month ago
{"AAPL":{
"assetMainType":"EQUITY",
"assetSubType":"COE",
"quoteType":"NBBO",
"realtime":true,
"ssid":1973757747,
"symbol":"AAPL",
"quote":{
"52WeekHigh":199.62,
"52WeekLow":164.075,
"askMICId":"ARCX",
"askPrice":194.1,
"askSize":6,
"askTime":1717456280918,
"bidMICId":"EDGX",
"bidPrice":194.05,
"bidSize":3,
"bidTime":1717456372875,
"closePrice":192.25,
"highPrice":194.99,
"lastMICId":"XADF",
"lastPrice":194.05,
"lastSize":3,
"lowPrice":192.52,
"mark":194.05,
"markChange":1.8,
"markPercentChange":0.93628088,
"netChange":1.8,
"netPercentChange":0.93628088,
"openPrice":192.9,
"postMarketChange":0.02,
"postMarketPercentChange":0.01030768,
"quoteTime":1717456372875,
"securityStatus":"Normal",
"totalVolume":50060948,
"tradeTime":1717456490921
}}}
samjtro commented 1 month ago

GetQuote() is functional as of v0.9.0.3