iqfeed/README.md

12 lines
266 B
Markdown

# 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):
```shell
IQFEED_HOST=localhost
IQFEED_PORT=9100
```
---