Stocks and Forex now available

December 5, 2022

We are excited to announce that technical analysis on US stocks and forex is now available through our API! This highly requested feature is now open to all our users on all paid plans.

Thanks to our partnership with Polygon.io, a leading provider of real-time price data, you can now access technical analysis on forex and US stocks in real time. This means you can easily get all the technical indicators you are used to on crypto, but now also on all US stocks like AAPL, TSLA, META and forex.

We believe this valuable new feature will greatly enhance your trading experience and help you make more informed and profitable decisions. Thank you for choosing TAAPI.IO and happy trading!

{
	"secret": "{{ secret }}",
	"construct": {
		"type": "stocks",
		"provider": "polygon",
		"providerSecret": "{{ polygon_secret }}",
		"symbol": "TSLA",
		"interval": "1d",
		"indicators": [
			{
				"indicator": "rsi",
				"period": 14
			},
			{
				"indicator": "ema",
				"period": 50
			},
			{
				"indicator": "ema",
				"period": 200
			},
			{
				"indicator": "macd"
			},
			{
				"indicator": "stochrsi"
			}
		]
	}
}