Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Learn about NASDAQ FIX, FAST, and ITCH Server and Protocol with AI and Data Engineering

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.

Topics Covered

  • 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.

Usage

To run the examples or scripts in this folder, ensure you have Python installed and the necessary libraries configured.

Clone the repository

git clone https://github.com/smaruf/python-study.git

Navigate to the nasdaq folder

cd python-study/src/nasdaq

Install required dependencies

pip install -r requirements.txt

Additional Resources