Created at 12pm, Apr 28
cyranodbCrypto
0
Bitcoin Historical Prices & Activity (2010-2024)
14_-fIHA_EDQM0gb42qVeasLHWSfD-JLMoqp1nSqMxg
File Type
CSV
Entry Count
5021
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This comprehensive dataset captures over a decade of Bitcoin's trading activity, meticulously detailing daily market statistics from July 27, 2010, to April 25, 2024. It provides an in-depth look at Bitcoin's price movements, trading volumes, and market capitalizations through various economic climates. The data covers over 5,021 days, reflecting the cryptocurrency's fluctuations from its early adoption phases to its establishment as a major financial asset. Each record in the dataset consists of the following fields:Start: Indicates the start date of the data record.End: Indicates the end date of the data record.Open: The price at which Bitcoin started trading at the beginning of the day.High: The highest price point reached by Bitcoin during the day.Low: The lowest price point reached by Bitcoin during the day.Close: The price at which Bitcoin ended trading at the close of the day.Volume: Total volume of Bitcoin traded during the day.Market Cap: The total market value of Bitcoin at the end of the day.This dataset is ideal for users interested in analyzing trends, performing market predictions, or studying the impacts of global events on cryptocurrency values. It serves as a vital resource for financial analysts, economic researchers, data scientists, and academics looking to explore the complexities of cryptocurrency markets.

Dataset Viewer
StartEndOpenHighLowCloseVolumeMarket Cap
2017-06-102017-06-112823.812950.992746.552950.991607817465.277777746809628484.38523
2017-06-092017-06-102805.622901.712795.622813.331261414618.055555646377568565.261345
2017-06-082017-06-092732.162815.32670.952805.791449076620.209059245038070968.339516
2017-06-072017-06-082863.22869.382700.562735.641651149107.14285746201881714.43982
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "14_-fIHA_EDQM0gb42qVeasLHWSfD-JLMoqp1nSqMxg", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "14_-fIHA_EDQM0gb42qVeasLHWSfD-JLMoqp1nSqMxg", "level": 2}'