Replies: 7 comments 10 replies
-
Have you looked at the
Other crypto screeners you could use are: One of the issues right now though is if you specify a count that's bigger than the number of securities returned from that endpoint, you'll get an error "size is too large". I'm trying to see if I can find a better way to get that total so the user doesn't have to guess, but right now you have to kind of play around with that Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Was somebody able to pull price, bid and ask from cryptocurrencies? |
Beta Was this translation helpful? Give feedback.
-
It would be no different than getting a quote for any security, for example, the symbol for Bitcoin in BTC-USD. However, the bid/ask doesn't appear on the quote page for Bitcoin: That still leaves a question. How to get real time quotes using yahooquery? If Bid/Ask available, how to retrieve it? |
Beta Was this translation helpful? Give feedback.
-
How i can retrieve complete list of stock quotes from any country? Example Turkey. |
Beta Was this translation helpful? Give feedback.
-
import yfinance as yf data = yf.Ticker((list)) print(data.info)(description) |
Beta Was this translation helpful? Give feedback.
-
guys, many thanks! it works awesomely! |
Beta Was this translation helpful? Give feedback.
-
Thanks! I've seen exels in the internet that have tickets, and there are
over hundred thousand tickets. Not sure that screener could handle that...
…On Fri, Feb 9, 2024, 7:28 PM ms82494 ***@***.***> wrote:
You can accomplish this outside of yahooquery, by creating a screener on
the Yahoo Finance website. You'll need a free Yahoo account if you want to
save your screener, but you don't need the premium subscription. Just go to
the screener page <https://finance.yahoo.com/screener/>, click "Create
New Screener", then "Equity Screener". A screener template will pop up.
Just remove "United States" from the region, and replace it with Turkey.
—
Reply to this email directly, view it on GitHub
<#74 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7J6TFF5WZTEEHRVICQ6MLYSZFBNAVCNFSM4Y6UUFR2U5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TQNBSGA4TKOA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello,
Is there a way to retrieve the complete list of symbols on this page?
https://finance.yahoo.com/cryptocurrencies
thanks, great library!
Farrell
Beta Was this translation helpful? Give feedback.
All reactions