Retrieves aggregated OHLCV (Open, High, Low, Close, Volume) data for US stocks only. Supports stock symbols like AAPL, MSFT, GOOGL. Does NOT support forex pairs (EUR/USD, GBP/USD), commodities (XAU/USD for gold), or cryptocurrencies - those require separate forex/crypto endpoint…
sortstringSort results by timestamp. 'asc' for ascending (oldest to newest), 'desc' for descending
timeRequiredstringBase time period unit for aggregation. Combines with 'multiply' to set interval (e.g., time='minute' with multiply=5 creates 5-minute bars).
limitintegerMaximum number of results to return. Default is 100, maximum is 5000. If limit is too low for the requested date range and interval, older bars are silently truncated — increase limit (up to 5000) or use a coarser interval for long time windows.
symbolRequiredstringUS stock ticker symbol. Only supports stock symbols like 'AAPL', 'MSFT', 'GOOGL'. Does NOT support forex pairs (EUR/USD), commodities (XAU/USD), or crypto. For forex/commodity data, use a forex-specific API endpoint.
to_dateRequiredstringEnd date in YYYY-MM-DD format
end_timestringEnd time in UTC (e.g., '17:45')
multiplyRequiredintegerTime multiplier that combines with 'time' to set the aggregation interval. For example, multiply=5 with time='minute' gives 5-minute bars; multiply=1 with time='day' gives daily bars.
from_dateRequiredstringStart date in YYYY-MM-DD format Non-trading days, weekends, and holidays are skipped — gaps in returned bars are expected and do not indicate errors or zero values.
dbt_filterbooleanDaily-based time filter. Default is false
start_timestringStart time in UTC (e.g., '17:30')
unadjustedbooleanUnadjust the prices. Default is true
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.