|
| 1 | +{ |
| 2 | + "version": "v1.0.0", |
| 3 | + "entity": { |
| 4 | + "type": "organisation", |
| 5 | + "role": "owner", |
| 6 | + "name": "Lumiwealth", |
| 7 | + "email": "rob@botspot.trade", |
| 8 | + "phone": "", |
| 9 | + "description": "Lumiwealth builds open source tools for algorithmic trading and financial markets. Our flagship project, Lumibot, is a Python framework used by 14,000+ students and developers to build, backtest, and deploy trading bots across stocks, options, crypto, forex, and futures.", |
| 10 | + "webpageUrl": { |
| 11 | + "url": "https://lumiwealth.com" |
| 12 | + } |
| 13 | + }, |
| 14 | + "projects": [ |
| 15 | + { |
| 16 | + "guid": "lumibot", |
| 17 | + "name": "Lumibot", |
| 18 | + "description": "Backtesting and Trading Bots Made Easy for Crypto, Stocks, Options, Futures, FOREX and more. Lumibot is a Python library that makes it simple to build and deploy algorithmic trading strategies with multiple broker integrations (Alpaca, Interactive Brokers, Tradier, Coinbase) and data sources (Yahoo Finance, ThetaData, Polygon).", |
| 19 | + "webpageUrl": { |
| 20 | + "url": "https://lumibot.lumiwealth.com" |
| 21 | + }, |
| 22 | + "repositoryUrl": { |
| 23 | + "url": "https://github.com/Lumiwealth/lumibot" |
| 24 | + }, |
| 25 | + "licenses": ["GPL-3.0"], |
| 26 | + "tags": ["python", "trading", "backtesting", "algorithmic-trading", "fintech", "quantitative-finance", "stocks", "options", "crypto", "forex", "futures"] |
| 27 | + } |
| 28 | + ], |
| 29 | + "funding": { |
| 30 | + "channels": [ |
| 31 | + { |
| 32 | + "guid": "github-sponsors", |
| 33 | + "type": "payment-provider", |
| 34 | + "address": "https://github.com/sponsors/Lumiwealth", |
| 35 | + "description": "GitHub Sponsors" |
| 36 | + } |
| 37 | + ], |
| 38 | + "plans": [ |
| 39 | + { |
| 40 | + "guid": "development", |
| 41 | + "status": "active", |
| 42 | + "name": "Core Development & Maintenance", |
| 43 | + "description": "Ongoing development of Lumibot: new broker integrations, data source support, backtesting improvements, bug fixes, documentation, and community support.", |
| 44 | + "amount": 100000, |
| 45 | + "currency": "USD", |
| 46 | + "frequency": "one-time" |
| 47 | + } |
| 48 | + ], |
| 49 | + "history": [] |
| 50 | + } |
| 51 | +} |
0 commit comments