fmd
Release v0.5.0
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/
Just use pip
pip install fmd
Retrieve data with various predefined resources.
from fmd import FmdApi
fa = FmdApi()
stock = fa.stock.get(symbol='2330')
data = stock.get_price()
Feel free to raise a issue once you found any specious errors or encounter an unknown situation. We cherish your feedback, your insights are invaluable as we continuously strive to improve our service. Fill this form to give your feedback. Cheers.