Question

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

Was it helpful?

Solution

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

OTHER TIPS

Based on google finance, this link should work link Just remember to replace "," comma with semi-colon ";"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top