We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 573c670 + 6db1fe6 commit e02c020Copy full SHA for e02c020
1 file changed
example_api.py
@@ -19,7 +19,7 @@ def main() -> None:
19
# print(resp.dtypes)
20
# print(resp.describe())
21
22
- resp = api.get_historical_data("BTC-USD.CC", "1h")
+ resp = api.get_intraday_historical_data('BTC-USD.CC','1m')
23
# resp = api.get_historical_data("BTC-USD.CC", "1m", "2021-11-27 23:56:00")
24
# resp = api.get_historical_data("BTC-USD.CC", "1m", "2021-11-27 23:56:00", "2021-11-27 23:59:00")
25
print(resp)
0 commit comments