api - How can I get the closing price of a stock for a particular date -


I would like to be in a stock symbol and date of pulling the closing value. Anyone know of any good free APIs? If this is the case then it is for non-commercial use.

I know the easiest way is with Yahoo's Finance API here is an easy chart which has all the options Which you can pass (Read the full post, as it has been updated below):

Be aware of some things:

1) Know the difference between the adjusted and adjusted prices if you are not careful, the division will make your meaning unaccounted.

2) Do not forget the effects of mergers and spin-off, go back very far and you are almost sure to rubbish. For example, think about the case of AT & T, which was bought, disappeared for a while, and then the name was revived. The decades of real value history of AT & T are unavailable.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -