Finage provides secure RESTful APIs for real-time and historical financial market data covering stocks, forex, cryptocurrencies, indices, ETFs, and commodities.
This tool retrieves real-time stock quote information for a given stock symbol. it provides current price, price changes, trading volume, and other key market data.
This tool retrieves the end-of-day data for a specific stock symbol. it provides the opening price, highest price, lowest price, closing price, trading volume, and timestamp for the most recent completed trading day, making it essential for investors and analysts seeking daily summary data without intraday details.
Fetches historical stock data for us stocks from finage api. this tool retrieves ohlcv (open, high, low, close, volume) data for specified date ranges. example: get aapl stock data for the last 30 days with daily intervals. requirements: - symbols must be alphabetic us ticker symbols in english - no numeric-only symbols - no exchange prefixes or suffixes - standard ticker format only (typically 1-5 characters) for supported symbols and complete documentation, visit: https://finage.co.uk/docs
This tool fetches the latest quote information for a specific stock symbol, providing real-time bid and ask prices, along with their respective sizes and a timestamp. it is essential for trading and market analysis, fetching a json object with details like symbol, ask, bid, asize, bsize, and timestamp.
This tool retrieves aggregated ohlcv (open, high, low, close, volume) data for stocks over specified time periods. it allows users to provide parameters such as stock symbol, time multiplier, aggregation period, start date, and end date to obtain market aggregates.
This tool retrieves the latest market news from finage's api. it provides comprehensive market news and updates, including news filtering by specific stock symbols, thereby supporting real-time market insights, investment decisions, and research on market trends.