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

Can this be tweaked for Indian stock market? #10

Closed Napster158 closed 3 years ago

Napster158 commented 3 years ago

I tried manually with a custom symbols list and made a few more changes for a different wiki link and table header name but didn't seem to work. Wondering if it can be slightly tweaked to work with NSE/BSE in India?

gaborvecsei commented 3 years ago

It most certainly can.

First of all, make sure you use the right symbols. Firsts check it out on Yahoo Finance - because this is where the data is from.

If you'd like to use some other service then yfinance, you can modify this part of the code to make it compatible with the other service: https://github.com/gaborvecsei/Stocks-Pattern-Analyzer/blob/master/stock_pattern_analyzer/data.py#L13