Skip to content

fmd

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

  • πŸ˜„ User-friendly: Intuitive interface for easy adoption by all skill levels.
  • πŸ“ˆ Diverse data: Popular financial data including prices, dividends, and more.
  • πŸ“¦ 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()

Feedback and Bugs Report

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.