Download Taiwan financial market data via FMD API.
Project description
fmd
⚠️ NOTICE:
FMD API will stop service after March 14, 2025. Additionally, this repository will be archived and no longer maintained after March 14, 2025. Thanks for your support.
fmd is a python wrapper that provides users with an easy-to-use interface to access data from Financial Market Data (FMD) API, specializing in Taiwan's financial market.
Source Code: https://github.com/ycytai/fmd
Documentation: https://fmd.ycytai.com/
Features
- :smile: User-friendly: Intuitive interface for easy adoption by all skill levels.
- :chart_with_upwards_trend: Diverse data: Popular financial data including prices, dividends, and more.
- :package: All JSON: Streamlined data format for effortless integration and analysis.
Installation
Just use pip
pip install fmd
Quick Start
Retrieve data with various predefined resources.
from fmd import FmdApi
fa = FmdApi()
stock = fa.stock.get(symbol='2330')
data = stock.get_price()
More examples
Access various resources
from fmd import FmdApi
fa = FmdApi()
stock = fa.stock.get(symbol='2330')
etf = fa.etf.get(symbol='0050')
index = fa.index.get(symbol='LI0001')
currency = fa.forex.get(currency='TWD')
Feedback and Bugs Report
Feel free to raise a issue once you encounter an unknown situation. We cherish your feedback. Cheers.
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 fmd-0.6.1.tar.gz.
File metadata
- Download URL: fmd-0.6.1.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f04c897097d9432951d0de02da668adb15a341780bbf433929d57c1f603cd958
|
|
| MD5 |
8717db6d5643d65cb6d5c45e12596af9
|
|
| BLAKE2b-256 |
5ca158df4e6cbccba63d7f5025d702fba76dd78d85ffd869bc5911329d3cb07b
|
File details
Details for the file fmd-0.6.1-py3-none-any.whl.
File metadata
- Download URL: fmd-0.6.1-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.13.2 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bd95e35976c5fedeaaf73d48046cb6357d5b7b106d51a5c5018f40283069cf5
|
|
| MD5 |
bd07c0324cb5c3a703d4579a36a3d2eb
|
|
| BLAKE2b-256 |
f905b40f436b0105055fc13840c8d030a2a8c78704aa42127e7e90baddda085c
|