`.questrade`: link in ws-API issue!

brokers_refinery
Tyler Goodlet 2025-02-13 12:33:52 -05:00
parent 48c7fb023e
commit 9fb2fc1437
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ import tractor
from async_generator import asynccontextmanager
import numpy as np
import wrapt
# TODO, port to `httpx`/`trio-websocket` whenver i get back to
# writing a proper ws-api streamer for this backend (since the data
# feeds are free now) as per GH feat-req:
# https://github.com/pikers/piker/issues/509
#
import asks
from ..calc import humanize, percent_change