Daily prices of shares for a majority of public companies around
the world are available.
Use the symbol search utility
from yahoo to identify a ticker (e.g. CSCO for Cisco Systems) and
choose a short (1 year) time interval first to limit the amount
of data. The selector defines the output format.
More information under this link. You need to
login to enjoy an unrestricted access;
open learners may however follow the links below the applet to display
relevant examples spanning over the period 1990--2004.
MKTSolution applet:
select one or several quantites in the table and press Draw.
Click inside the plot area, check the browser status field and the
java console to visualize the trading date
and measure; the data can also be downloaded using the selectors above.Here below is a list of symbols with a link to the market data
from the last 14 years...
- ^TNX 10 years US treasury bond yield (carefull: bond yield, not price)
- ^TYX 30 years US treasury bond yield (carefull: bond yield, not price)
- ^SSEBI Shanghai exchange bond index
- ^RXTB Stockholm exchange bond index
- ^LXD Nasdaq stock market index
- ADI Analogue Devices (electronics)
- BA Boeing (airplanes)
- COKE Coca-Cola (beverages)
- CSCO Cisco (Internet)
- CVX Chevron Texaco (energy)
- DIS Disney (entertainment)
- DNA Genentech (biotech)
- EBAY Ebay (auctions)
- GM General motors (cars)
- IBM IBM (computers)
- INTC Intel (micro-chips)
- KFT Kraft (food)
- LMT Lokheed Martin (warfare)
- MO Philip Morris (food)
- JPM JP Morgan (bank)
- HIT Hitachi (consumer electronics)
- HMC Honda (cars)
- SNE Sony (consumer electronics)
- ABB ABB (electrical engineering)
- AZN Astra Zenecca (pharma)
- ERICY Ericsson (consumer electronics)
- NOK Nokia (consumer electronics)
- PHG Philips (consumer electronics)
- VOLVY Volvo (cars)
Note: daily quotes (Date, Open, High, Low, Close, Volume, Adjusted Close)
appear with the last quote first in the csv format.
With Matlab, you can download the file with suppressed days using the command load
and then reverse the numbering using the command flipud.
|