Sources of market data to test algorithms

sriramshankar
Hi,

I am trying to automate some algos using MACD and EMAs on different securities. I wanted to know:
1. If the historical data API contains statistics like EMA, MACD too (for different intervals)?
2. If there are any datasets on the internet that can provide me with this data?
  • rajnivp
    You have to calculate it on your side using libraries like pandas, Ta-lib etc
Sign In or Register to comment.