A Faker provider that generates realistic financial market data such as tickers, ISINs, CUSIPs, SEDOLs, currencies, and market indices. Version 0.4 supports Python 3.6+ and requires the Faker library. Release cadence is low; updates are infrequent.
pip install faker-marketdataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Faker with the MarketData provider and generate sample financial instruments.
Ensure Faker is installed: `pip install Faker faker-marketdata`
Call `fake.add_provider(MarketDataProvider)` before generating data.
Consider testing with your version of Faker or pinning Faker to a known compatible version.
Run 'pip install faker-marketdata'.
Use 'from faker_marketdata import MarketDataProvider'. Ensure version >=0.2.
Add 'fake.add_provider(MarketDataProvider)' before calling the method.