AkShare 加密货币数据

实时数据

接口: crypto_js_spot

目标地址: https://datacenter.jin10.com/reportType/dc\_bitcoin\_current

描述: 获取加密货币实时行情, 实时更新

限量: 单次返回主流加密货币当前时点行情数据

输入参数

名称类型必选描述

输出参数

名称类型默认显示描述
reported_atstrY日期时间-索引
boursefloatY市场
currency_pairstrY货币对代码
pricefloatY最新价(注意货币币种)
up_downstrY涨跌幅
up_down_ratefloatY-
hightest_pricestrY24小时最高价(注意货币币种)
lowest_pricefloatY24小时最低价(注意货币币种)
volumestrY24小时成交量

接口示例

  1. import akshare as ak
  2. crypto_js_spot_df = ak.crypto_js_spot()
  3. print(crypto_js_spot_df)

数据示例

  1. bourse currency_pair ... lowest_price volume
  2. reported_at ...
  3. 2020-02-28 16:37:15 Bitfinex(香港) LTCUSD ... 59.666 83980.753551
  4. 2020-02-28 16:37:15 Bitflyer(日本) BTCJPY ... 940368.000 6566.954034
  5. 2020-02-28 16:37:15 Bitstamp(美国) BTCUSD ... 8585.470 6958.242385
  6. 2020-02-28 16:36:27 CEX.IO(伦敦) BTCUSD ... 8653.900 129.747383
  7. 2020-02-28 16:37:15 Kraken_EUR(美国) BTCEUR ... 7897.100 5300.456910
  8. 2020-02-28 16:36:27 Kraken(美国) LTCUSD ... 58.410 40829.390880
  9. 2020-02-28 16:36:27 OKCoin(中国) BTCUSD ... 8614.120 756.123400
  10. 2020-02-28 16:36:27 Bitfinex(香港) BCHUSD ... 312.050 10427.392214
  11. 2020-02-28 16:37:15 Bitfinex(香港) BTCUSD ... 8569.200 5229.230908
  12. 2020-02-28 16:37:15 Kraken(美国) BTCUSD ... 8553.200 3910.324878

历史数据

接口: crypto_hist

目标地址: https://cn.investing.com/crypto/ethereum/historical-data

描述: 获取加密货币的历史数据主要是日频, 周频和月频的数据

限量: 单次返回指定加密货币, 频率和时间周期的数据

输入参数

名称类型必选描述
symbolstrYsymbol=”以太坊”; 通过调用 crypto_name_map 获取所有货币对的名称
periodstrYperiod=”每日”; choice of {“每日”, “每周”, “每月”}
start_datestrYstart_date=”20191020”
end_datestrYend_date=”20201020”

输出参数

名称类型默认显示描述
日期strY日期时间-索引
收盘strY注意单位: 美元
开盘floatY注意单位: 美元
strY注意单位: 美元
floatY注意单位: 美元
交易量strY已简化
涨跌幅floatY已简化

接口示例

  1. import akshare as ak
  2. crypto_hist_df = ak.crypto_hist(symbol="瑞波币", period="每日", start_date="20151020", end_date="20201023")
  3. print(crypto_hist_df)

数据示例

  1. 收盘 开盘 交易量 涨跌幅
  2. 日期
  3. 2020-10-23 0.25645 0.25701 0.25917 0.25485 1.070000e+09 -0.0028
  4. 2020-10-22 0.25718 0.25105 0.26354 0.25083 1.100000e+09 0.0245
  5. 2020-10-21 0.25102 0.24324 0.25555 0.24261 1.120000e+09 0.0320
  6. 2020-10-20 0.24324 0.24564 0.25021 0.24155 1.040000e+09 -0.0095
  7. 2020-10-19 0.24558 0.24216 0.24942 0.24013 1.080000e+09 0.0134
  8. ... ... ... ... ... ...
  9. 2015-10-24 0.00460 0.00460 0.00550 0.00460 0.000000e+00 0.0000
  10. 2015-10-23 0.00460 0.00450 0.00465 0.00450 0.000000e+00 0.0240
  11. 2015-10-22 0.00449 0.00460 0.00550 0.00449 8.300000e+02 -0.0235
  12. 2015-10-21 0.00460 0.00480 0.00480 0.00460 9.100000e+02 -0.0417
  13. 2015-10-20 0.00480 0.00508 0.00508 0.00453 9.000000e+01 -0.0553