文件名称:alpha
文件大小:5KB
文件格式:ZIP
更新时间:2024-04-01 10:23:48
HTML
用于Alpha Vantage API的Django接口 可通过获得用于测试目的的实时应用程序 概述 用于Alpha Vantage的Django接口-财务数据提供程序API- 特征 输入API密钥 搜索特定公司 显示其他详细信息 symbol, name, type, region, marketOpen, marketClose, timezone, currency, matchScore 要求 Python(3.8,3.9) Django(3.1) 安装 下载文件并将它们添加到Django项目中: $ git clone https://github.com/kris-szlapa/alpha.git $ ./manage.py runserver 运行测试 要针对当前环境运行测试: $ ./manage.py test 限制 {'Note': 'Thank you for
【文件预览】:
alpha-main
----urls.py(123B)
----tests.py(281B)
----README.md(1KB)
----views.py(2KB)
----templates()
--------alpha()