Commit Graph

25 Commits

Author SHA1 Message Date
a42a3583d7 Update .gitignore for iqfeed module 2024-12-12 00:31:39 -08:00
c559274cfa Add dependencies to iqfeed module documentation 2024-12-11 12:19:22 -08:00
748d7e5621 Add description to IQFeed module documentation 2024-12-11 12:17:54 -08:00
33f19a004e Remove setup.py after switching to pyproject.toml 2024-12-11 12:11:40 -08:00
334cd4e440 Remove requirements.txt as it is no longer necessary after adding a pyproject.toml 2024-12-11 12:11:22 -08:00
4a9e37d396 Add pyproject.toml for iqfeed module 2024-12-11 12:10:31 -08:00
8e78ee15ce Re-order intraday data columns, add a time column, and rename volume column 2024-11-22 11:45:06 -08:00
b2a15b86ea Re-order daily data columns and rename volume column 2024-11-22 11:44:18 -08:00
3ffa498348 Add lists of columns available for IQFeed lookups 2024-11-22 11:43:24 -08:00
67754b0f93 Increase max days when looking up daily data by 1 to account for the scenario where daily data is available for the current date 2024-11-22 11:42:26 -08:00
4e36de7bf0 Check for NaNs before returning historical intraday data 2024-11-13 07:28:41 -08:00
575e106f32 Refactor empty data check so that there is only one return statement 2024-11-12 06:35:52 -08:00
07b3af1877 Handle scenario where historical data is unavailable for the specified date(s) 2024-11-12 06:33:08 -08:00
ace4fe91ea Convert date column to date object when returning historical intraday data 2024-11-11 09:36:10 -08:00
0f696e4a77 Add .gitignore for IQFeed module repository 2024-10-30 00:03:30 -07:00
9fe9b6fdfa Trivial change to IQFeed README 2024-10-30 00:02:12 -07:00
ec54fca78a Add script for streaming market depth data from IQFeed 2024-04-04 05:49:02 -07:00
c0646ed021 More trivial formatting changes 2024-03-30 06:20:14 -07:00
f7f10a1003 Re-order imports so that they are in alphabetical order 2024-03-30 06:18:43 -07:00
8bf31cde1d Add support for querying a single day's worth of historical OHLC data 2024-03-30 06:18:04 -07:00
9fed98b37d Display historical data in example query rather than saving a CSV file 2024-03-30 06:11:10 -07:00
04721ae4fe Trivial formatting changes 2024-03-30 06:04:52 -07:00
ec4cca5869 Look up host and port from environment variables and add some short-hand imports for clients 2023-09-29 12:21:39 -07:00
71379aba8e Initial commit of IQFeed API client 2023-09-15 13:09:39 -07:00
Moshferatu
f12b5edf8c
Initial commit 2023-01-24 08:49:08 -08:00