This section of the repository focuses on understanding and working with NASDAQ's financial market data protocols, including FIX (Financial Information Exchange), FAST (Fix Adapted for Streaming), and ITCH (Integrated Continuous High-frequency Trading). These protocols are crucial for handling financial data and building trading platforms or analytics systems.
- FIX Protocol: Learn the fundamentals of the Financial Information Exchange protocol, widely used for trading communication.
- FAST Protocol: Study the FAST protocol, an efficient encoding method for transmitting financial data.
- ITCH Protocol: Dive into the ITCH protocol for real-time market data feeds and its significance in high-frequency trading systems.
- AI and Data Engineering Integration: Explore how AI and data engineering techniques can enhance the processing and analysis of NASDAQ data.
To run the examples or scripts in this folder, ensure you have Python installed and the necessary libraries configured.
git clone https://github.com/smaruf/python-study.git
cd python-study/src/nasdaq
pip install -r requirements.txt