US stocks real-time and historical data available

September 8, 2023

Our most requested feature is now finally live! We are excited to bring you unmatched real-time technical analysis on stocks as part of our paid plans. Get RSI, MACD, moving averages, StochRSI and other 200+ of our technical indicators (including pattern recognition) on the most popular US equities. Daily RSI of AAPL, TSLA, MSFT? No problem, just ask TAAPI.

US stocks data are available as part of our Pro and Expert paid plans. If you are already a subscriber, you can easily switch to a variation of your plan that includes stocks data.

Getting real-time price can’t be easier

https://api.taapi.io/price?symbol=AAPL&interval=1d&type=stocks&secret=APIKEY

Query multiple indicators in one call

{
	"secret": "APIKEY",
	"construct": {
		"type": "stocks",
		"symbol": "AAPL",
		"interval": "1h",
		"indicators": [
			{
				"indicator": "price"
			},
			{
				"indicator": "rsi"
			},
			{
				"indicator": "ema",
				"period": 200
			}
		]
	}
}

Get multiple indicators like price, RSI and EMA(200) in one efficient API query like this.

If you have used TAAPI before with cryptocurrencies, switching to stocks cannot be easier. Here’s all you need to know including code examples: https://taapi.io/documentation/stocks/

Try technical analysis on US stocks today and get in touch if there’s anything we can do to help.