Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 18, 2024
1 parent eff89be commit 0a53ee4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/binance_websocket_kline_1m_ohlcv_to_sqlite/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Downloading and Storing Binance OHLCV Data Asynchronously To SQLite
## Overview
This guide outlines how to use our Python library to asynchronously download Open, High, Low, Close, Volume (OHLCV)
data from Binance for selected markets and store this data in a SQLite database. Our solution leverages WebSocket and
REST API connections for real-time data streaming and efficient data management.
data from Binance for selected markets and store this data in a SQLite database `ohlcv.db`. Our solution leverages
WebSocket and REST API connections for real-time data streaming and efficient data management.

To open the generated DB file you can use the [DB Browser for SQLite](https://sqlitebrowser.org).

## Prerequisites
Ensure you have Python 3.7+ installed on your system.
Expand Down

0 comments on commit 0a53ee4

Please sign in to comment.