Skip to content
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

Feature Request: 1w and 1M candles #55

Open
mauri3112 opened this issue Nov 25, 2024 · 1 comment
Open

Feature Request: 1w and 1M candles #55

mauri3112 opened this issue Nov 25, 2024 · 1 comment

Comments

@mauri3112
Copy link

other trading api's provide candles on a week and month intervals, which is really helpful specially for long term analysis.

@djdino56
Copy link

djdino56 commented Dec 9, 2024

@mauri3112 retrieving 1W or 1M with a single call is currently not supported and would indeed save some logic. I know it not the answer your looking for. A workaround would be using the intervals and doing some calls based on the interval. For example 1W of data would be 7 calls retrieving the 1MIN candles.

The possible intervals are:
"1m" "5m" "15m" "30m" "1h" "2h" "4h" "6h" "8h" "12h" "1d"

Keep it mind: retrieving candles is not using your API limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants