fishcharlie's picture
Adding finance tag
db37dbc verified
metadata
license: mit
tags:
  - finance

btc-usd-coinbase-trades-1h-2024-12-07-18-00-00

This is a dataset of Coinbase trades for the BTC-USD trading pair. 1 hour of data is included, starting at 2024-12-07 18:00:00 UTC. You can find the complete dataset at dataset.csv.

Key Information

  • Name: btc-usd-coinbase-trades-1h-2024-12-07-18-00-00
  • Exchange: coinbase
  • Trading Pair: btc-usd
  • Interval: 1h
  • Start Time: 2024-12-07 18:00:00 UTC
  • End Time: 2024-12-07 19:00:00 UTC
  • License: MIT

Columns

  • type: The type of trade. This will always be ticker.
  • sequence: The sequence number of the trade.
  • product_id: The trading pair for the trade. This will always be BTC-USD.
  • price: The price of the trade.
  • open_24h: The opening price of the trading pair in the last 24 hours.
  • volume_24h: The volume of the trading pair in the last 24 hours.
  • low_24h: The lowest price of the trading pair in the last 24 hours.
  • high_24h: The highest price of the trading pair in the last 24 hours.
  • volume_30d: The volume of the trading pair in the last 30 days.
  • best_bid: The best bid price.
  • best_bid_size: The size of the best bid.
  • best_ask: The best ask price.
  • best_ask_size: The size of the best ask.
  • side: The side of the trade. This will always be buy or sell.
  • time: The time of the trade.
  • trade_id: The trade ID.
  • last_size: The size of the last trade.

Risks and Warnings

  • The code used to collect this data is set to restart on failure. This means that it's possible during that failure that some data is lost. However, the code is designed to minimize data loss as much as possible.
  • This data is collected from the Coinbase API. No guarantees are made about the accuracy of the data.
  • This data has not been cleaned or processed in any way. It is raw data from the Coinbase API. The only change to the data is to filter the time range to the specified interval.
  • This dataset only includes 1 hour of data. It is not a very comprehensive or large dataset.
  • There may be more risks and warnings that are not listed here. Please use your best judgment when using this data.

Why?

The primary purpose of this dataset is to experiment with Hugging Face's Datasets functionality. I wanted to create a dataset that could be used for testing and experimentation. This is my first attempt at working with datasets on Hugging Face. However, this dataset is valid and just because it was created for experimentation does not mean it cannot be used.

Contact

If you have any questions about this dataset, you can find my contact information at https://charlie.fish/contact.

License

This data is released under the MIT License. You can find the full text of the license in the LICENSE file in this dataset.