Skip to main content

twder - 新台幣匯率擷取 (New Taiwan Dollar Exchange Rate)

Build Status

擷取台灣銀行新台幣匯率報價

Quick Start

>>> import twder
>>> twder.currencies()
['CNY', 'THB', 'SEK', 'USD', 'IDR', 'AUD', 'NZD', 'PHP', 'MYR', 'GBP', 'ZAR', 'CHF', 'VND', 'EUR', 'KRW', 'SGD', 'JPY', 'CAD', 'HKD']

>>> twder.now_all()                               # 擷取目前所有幣別報價
{'THB': ('2017/01/06 16:00', '0.7918', '0.9348', '0.8803', '0.9203'), ...}
# {貨幣代碼: (時間, 現金買入, 現金賣出, 即期買入, 即期賣出), ...}

>>> twder.now('JPY')                              # 擷取目前特定幣別報價
('2017/01/06 16:00', '0.2668', '0.2778', '0.2732', '0.2772')
# (時間, 現金買入, 現金賣出, 即期買入, 即期賣出)

>>> twder.past_day('JPY')                         # 擷取昨天報價
[('2017/01/06 09:02:04', '0.2671', '0.2781', '0.2735', '0.2775'), ...]
# [(時間, 現金買入, 現金賣出, 即期買入, 即期賣出), ...]

>>> twder.past_six_month('JPY')                   # 擷取前六個月報價
[('2017/01/06', '0.2668', '0.2778', '0.2732', '0.2772'), ...]
# [(時間, 現金買入, 現金賣出, 即期買入, 即期賣出), ...]

>>> twder.specify_month('JPY', 2016, 12)          # 擷取特定年月報價
[('2016/12/30', '0.2672', '0.2782', '0.2736', '0.2776'), ...]
# [(時間, 現金買入, 現金賣出, 即期買入, 即期賣出), ...]

APIs

currencies()
currency_name_dict()

now(currency)
now_all()
past_day(currency)
past_six_month(currency)
specify_month(currency, year, month)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twder-0.2.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

twder-0.2.2-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file twder-0.2.2.tar.gz.

File metadata

  • Download URL: twder-0.2.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.2 CPython/3.9.1

File hashes

Hashes for twder-0.2.2.tar.gz
Algorithm Hash digest
SHA256 bc6ffe674aa6288fa46d32cf5f495809ec63687b4d5dbc8531491bf6d1f7686e
MD5 718d03308d322b3d9c1748ff333b4816
BLAKE2b-256 8c2f69beb95fa68f66d4df6ace5917427a6eb953930ad28ad8a945c8ce2671ec

See more details on using hashes here.

File details

Details for the file twder-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: twder-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.55.2 CPython/3.9.1

File hashes

Hashes for twder-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cec44ffa4b8fb7cfb86ca5715f80c3fe0848b2c044c3873887d83b6312adfce3
MD5 608bbb9eb54b3f98086ea726be9fa846
BLAKE2b-256 cd61fb61e8b7327aedddd1f90f53582ebcc3ec44161e9f66cede72e894d3c1de

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.2 This release

2 files

0.2.1

2 files

0.2.0

2 files

0.1.5

2 files

0.1.4

3 files

0.1.3

3 files

0.1.2

3 files

0.1.1

3 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page