Realistic synthetic data at any scale.
Icarus Synthetic Data is just Python code, making it easy to fork and customize.
Stored as a Python dictionary.
{ 'tickers': [ { 'ticker': 'AAI', 'type': 'tech', 'name': "Athena's AI", 'shares_total': 10000000, 'base_price': 100.0, 'trend': 'down' }, { 'ticker': 'SUBS', 'type': 'tech', 'name': 'SubWay Cloud', 'shares_total': 100000000, 'base_price': 150.0, 'trend': 'up' }, { 'ticker': 'II', 'type': 'tech', 'name': 'Icarus Investments', 'shares_total': 500000, 'base_price': 3000.0, 'trend': 'flat' }, { 'ticker': 'IBIS', 'type': 'service', 'name': 'Interior Basics In Season', 'shares_total': 1000000, 'base_price': 1000.0, 'trend': 'down' }, { 'ticker': 'VODA', 'type': 'service', 'name': "Voyage's Offices, Doors, and Accessories", 'shares_total': 1000000, 'base_price': 2500.0, 'trend': 'up' } ] }
Note this could come from any Ibis backend. Of course, to use your own data swap out the seed and synthetic data with your own tables.