-
### Describe bug
Got KeyError: 'insiderTransactions' when invoke get_major_holders()
It seems that _fetch_and_parse() return data that does not contain "insiderTransactions" any more.
### Simp…
-
When trying to retrieve Quandl data, using their specified symbol codes with underscores (such as BRK_B), there is an AssertionError thrown:
```
import pandas_datareader.data as web
price_data = we…
-
Hey,
I tend to have this problem, where the ´md´ subscription works for a while but then crashes in the background and is not handled properly.
```
2024-09-05 01:24:40,317|E| IbkrWsClient: Stat…
-
In [save_ticker](https://github.com/yochay/Absolute-Momentum-/blob/master/symbols.py#L70) change the name to save algorithm result
suggested by Miki
-
Hi
I have tried the following both but I have this error:
binance_client.cancel_order(symbol=Ticker, orderId=Orders_NEW['orderId'][4], origClientOrderId = Orders_NEW['clientOrderId'][4])
binance_c…
-
Hi! Is it possible to create multiple charts on screen? I'm trying this code but only the first chart appears.
This is the view code:
```
```
This is the component:
``…
-
### **Issue Title: Add Example Stocks in Card Format for User Onboarding**
**Description:**
Create a feature to display a set of example stocks in a card format when a user first starts using the …
-
Hi, using websockets when I try to subscribe to a lot of symbols, the library crashes instantaneously.
What can I do please?
Here is my code:
```
const timeBetweenRequest = 10 * 1000;
const …
-
Currently tokens w/ unicode characters such as a ★ are not properly decoding and displaying in Badger.
[This is where](https://github.com/Bitcoin-com/badger/blob/develop/app/scripts/controllers/tra…
-
Hi there,
Pls consider to load data from local CSV.
`
# Initialization requires a ticker symbol
def __init__(self, ticker, exchange='WIKI', csv_repository=""):
# Enforce c…