Retrieves end-of-day historical stock price data for a specific ticker symbol from the QUOTEMEDIA database. Returns OHLC (Open, High, Low, Close) prices, volume, and dividend/split information. Note: This provides historical end-of-day data, not live real-time quotes.
tickerRequiredstringThe stock ticker symbol to fetch price data for (e.g., AAPL, MSFT, GOOGL).
date_gtestringFilter for dates greater than or equal to this date (format: YYYY-MM-DD). If not specified, returns recent historical data.
date_ltestringFilter for dates less than or equal to this date (format: YYYY-MM-DD).
per_pageintegerNumber of rows to return per page (max 10000). Defaults to 100 if not specified.
cursor_idstringCursor ID for fetching the next page of results. Obtain this from the 'next_cursor_id' field in a previous response.
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.