-
Hello, I find the symbol hints rather small and often struggle to tell them apart in less than ideal lighting. Bit bigger would be nice.
Cheers.
-
Sorry. I was nosy.
I had replaced `.` with `-` to handle stock symbols like Berkshire Hathaway Class B stock so that Yahoo wouldn't error out:
```
sp_500 %
mutate(ticker.symbol = str_replace(…
-
I a trying to solve this bug which is affecting the kite.ltp and kite.quote methods. I have followed this solution https://github.com/jugaad-py/jugaad-trader/issues/59#issuecomment-2141187407 but it d…
-
I've been using the google-finance module for historical queries for about a year now and yesterday (March 19th) it stopped working. It was working fine on Friday ( March 16th ). I get no errors jus…
-
# Bulk update `fact.stockohlc` for all stocks in `dim.stock`
Instead of updating data for one stock at a time in a loop we want many updating at once
Need to learn [Future](http://www.scala-lang…
-
### Brief Description 🤓
The Stock Market Data API provides real-time and historical stock market data for various stock symbols. It allows users to track stock prices, view market news, and access de…
-
API docs: https://finnhub.io/docs/api
### Web socket
- [ ] Trades
- [ ] News (Premium)
### Stock Fundamentals
- [x] Symbol Lookup
- [ ] Stock Symbols
- [ ] Company Profile (Premium)
- [x] …
-
I keep getting error from macd:
def compute_macd(close):
macd = pandas_ta.macd(close=close, length=20).iloc[:,0]
return macd.sub(macd.mean()).div(macd.std())
df['macd'] = df.groupby(leve…
-
I've been giving some thought about implementing some form of pre-load patching ability for KSPCF.
Main motivations :
- Lifting runtime-patching limitations : unreliable generics support, perform…
-
**Bug Description**
Each interest entry for an account creates a new "symbol" which results in a very full and cluttered "Market data" page.
**To Reproduce**
1. Add two interest activitie…