jpyforex: Retrieve the exchange rate quoted in Japanese Yen (JPY).
Project description
JPYForex
JPYForexは、ドル円、ユーロ円、人民元円の為替レートを手軽に取得できるPythonパッケージです。このツールは、pandas_datareaderを利用してFRED(セントルイス連銀のデータAPI)から最新の為替レートデータを取得し、それを円建ての価格に変換しています。
JPYForex is a Python package that allows you to easily retrieve exchange rates for USD/JPY, EUR/JPY, and CNY/JPY. This tool uses pandas_datareader to fetch the latest exchange rate data from FRED (Federal Reserve Bank of St. Louis Data API) and converts it into prices denominated in yen.
特徴 Features
-
簡単な操作:わずか数行のコードで、円建ての為替レートを取得できます。
-
多通貨対応:ドル円、ユーロ円、人民元円のレートをサポートしています。
-
Easy to Use: With just a few lines of code, you can retrieve exchange rates denominated in yen.
-
Supports Multiple Currencies: Supports rates for USD/JPY, EUR/JPY, and CNY/JPY.
インストール
pip install jpyforex
pip install git+https://github.com/mazarimono/JPYForex.git
使い方(How to Use)
JPYForexの基本的な使用方法は以下の通りです。 The basic usage of JPYForex is as follows.
from JPYForex import jpyforex
# 米ドル建ての日足データを5年分取得
usd = jpyforex.JPYForex()
df_usd = usd.get_data()
ライセンス
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jpyforex-0.1.tar.gz.
File metadata
- Download URL: jpyforex-0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dbb519f3214b54fd7af272bb10b1ba0a10faf9aa050aac356bae7e914de757e0
|
|
| MD5 |
482a38c38d487555be860d6267447e0f
|
|
| BLAKE2b-256 |
a30937ee70cbf3174ebefdf6c2724788d9ebf311797a3eddc213f7b9bfffa27f
|
File details
Details for the file jpyforex-0.1-py3-none-any.whl.
File metadata
- Download URL: jpyforex-0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39819645892fae658bf015729c07848775dac7ab092a7d211d48773b26ec45b4
|
|
| MD5 |
06b283f2917b6343049224029e028c7b
|
|
| BLAKE2b-256 |
60377a6d388540f97929afefae5dfd1219345f97746710a26280a2e5eeb17842
|