currency-exchange

时间:2021-04-06 09:56:25
【文件属性】:
文件名称:currency-exchange
文件大小:19KB
文件格式:ZIP
更新时间:2021-04-06 09:56:25
Python 汇率API 汇率API是针对当前和历史汇率的免费服务。 用法 延迟和特定日期费率 获取最新的汇率。 GET /latest 获取自1999年以来任何一天的历史汇率。 GET /2018-03-26 默认情况下,汇率是针对欧元报价的。 通过在您的请求中设置基本参数,以另一种货币报价。 GET /latest?base=USD 通过设置symbols参数来请求特定的汇率。 GET /latest?symbols=USD,GBP 费率历史 获取一段时间内的历史汇率。 GET /history?start_at=2018-01-01&end_at=2018-09-01 将结果限制为特定的汇率,以使用symbols参数节省带宽。 GET /history?start_at=2018-01-01&end_at=2018-09-01&symbols=ILS,JPY 引用其他货币的
【文件预览】:
currency-exchange-master
----.gitignore(1KB)
----LICENSE(1KB)
----exchangerates()
--------templates()
--------__init__.py(0B)
--------static()
--------utils.py(2KB)
--------app.py(8KB)
----README.md(4KB)
----Pipfile(307B)
----Procfile(98B)
----app.json(632B)
----Pipfile~(307B)

网友评论