--- license: gpl-3.0 language: - en tags: - finance size_categories: - 10M This dataset contains 1-minute granularity historical data for the ETHUSDT pair on Binance spot market, covering the period from May 1st, 2023 to May 1st, 2024. The data is formatted into a single CSV file, with each row representing a 1-minute candlestick. - **Curated by:** Thomas Erhel - **Language(s) (NLP):** English - **License:** GNU General Public License v3.0 or later ## Uses ### Direct Use This dataset is suitable for various applications, including: - Backtesting trading strategies - Training machine learning models for cryptocurrency price prediction - Analyzing market trends and patterns ### Out-of-Scope Use This dataset is not intended for use in high-frequency trading or real-time market analysis, as the data is aggregated at a 1-minute granularity. ## Dataset Structure The dataset consists of a single CSV file, ethusdt_1min.csv, with the following columns: - **date**: datetime object representing the timestamp of each 1-minute candlestick - **open_price**: opening price of each 1-minute candlestick - **high_price**: highest price of each 1-minute candlestick - **low_price**: lowest price of each 1-minute candlestick - **close_price**: closing price of each 1-minute candlestick - **volume**: trading volume of each 1-minute candlestick ## Dataset Creation ### Curation Rationale The dataset was created to provide a comprehensive and easily accessible resource for cryptocurrency market analysis and machine learning applications. ### Source Data The source data was obtained from Binance's API, using the k-line daily endpoint with a granularity of 1 minute. #### Data Collection and Processing The data was collected using a Python script, which aggregated the data from multiple CSV files into a single file. The script used the **pandas** library to read and process the data. #### Who are the source data producers? The source data was produced by Binance, a leading cryptocurrency exchange. #### Annotation process No annotation process was involved in the creation of this dataset. #### Who are the annotators? N/A #### Personal and Sensitive Information This dataset does not contain any personal or sensitive information. ## Bias, Risks, and Limitations This dataset may contain biases and limitations inherent to the data collection process, such as: - Data quality issues due to API errors or connectivity problems - Limited coverage of the cryptocurrency market, as the dataset only includes data for the ETHUSDT pair - Potential for data manipulation or tampering ### Recommendations Users should be aware of these limitations and take necessary precautions when using the dataset. Additionally, users should verify the data quality and integrity before using it for any applications. ## Dataset Card Contact thomas.erhel@gmail.com