New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ExchangeComparison

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ExchangeComparison

The programme is designed to find the lower period of similar movements.

pipPyPI
Version
0.1.0
Maintainers
1

similar_rates

This code searches for a range of historical exchange rates that is similar to the specified range. It will gather reference material for predicting future exchange rates. Currencies supported include.

コード国名通貨名
USDJPY=Xアメリカドル
GBPJPY=Xイギリスポンド
INRJPY=Xインドルピー
IDRJPY=Xインドネシアルピア
EGPJPY=Xエジプトポンド
AUDJPY=Xオーストラリアドル
CADJPY=Xカナダドル
KRWJPY=X韓国ウォン
KWDJPY=Xクウェートディナール
COPJPY=Xコロンビアペソ
SARJPY=Xサウジアラビアリヤル
SGDJPY=Xシンガポールドル
CHFJPY=Xスイスフラン
SEKJPY=Xスウェーデンクローナ
THBJPY=Xタイバーツ
TWDJPY=X台湾ドル
CNYJPY=X中国
CLPJPY=Xチリペソ
DKKJPY=Xデンマーククローネ
TRYJPY=Xトルコリラ
NZDJPY=Xニュージーランドドル
NOKJPY=Xノルウェークローネ
PYGJPY=Xパラグアイグァラニ
PHPJPY=Xフィリピンペソ
BRLJPY=Xブラジルレアル
VESJPY=Xベネズエラボリバル・ソベラノ
PENJPY=Xペルーソル
HKDJPY=X香港ドル
MYRJPY=Xマレーシアリンギット
ZARJPY=X南アフリカランド
MXNJPY=Xメキシコペソ
AEDJPY=XUAEディルハム
EURJPY=X欧州ユーロ
JODJPY=Xヨルダンディナール
RONJPY=Xルーマニアレウ
LBPJPY=Xレバノンポンド
RUBJPY=Xロシアルーブル

simple example

One request returns four candidates.

default: money_kind = 'USDJPY' date = 'Today' days = 20

import Exchange

e = Exchange(money_kind='USDJPY')
e.get_exchange(date='2010-01-04',days=20)

output

Keywords

exchange money order

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts