-
I have got two ideas that might be helpful to improve UDPSpeeder, for reference.
1) Add data compression. There are some scenarios that transporting (relatively small) packets with particular chara…
-
**Is your feature request related to a problem? Please describe.**
It is currently difficult to create custom text in clauses or contracts for specific types (e.g., for addresses, amounts, stock qu…
-
# Issue
Initializing StockDataStream with parameter ```raw_data=True``` creates a websocket that returns timestamp as 'Timestamp', instead of the RAW string with the datetime.
# Replicate
~~~pyth…
-
```
What steps will reproduce the problem?
1. open a browser and type this URL:
http://download.finance.yahoo.com/d/quotes.csv?s=TRE.MC&f=np0&e=.csv
2. open downloaded CSV
3. finished
What is the ex…
-
```
What steps will reproduce the problem?
1. open a browser and type this URL:
http://download.finance.yahoo.com/d/quotes.csv?s=TRE.MC&f=np0&e=.csv
2. open downloaded CSV
3. finished
What is the ex…
-
```
What steps will reproduce the problem?
1. open a browser and type this URL:
http://download.finance.yahoo.com/d/quotes.csv?s=TRE.MC&f=np0&e=.csv
2. open downloaded CSV
3. finished
What is the ex…
-
```
What steps will reproduce the problem?
1. open a browser and type this URL:
http://download.finance.yahoo.com/d/quotes.csv?s=TRE.MC&f=np0&e=.csv
2. open downloaded CSV
3. finished
What is the ex…
-
Since the historical quotes occupy the majority of the storage in the XML file, I'd like to propose a solution to trim the quotes.
This is a solution that can be combined with the work being done in …
-
I am using the Quote APR which retrieves quote information for a single stock symbol. It would help if multiple stocks could be retrieved at once. Perhaps up to 50 or whatever the IEX Cloud limit is. …
-
# Setup Callbacks for websocket events (Optional)
client.on_message = on_message # called when message is received from websocket
client.on_error = on_error # called when any error or exception …