-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use custom yahoo finance for async compatability #614
Labels
Difficulty: Medium 😐
This issue can be solved, but a decent amount of lines need to be changed
Improvement 📈
Improvement
Overhaul 🌈
Overhaul a part of the code
Priority: High 🥇
Assign this label if this issue is VERY important or often used
Comments
StephanAkkerman
added
Improvement 📈
Improvement
Priority: High 🥇
Assign this label if this issue is VERY important or often used
Overhaul 🌈
Overhaul a part of the code
Difficulty: Medium 😐
This issue can be solved, but a decent amount of lines need to be changed
labels
Aug 3, 2024
Maybe we can remove yfinance and yahoo-fin completely |
yfinance is used in:
yahoo_fin:
|
Trending: https://query1.finance.yahoo.com/v1/finance/trending/US?count=50 Nasdaq tickers: https://github.com/atreadw1492/yahoo_fin/blob/master/yahoo_fin/stock_info.py#L151 Earning dates for given stock: ? |
No API endpoint for upcoming earning date, leaving it as it is for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Difficulty: Medium 😐
This issue can be solved, but a decent amount of lines need to be changed
Improvement 📈
Improvement
Overhaul 🌈
Overhaul a part of the code
Priority: High 🥇
Assign this label if this issue is VERY important or often used
Trending: https://query1.finance.yahoo.com/v1/finance/trending/US?count=50
OHLCV: https://query1.finance.yahoo.com/v7/finance/download/{ticker}
All info: https://query1.finance.yahoo.com/v8/finance/chart/AAPL?region=US&lang=en-US&includePrePost=false&interval=2m&useYfid=true&range=1d&corsDomain=finance.yahoo.com&.tsrc=finance
Shorter all info: https://query1.finance.yahoo.com/v8/finance/chart/aapl
The text was updated successfully, but these errors were encountered: