Go to file
2024-12-12 00:31:39 -08:00
iqfeed Re-order intraday data columns, add a time column, and rename volume column 2024-11-22 11:45:06 -08:00
.gitignore Update .gitignore for iqfeed module 2024-12-12 00:31:39 -08:00
market_depth.py Add script for streaming market depth data from IQFeed 2024-04-04 05:49:02 -07:00
pyproject.toml Add pyproject.toml for iqfeed module 2024-12-11 12:10:31 -08:00
README.md Add dependencies to iqfeed module documentation 2024-12-11 12:19:22 -08:00

IQFeed

This module provides an interface for requesting data from IQFeed.

The following environment variables must be defined in order to communicate with an existing IQFeed connection (e.g., via IQLink):

IQFEED_HOST=localhost
IQFEED_PORT=9100

Dependencies

The IQFeed module depends on the following Python packages:

pandas
python-dotenv