2024-10-30 07:02:12 +00:00
|
|
|
# IQFeed
|
|
|
|
|
2024-12-11 20:17:54 +00:00
|
|
|
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):
|
|
|
|
|
|
|
|
```shell
|
|
|
|
IQFEED_HOST=localhost
|
|
|
|
IQFEED_PORT=9100
|
|
|
|
```
|
|
|
|
|
2024-12-11 20:19:22 +00:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
The IQFeed module depends on the following Python packages:
|
|
|
|
|
|
|
|
```
|
|
|
|
pandas
|
|
|
|
python-dotenv
|
|
|
|
```
|
|
|
|
|
2024-10-30 07:02:12 +00:00
|
|
|
---
|