-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fetch klines of multiple symbols #14
Comments
Thanks! Good Suggestion. There is a rate limit of 1200 requests by minute (10000k rows by second), but the app is not requesting in parallel (for now) so it is much slower, so we are fine. |
One possible implementation for this is the following: Turn the |
This one is also a good issue @santoshyadav198613 Let me know if you are up for it ;) |
Hi @samuelhei, |
We can separate by a comma. Check the similar script.
|
Yes, @anderson89marques different symbols we can save in different files.
Good idea @kenorb, I will check out the script |
I just used bash for now, save below as a .sh file (including the done on the bottom), then run #!/bin/bash |
Hello, at the first it's good utility. thanks for you effort to build. I need help to add new columns into the csv files output by symbol and interval flag like the below example: OpenTime,Open,High,Low,Close,Volume,CloseTime,qav,numTrades,tbbav,tbqav,ignore,++symbol,interval Thank you in advance. |
Hi,
That is really a nice project. Well done.
Is it possible to add functionality of downloading klines for multiple symbols at once?
Either by passing an array of symbols or perhaps some criteria such as top-x symbols by marketcap.
How much do you think Binance servers won't like such requests?
The text was updated successfully, but these errors were encountered: