I am trying to get symbols list of some GICS subindustries and I am having an strange issue.
The code
GICSlist = CategoryGetSymbols(categoryGICS, 45202030);
does not return anything. When I try the code with other subindustry index instead of 45202030, for example 45202020, it works ok, but with some other GICS subindustries, including this one, does not work. If I use the index for the industry "452020", instead the subinudstry "45202030", it works right.
I am using Norgate Data, so all the GICS tree is filled right.
In order to isolate the problem I have made a new database with only one ticker, AAPL, and I have filled the quotes from Yahoo with AmiQuote. The problem persist.
As you can see in the screenshots below:
- AAPL assigned to GICS 45202030: Code does not return the ticker.
- AAPL assigned to GICS 45202030 but changing code to use 452020: OK, returns the ticker.
- AAPL assigned to GICS 45202020: OK, returns the ticker.
I apologize for any mistake, I am a new AmiBroker user and this is my first post.
Thank you in advance.