-
Notifications
You must be signed in to change notification settings - Fork 88
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
Ticker for stocks #34
Comments
Hi Rene, please to meet you on Github too :) What was your twitter account? Are not Hodler by chance?
It would be absolutely great to have stocks as well all commodities prices (AU, AG etc) The second question, is what namespace should we use for stocks, because cryptos and stocks names sets intersection is not empty, e.g.
for the stocks.
Yes, this endpoint was switched off long ago, and now we use the paid service to get the data |
My name was "Denaamishaas" :)
Concerning the traffic, I don't think so, I have another Stock ticker script running in my second monitor: https://github.com/pstadler/ticker.sh On my second montior I see 68 stock tickers simultaneously, and it's refreshing every 1 second. It's running fine for some months, so I never got a issue with it. So I don't think we need to worry about that 😃
Perhaps we could use the ticker $TRX instead? It's often used on Twitter to indicate stocks. As far I can see, the dollar sign is not used for cryptocurrencies. Perhaps the dollar sign should be self-explaining for the newcomers.
Okay, but I don't understand one thing: I'm still using your script, and it's working fine without paying for a paid service? |
The problem is that rate.sx is a service, what means that it will have to handle traffic
This would be an obvious choice, the only problem with it that
Yes. That's excatly what meant in the first paragraph. |
Hi there!
We met each other on Twitter. I would like to use this handy tool for stocks. I found a very good stock API:
For example, I use the ticker AAPL for the stock Apple, and MSFT for the stock MSFT. The query looks like this:
I get the data back in JSON format. So I'm trying to use that API in your rate.sx.
When looking on the codebase, it seems the script uses Coinmarketcap's API to collect the data.When I tried to collect the data from the API of coinmarketcap, with the URL
https://api.coinmarketcap.com/v1/ticker/
orhttps://api.coinmarketcap.com/v1/ticker/ETH
I get an errorBut the script is still running fine however. Perhaps I'm missing something?
The text was updated successfully, but these errors were encountered: