marketstore
marketstore copied to clipboard
IEX plugin improvements
The PR includes 2 small changes:
- Put IEX plugin configuration in actual use
- Implement simple filtering of IEX supported symbols to reduce the amount of gathered data. The current implementation show an example with symbols within
SPY
Thanks for the interesting patch. I think there are use cases for this. But I don't think hard-coded list of symbol is suitable as a general purpose. Why don't you make it fully configurable to specify which symbols to filter?
Sure, I will push the update soon
Actually, now I am thinking that you can kind of filtering the symbols if you specify them in the configuration of the iex
plugin. But if you want to gather a specific set of symbols the configuration file can grow and become hard to manage.How about implementing filters for NASDAQ sectors:
Aerospace
, Auto-Tires-Trucks
, Basic Materials
, Business Services
, Conglomerates
, Computers and Technology
, Consumer Discretionary
, Consumer Staples
, Construction
, Finance
, Industrial Products
, Medical
, Oils-Energy
, Retail-Wholesale
, Transportation
, Utilities
?
I agree it's better to specify high-level query term to make it dynamic set of symbols.