You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it seems that the API does not support historic price data.
Instead, Gate.io offers downloads for historic quotations (CSVs for each month, which is not very practical): https://www.gate.io/developer/historical_quotes
Therefore, we may have to use the fallback solutions proposed in #15, #90.
Any ideas/suggestions how we could do this without the fallback solutions?
The text was updated successfully, but these errors were encountered:
I propose to add Gate.io as new supported exchange.
The CSV export looks like this (UTF-16, tab separation):
I've already implemented the CSV read-in in book.py and currently working on the API for price_data.py: https://www.gate.io/docs/apiv4/en/index.html
Python SDK for the API: https://github.com/gateio/gateapi-python
However, it seems that the API does not support historic price data.
Instead, Gate.io offers downloads for historic quotations (CSVs for each month, which is not very practical): https://www.gate.io/developer/historical_quotes
Therefore, we may have to use the fallback solutions proposed in #15, #90.
Any ideas/suggestions how we could do this without the fallback solutions?
The text was updated successfully, but these errors were encountered: