Skip to content

Commit 0a53ee4

Browse files
docs
1 parent eff89be commit 0a53ee4

File tree

1 file changed

+4
-2
lines changed
  • examples/binance_websocket_kline_1m_ohlcv_to_sqlite

1 file changed

+4
-2
lines changed

examples/binance_websocket_kline_1m_ohlcv_to_sqlite/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Downloading and Storing Binance OHLCV Data Asynchronously To SQLite
22
## Overview
33
This guide outlines how to use our Python library to asynchronously download Open, High, Low, Close, Volume (OHLCV)
4-
data from Binance for selected markets and store this data in a SQLite database. Our solution leverages WebSocket and
5-
REST API connections for real-time data streaming and efficient data management.
4+
data from Binance for selected markets and store this data in a SQLite database `ohlcv.db`. Our solution leverages
5+
WebSocket and REST API connections for real-time data streaming and efficient data management.
6+
7+
To open the generated DB file you can use the [DB Browser for SQLite](https://sqlitebrowser.org).
68

79
## Prerequisites
810
Ensure you have Python 3.7+ installed on your system.

0 commit comments

Comments
 (0)