World Trading Data

GET https://intraday.worldtradingdata.com/api/v1/intraday?symbol=AAPL&range=1&interval=1&api_token=demo-token

Visualizes the intraday highs and lows of a company's stock, where each point is a moment in time. This template string uses time as the x-axis.

The data here is from https://worldtradingdata.com. Sign up for a free 250 daily requests to get access to a plethora of stock data, current and historical!

Sample JSON response { "symbol": "AAPL", "stock_exchange_short": "NASDAQ", "timezone_name": "America/New_York", "intraday": { "2019-11-15 15:59:00": { "open": "265.53", "close": "265.75", "high": "265.78", "low": "265.40", "volume": "625349" }, "2019-11-15 15:58:00": { "open": "265.42", "close": "265.54", "high": "265.55", "low": "265.39", "volume": "212103" }, "2019-11-15 15:57:00": { "open": "265.37", "close": "265.42", "high": "265.48", "low": "265.30", "volume": "181425" }, "2019-11-15 15:56:00": { "open": "265.41", "close": "265.36", "high": "265.43", "low": "265.30", "volume": "167222" }, "2019-11-15 15:55:00": { "open": "265.21", "close": "265.41", "high": "265.48", "low": "265.19", "volume": "285696" }, "2019-11-15 15:54:00": { "open": "265.14", "close": "265.20", "high": "265.25", "low": "265.09", "volume": "244894" }, "2019-11-15 15:53:00": { "open": "265.13", "close": "265.16", "high": "265.20", "low": "265.11", "volume": "92420" }, "2019-11-15 15:52:00": { "open": "265.18", "close": "265.13", "high": "265.20", "low": "265.09", "volume": "73052" }, "2019-11-15 15:51:00": { "open": "265.16", "close": "265.18", "high": "265.20", "low": "265.13", "volume": "93647" }, "2019-11-15 15:50:00": { "open": "265.09", "close": "265.16", "high": "265.20", "low": "265.08", "volume": "160208" }, "2019-11-15 15:49:00": { "open": "265.06", "close": "265.08", "high": "265.12", "low": "265.05", "volume": "77952" }, "2019-11-15 15:48:00": { "open": "265.04", "close": "265.07", "high": "265.10", "low": "265.03", "volume": "56481" }, "2019-11-15 15:47:00": { "open": "265.02", "close": "265.04", "high": "265.10", "low": "264.99", "volume": "53141" } . . . } }

Sample Scatter Plot

alt text

Request Params

KeyDatatypeRequiredDescription
symbolstring
rangenumber
intervalnumber
api_tokenstring