Key Features
Data Ingestion for Bundles:
- Ziplime allows users to ingest data into bundles using an API key from Limex DataHub. This enables access to a wide range of financial datasets for backtesting. To obtain the necessary API key, visit Limex DataHub
- After acquiring your key, set it as an environment variable:
- You can then use commands to ingest data, such as:
Live Trading Execution:
- The Ziplime library for live trading can be found on PyPI here, providing a robust and flexible toolset for building sophisticated trading systems.
- For live trading, you do not need an API key from Limex DataHub as it does not rely on data bundles. However, you must have a Lime account and configure your
credentials.jsonfile with the necessary account information - Save this file as an environment variable (for Windows use SET command):
- Execute your trading strategy with:
This section provides an overview of the Ziplime library, emphasizing its data ingestion and live trading capabilities for advanced users.
