-
Here's what I am trying to do:
```
from yahoofinancials import YahooFinancials
ticker = 'MSFT'
yahoo_financials = YahooFinancials(ticker)
data = yahoo_financials.get_historical_price_data("2024…
-
# Expected Updates:
- [ ] Implement a basic ML model (e.g., Linear Regression, LSTM) for price prediction.
- [ ] Train the model on historical price data.
- [ ] Display predictions on the price c…
-
**Issue Title**: Implement Stock Trading Bot using LSTM with `yfinance` and Backtesting
**Description**:
We need to implement a stock trading bot that utilizes Long Short-Term Memory (LSTM) netw…
-
Are there any plans to build something to get historical data such as trade history, fill history, price history etc? Let me know if there is something already in the repo that I'm missing. I see you …
-
### Is your feature request related to a problem? Please describe.
Currently it uses the earliest date for Historical Low. For example for [NieR:Automata](https://store.steampowered.com/app/524220/Ni…
-
It would be helpful to add a new feature that shows not only the historical lowest price of a game on Steam but also the "most recent lowest price."
**Context:**
Currently, the extension display…
-
# Motivation
Users want to see how much a payment is worth in USD for their accounting.
# Definition of Done
- [ ] In the Requests Table on the Address page and Requests page
- [ ] Truncate amo…
-
Are there any listings of historical prices available (not only days but months/years)?
Would be great for some new features
-
@ triplespeeder reported in github that
> Somehow the price of DAI in a Kraken trade is only 0.01382€, resulting in a huge loss calculation. I already did update the price and it is correctly shown…
-
Description:
Create a predictive model that forecasts stock prices using historical data. Use machine learning libraries such as Scikit-learn or TensorFlow. The model should output predictions for…