gaborvecsei / Stocks-Pattern-Analyzer

This tool should help discover different patterns based on similarity measures in historical (financial) data
Other
225 stars 81 forks source link

About this project for china stock market #11

Closed nkta3m closed 2 years ago

nkta3m commented 2 years ago

Hello,guys Thank you very much for this project, I have 2 questions:

  1. What is the purpose of the s&p list? If I were to target the Chinese stock market, should this section be replaced by a Chinese version of the list?
  2. Symblos can set my own list individually, do I still need the list mentioned above?
gaborvecsei commented 2 years ago

The S&P500 list (https://github.com/gaborvecsei/Stocks-Pattern-Analyzer/blob/master/rest_api.py#L35) is there just to retrieve the tickers in the list. This way we have access to all of those companies and we don't need to define them manually.

If you'd like to include other symbols as well use the symbols.txt as stated here: https://github.com/gaborvecsei/Stocks-Pattern-Analyzer#run-it-locally or you can edit the code

nkta3m commented 2 years ago

Thanks for the reply, I have switched to the Chinese list and stock symbols. thank you.

gaborvecsei commented 2 years ago

Nice! You are welcome