This is a yahoo finance mapper for world indices. You can use this file to fetch the historical data using the YFinance API.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Analysis of ‘Time Series Forecasting with Yahoo Stock Price ’ provided by Analyst-2 (analyst-2.ai), based on source dataset retrieved from https://www.kaggle.com/arashnic/time-series-forecasting-with-yahoo-stock-price on 28 January 2022.
--- Dataset description provided by original source is as follows ---
Stocks and financial instrument trading is a lucrative proposition. Stock markets across the world facilitate such trades and thus wealth exchanges hands. Stock prices move up and down all the time and having ability to predict its movement has immense potential to make one rich. Stock price prediction has kept people interested from a long time. There are hypothesis like the Efficient Market Hypothesis, which says that it is almost impossible to beat the market consistently and there are others which disagree with it.
There are a number of known approaches and new research going on to find the magic formula to make you rich. One of the traditional methods is the time series forecasting. Fundamental analysis is another method where numerous performance ratios are analyzed to assess a given stock. On the emerging front, there are neural networks, genetic algorithms, and ensembling techniques.
Another challenging problem in stock price prediction is Black Swan Event, unpredictable events that cause stock market turbulence. These are events that occur from time to time, are unpredictable and often come with little or no warning.
A black swan event is an event that is completely unexpected and cannot be predicted. Unexpected events are generally referred to as black swans when they have significant consequences, though an event with few consequences might also be a black swan event. It may or may not be possible to provide explanations for the occurrence after the fact – but not before. In complex systems, like economies, markets and weather systems, there are often several causes. After such an event, many of the explanations for its occurrence will be overly simplistic.
#
#
https://www.visualcapitalist.com/wp-content/uploads/2020/03/mm3_black_swan_events_shareable.jpg">
#
#
New bleeding age state-of-the-art deep learning models stock predictions is overcoming such obstacles e.g. "Transformer and Time Embeddings". An objectives are to apply these novel models to forecast stock price.
Stock price prediction is the task of forecasting the future value of a given stock. Given the historical daily close price for S&P 500 Index, prepare and compare forecasting solutions. S&P 500 or Standard and Poor's 500 index is an index comprising of 500 stocks from different sectors of US economy and is an indicator of US equities. Other such indices are the Dow 30, NIFTY 50, Nikkei 225, etc. For the purpose of understanding, we are utilizing S&P500 index, concepts, and knowledge can be applied to other stocks as well.
The historical stock price information is also publicly available. For our current use case, we will utilize the pandas_datareader library to get the required S&P 500 index history using Yahoo Finance databases. We utilize the closing price information from the dataset available though other information such as opening price, adjusted closing price, etc., are also available. We prepare a utility function get_raw_data() to extract required information in a pandas dataframe. The function takes index ticker name as input. For S&P 500 index, the ticker name is ^GSPC. The following snippet uses the utility function to get the required data.(See Simple LSTM Regression)
Features and Terminology: In stock trading, the high and low refer to the maximum and minimum prices in a given time period. Open and close are the prices at which a stock began and ended trading in the same period. Volume is the total amount of trading activity. Adjusted values factor in corporate actions such as dividends, stock splits, and new share issuance.
Mining and updating of this dateset will depend upon Yahoo Finance .
Sort of variation of sequence modeling and bleeding age e.g. attention can be applied for research and forecasting
--- Original source retains full ownership of the source dataset ---
https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/
Full historical data for the S&P 500 (ticker ^GSPC), sourced from Yahoo Finance (https://finance.yahoo.com/).
Including Open, High, Low and Close prices in USD + daily volumes.
Info about S&P 500: https://en.wikipedia.org/wiki/S%26P_500
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
This data series of stock market indices includes FTSE 100(FTSE), AEX Index(AEX), DAX(GDAXI) and Straits Times Index(STI), from January 2007 to December 2017. And all these data is from a third party, downloaded with R software from 'Yahoo finance'.
https://www.ibisworld.com/about/termsofuse/https://www.ibisworld.com/about/termsofuse/
This report analyses movements in the Chicago Board Options Exchange (CBOE) Volatility Index. Known by its ticker symbol VIX, the CBOE Volatility Index is a real-time market index that indicates the stock market's expectation of volatility and is derived from the price inputs of the S&P 500 Index options - the S&P 500 is a US stock market index based on the market capitalisation of 500 large companies having common stock listed on the New York Stock Exchange (NYSE), the Nasdaq Stock Market (NASDAQ), or the Cboe BZX Exchange. Effectively, the VIX measures the degree of variation in S&P 500 stocks' trading price observed over a period of time. The data is sourced from Yahoo Finance, which ultimately derives from the CBOE, in addition to estimates by IBISWorld. The figures represent the average daily unadjusted close value of the index over the UK financial year (i.e. April through March).
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Morocco's main stock market index, the CFG 25, rose to 18224 points on June 24, 2025, gaining 2.65% from the previous session. Over the past month, the index has climbed 0.87% and is up 35.90% compared to the same time last year, according to trading on a contract for difference (CFD) that tracks this benchmark index from Morocco. Morocco Stock Market MASI - values, historical data, forecasts and news - updated on June of 2025.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Baltic Dry rose to 1,691 Index Points on June 9, 2025, up 3.55% from the previous day. Over the past month, Baltic Dry's price has risen 29.68%, but it is still 10.20% lower than a year ago, according to trading on a contract for difference (CFD) that tracks the benchmark market for this commodity. Baltic Exchange Dry Index - values, historical data, forecasts and news - updated on June of 2025.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Coffee rose to 360.10 USd/Lbs on June 9, 2025, up 0.73% from the previous day. Over the past month, Coffee's price has fallen 5.85%, but it is still 62.14% higher than a year ago, according to trading on a contract for difference (CFD) that tracks the benchmark market for this commodity. Coffee - values, historical data, forecasts and news - updated on June of 2025.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
This is a yahoo finance mapper for world indices. You can use this file to fetch the historical data using the YFinance API.