Skip to content

Saesha2002/BTCUSD-DATABASE-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

BTCUSD Database SQL

MySQL GitHub last commit

A SQL database project that fetches, stores, and manages XAUUSD (Gold/US Dollar) financial data from 2021 to 2025. This repository includes the SQL file for easy setup and integration.


πŸ“‹ Table of Contents


πŸš€ Project Overview

This project focuses on:

  • Fetching historical XAUUSD data (Date, Time, Open, High, Low, Close) from 2021 to 2025.
  • Using MySQL Workbench 8.4 to design and upload the database.
  • Exporting the SQL file for portability and sharing.
  • Hosting the SQL file in this repository for public access.

✨ Features

  • Data Columns:

    • Date: Trading date (YYYY-MM-DD)
    • Time: Trading time (HH:MM:SS)
    • Open: Opening price
    • High: Daily high price
    • Low: Daily low price
    • Close: Closing price
  • Tools Used:

    • MySQL Workbench 8.4 for database design and management.
    • SQL file export for seamless deployment.
  • *Time Range: Data spans from *January 2021 to December 2025.


πŸ“₯ Installation

  1. Clone the Repository:
    git clone https://github.com/Saesha2002/BTCUSD-DATABASE-SQL
    
    
  2. Import the SQL File:
  • Open MySQL Workbench.
  • Connect to your server.
  • Use File > Run SQL Script to execute xauusd_data.sql.

πŸ›  Usage

Query the database to analyze historical XAUUSD data. Example query:

SELECT * FROM xauusd_data 
WHERE Date BETWEEN '2023-01-01' AND '2023-12-31';

Thank you for the opportunity to complete this task! Your support and collaboration have made this project a rewarding experience.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published