FinMind is a Python library for mining financial data, primarily covering Taiwan stock, futures, and options markets. Version 1.9.10 provides datasets via API calls, with a focus on Taiwan market data. The library supports token-based authentication and offers a range of data retrieval methods. Release cadence is irregular, with frequent minor updates.
pip install finmindNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Log in with a token and fetch Taiwan stock information.
Use `from finmind.login import login_by_token` instead of `from finmind.login import login`.
Ensure you include `token=your_token` when calling `FinData(...)`.
Monitor release notes; continue using `use_object=True` if needed.