A new command, getsymbols, is up in ssc. I thank Chris Baum for uploading the command.
getsymbols collects and integrates time series of symbols (e.g. stock tickers, indexes, economic series) from any of the following sources: Quandl, Yahoo Finance, Google Finance and Alpha Vantage. The symbols must be equal to those used in the corresponding source. Quandl is a repository of hundreds of free and premium databases, and each database usually has many series. Examples of FREE Quandl databases are: WIKI, Chicago Mercantile Exchange Futures, Chicago Board Options Exchange, Federal Reserve Economic Data, London Stock Exchange, Franfurt Stock Exchange, Tokyo Stock Exchange, National Stock Exchange of India, NASDAQ OMX Global Index Data, Yale Department of Economics, World Bank databases, etc. Google Finance has only stock daily data from several countries. Yahoo Finance has stock quotes and market indexes, and ETF's from many countries. Alpha Vantage has stock quotes, marke iindexes, and also cryptocurrency quotes. This command works with Stata 13 or above.
To install the command, go to Stata command line and type
.
Author: Carlos Alberto Dorantes, Tecnológico de Monterrey, Querétaro Campus, Querétaro, México.
Email: [email protected]
getsymbols collects and integrates time series of symbols (e.g. stock tickers, indexes, economic series) from any of the following sources: Quandl, Yahoo Finance, Google Finance and Alpha Vantage. The symbols must be equal to those used in the corresponding source. Quandl is a repository of hundreds of free and premium databases, and each database usually has many series. Examples of FREE Quandl databases are: WIKI, Chicago Mercantile Exchange Futures, Chicago Board Options Exchange, Federal Reserve Economic Data, London Stock Exchange, Franfurt Stock Exchange, Tokyo Stock Exchange, National Stock Exchange of India, NASDAQ OMX Global Index Data, Yale Department of Economics, World Bank databases, etc. Google Finance has only stock daily data from several countries. Yahoo Finance has stock quotes and market indexes, and ETF's from many countries. Alpha Vantage has stock quotes, marke iindexes, and also cryptocurrency quotes. This command works with Stata 13 or above.
To install the command, go to Stata command line and type
Code:
ssc install getsymbols
Author: Carlos Alberto Dorantes, Tecnológico de Monterrey, Querétaro Campus, Querétaro, México.
Email: [email protected]
Comment