I need the value of Simple Moving Average for each day for Historical data? Is there a way?
Or just for last day?
SMA 20-day, SMA 5-day, SMA 50-day
All this stuff via API or .csv output
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Doing a quick google search, I could find a page which answered this here which explains which special parameters to pass to query the API. Check it out and see if it satisfies your needs or not.
You can use YQL to query this data from the API specified in the link. The link to YQL console to test this can be accessed here