refraction-ray / xalpha

基金投资管理回测引擎
MIT License
2.04k stars 437 forks source link

期待解锁宏观数据 from ycharts #163

Closed freefish1218 closed 7 months ago

freefish1218 commented 1 year ago

发现在 ycharts.com 上可以获取到宏观数据,比如:

美国CPI

https://ycharts.com/indicators/us_inflation_rate

中国PPI

https://ycharts.com/indicators/china_producer_price_index

... ...

抓取方式应该和 ycharts 其他数据抓取类似,期待大佬解锁

refraction-ray commented 7 months ago
xa.get_daily("yc-indicators/I:USIR")
xa.get_daily("yc-indicators/I:CPPI")

0.12 应该可以用了,但是需要去网页找到括号里的代码,暂时未实现根据 [china_producer_price_index]到 I:CPPI 的自动映射,虽然也不难