End of day pricing data - KamarajuKusumanchi/market_data GitHub Wiki
Check if these are any useful
hongtaocai forked the cgoldberg repository and added a test case to check for pep8 conformance. Check if there are any other differences besides this.Is there an easy way to view the difference between two github forks?
Sample link to get EOD data from Google Finance:
This will dump data in a csv file.Can we use this to get EOD data or is it just for real-time data?
- alpha vantage
- their website - https://www.alphavantage.co/
- their api documentation - https://www.alphavantage.co/documentation/
- faq - https://www.alphavantage.co/support/
- information on premium api key - https://www.alphavantage.co/premium/
- There is also https://github.com/RomelTorres/alpha_vantage which provides a python wrapper for Alpha Vantage API. What are the advantages of using this instead of getting data directly from API?
- NSE
- sample link - https://www.nseindia.com/products/content/equities/equities/equities.htm
- Questions I have
- Do they offer any free data or do you have to pay for everything?
- Is this only for Indian equities? or do they have data for other markets?