-
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(…
-
### Describe bug
have an excel list of tickers which I'm running through yfinance to get fundamental analysis data. I get 2 errors:
"keyError" exception because some data like 'forwardPE' is not …
-
- [ ] Implement Net Current Asset Value (NCAV) calculation
- [ ] Implement Earnings Power Value (EPV) calculation
- [ ] Develop margin of safety calculation function
-
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…
-
### The Feature
Allow user to configure a dummy tool call. Use this if provider requires `tools` to be passed in, if any of the blocks contains a tool_use object (e.g. Anthropic).
### Motivation, p…
-
I am in Jamaica and I would like to add equities from the Jamaica Stock Exchange.
Is that something you guys could add support for?
Or, if you could point me to the parts of the code that I shou…
-
### Describe bug
An issue occurs when attempting to fetch stock information using the yfinance library. The request results in a 401 Client Error: Unauthorized.
import yfinance as yf
msft = yf.…
-
Searching for a stock in Indian Bombay Stock Exchange BSE like below
```
type = 'Stock'
exchange='BSE'
query = 'kotak'
search_results = search_assets(query=query, limit=1, type=type, exchange…
-
Traceback (most recent call last):
File "/aml/FinRobot/finrobot/functional/reportlab.py", line 185, in build_annual_report
name = YFinanceUtils.get_stock_info(ticker_symbol)["shortName"]
Fi…
-
# List of indexes tickers lists to Add
## Check what indexs are available through yfinance
All must be formatted as TSVs & have two columns **Symbol** containing the share/stock's ticker & **Descrip…