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.
Start | End | Open | High | Low | Close | Volume | Market Cap |
---|---|---|---|---|---|---|---|
2017-06-10 | 2017-06-11 | 2823.81 | 2950.99 | 2746.55 | 2950.99 | 1607817465.2777777 | 46809628484.38523 |
2017-06-09 | 2017-06-10 | 2805.62 | 2901.71 | 2795.62 | 2813.33 | 1261414618.0555556 | 46377568565.261345 |
2017-06-08 | 2017-06-09 | 2732.16 | 2815.3 | 2670.95 | 2805.79 | 1449076620.2090592 | 45038070968.339516 |
2017-06-07 | 2017-06-08 | 2863.2 | 2869.38 | 2700.56 | 2735.64 | 1651149107.142857 | 46201881714.43982 |
# 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}'