Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有时间获取有关利率的数据。我想我可以抓取一小堆中央银行网站。更好的是我可以获得中央银行利率或优惠利率信息的服务。
有谁知道这方面的免费资源?
谢谢!
圣路易斯联邦储备银行是一个很好的来源。他们有一个 excel 界面以及一个 Web 服务界面。我已将它与此处提供的 Python API 一起使用https://github.com/zachwill/fred。通用 API 在这里http://api.stlouisfed.org。希望这可以帮助。