developer-toolsapi_key

Finage

Finage provides secure RESTful APIs for real-time and historical financial market data covering stocks, forex, cryptocurrencies, indices, ETFs, and commodities.

Verdict

Finage gives your team real-time and historical stock market data without leaving Switchy. @mention it to pull quotes, OHLCV aggregates, market news, or end-of-day closes for any ticker. Analysts and traders get instant answers about price movements, volume trends, and market status. Researchers can fetch historical ranges to spot patterns. The MCP handles US equities well; international coverage and alternative assets depend on your Finage plan tier. You'll need an API key from Finage before connecting.

Common use cases

  • Check pre-market quotes before trading opens
  • Pull historical OHLCV for technical analysis
  • Monitor market status across multiple exchanges
  • Summarize overnight news for portfolio tickers
  • Compare yesterday's close to today's open

Integration

Vendor
Finage
Category
developer-tools
Auth
API_KEY
Tools
10
Composio slug
finage

Tools

  • Get Stock End-of-Day 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

  • Get Stock Historical Data

    This tool will fetch historical daily stock data for a given stock symbol between specified dates. it provides ohlcv data (open, high, low, close, volume) and is independent, requiring only the stock symbol, date range inputs, and authentic

  • Get Stock Last Quote

    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 w

  • Get Stock Market Aggregates

    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

  • Get Stock Market News

    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 res

  • Get Stock Market Snapshot

    This tool provides a comprehensive snapshot of the us stock market data, allowing users to get the latest quotes and trades for multiple stocks in a single api request. it is ideal as the first tool because it offers broad market coverage,

  • Get Stock Market Status

    This tool retrieves the current market status for various stock exchanges by determining if markets are open or closed. it requires an api key and returns details such as the market type, server time, and next open/close times, which are es

  • Get Stock Previous Close Data

    This tool retrieves the previous day's closing data for a specific stock symbol. it provides essential trading information including the opening price, highest price, lowest price, closing price, trading volume, and timestamp for the previo

  • Get Stock Quote

    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.

  • Get Stock Tick Data

    The stock tick data api provides detailed tick-by-tick trading data for a specific stock symbol. this endpoint is crucial for precise market analysis and high-frequency trading applications.

Setup

Setup guide

  1. 11. In Switchy, open your workspace settings and navigate to the Integrations tab. 2. Find Finage in the MCP directory and click Connect. 3. You'll be prompted to paste your Finage API key — get this from your Finage dashboard under API Access or Account Settings. 4. Grant read access to market data endpoints when Switchy requests permission. 5. Click Save to complete the connection. 6. Open any Space and type '@Finage what's the latest quote for AAPL?' to confirm the integration works. 7. If the response includes bid, ask, and timestamp data, you're ready. 8. To invoke other tools, address Finage directly in your prompt and specify the ticker symbol, date range, or aggregation period you need.

What teammates see: by default, memories from Finage are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Latest Quote Check

@Finage get the latest quote for TSLA and tell me the bid-ask spread
Open in a Space →

Historical Price Range

@Finage fetch historical data for NVDA from January 1 2024 to March 31 2024 and summarize the high and low
Open in a Space →

Overnight News Digest

@Finage get the latest market news for AMZN and highlight any earnings or product announcements
Open in a Space →

Previous Close Comparison

@Finage retrieve the previous close for SPY and compare it to this morning's opening price
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@Finage what were AAPL's opening, high, low, and closing prices yesterday? Also show me the trading volume.

Output

Based on the previous close data for AAPL, here's yesterday's trading summary: The stock opened at $178.32, reached a high of $181.45, dipped to a low of $177.89, and closed at $180.67. Trading volume was approximately 52.3 million shares. This represents a gain of 1.3% from the prior session's close. Note that this is illustrative data showing the typical response format—actual values will reflect real market conditions when queried.

Notes

This example demonstrates the MCP's ability to fetch historical OHLCV (Open, High, Low, Close, Volume) data for individual stocks. Requires a valid Finage API key with market data access. Data is typically delayed 15 minutes for free-tier keys; real-time access requires a premium subscription. Best used for post-market analysis rather than live trading decisions.

Prompt

@Finage get me the latest market news related to TSLA and NVDA from the past 24 hours, then summarize the key themes.

Output

Here are recent headlines for TSLA and NVDA: (1) 'Tesla Announces Q4 Delivery Numbers Beat Expectations' - discusses 15% YoY growth in vehicle deliveries. (2) 'NVIDIA Partners with Major Cloud Provider for AI Infrastructure' - covers new enterprise agreements. (3) 'EV Market Faces Headwinds as Incentives Expire' - broader sector analysis. Key themes: Tesla's operational momentum remains strong despite sector challenges, while NVIDIA continues expanding its AI infrastructure footprint through strategic partnerships. Both stocks show divergent sector dynamics—automotive facing policy uncertainty, semiconductors riding AI demand.

Notes

This example showcases the MCP's news retrieval capability combined with AI synthesis. The news tool can filter by specific symbols, making it useful for targeted research. Be aware that news freshness depends on Finage's feed latency (typically 5-15 minutes). The AI's summarization adds context but shouldn't replace reading full articles for trading decisions. Rate limits apply: free tiers typically allow 100 requests/day.

Prompt

@Finage check if the US stock market is currently open, and if it is, get me real-time quotes for SPY, QQQ, and DIA.

Output

The US stock market is currently open (NYSE and NASDAQ trading hours: 9:30 AM - 4:00 PM ET). Here are the latest quotes: SPY is trading at $478.23 (bid) / $478.25 (ask) with bid size 800 and ask size 1,200 shares. QQQ shows $412.67 / $412.69 with sizes 500/900. DIA is at $381.45 / $381.47 with sizes 600/1,100. All timestamps are within the last 30 seconds. This illustrative example shows how the MCP combines market status checks with live quote data to provide actionable trading information.

Notes

This example demonstrates chaining two tools: market status verification followed by real-time quote retrieval. The market status tool checks multiple exchanges (NYSE, NASDAQ, etc.) and returns server time for synchronization. Quote data includes bid/ask spreads and depth, critical for execution planning. Free-tier API keys receive delayed quotes (15-20 minutes); real-time access requires paid plans. Always verify market hours before relying on quote freshness.

Use-case deep-dives

Daily portfolio review for angel investors

When Finage beats spreadsheet chaos for small investor groups

A three-person angel syndicate checks their 12-stock portfolio every morning before market open. They used to copy-paste Yahoo Finance data into a shared Google Sheet, which broke whenever someone forgot to update it. Finage's Get Stock Previous Close Data and Get Stock End-of-Day Data tools pull yesterday's OHLCV in one call, and the Get Stock Market Status tool tells them if pre-market data is live yet. This works cleanly for portfolios under 50 stocks where you need yesterday's close and today's snapshot, not tick-by-tick feeds. If your group trades intraday or watches more than 100 symbols, you'll hit rate limits fast and need a dedicated terminal. For morning standup portfolio checks, Finage keeps everyone looking at the same numbers without the spreadsheet version-control nightmare.

Quarterly earnings research for SaaS founders

Why Finage's news tool matters for competitive intelligence sprints

A four-person B2B SaaS team runs a quarterly competitive-intel sprint where they track public comps' earnings and product announcements. They use Finage's Get Stock Market News filtered by competitor ticker symbols to pull headlines and sentiment into a shared Switchy thread, then cross-reference with Get Stock Historical Data to see if stock moves correlate with feature launches. This beats manually checking six different investor-relations sites because the news tool aggregates by symbol and timestamps everything. The trade-off: Finage's news feed is financial-focused, so if you need product-launch details or customer reviews, you'll still scrape TechCrunch separately. For teams that want a single API call to answer 'what did our public competitors announce this quarter,' Finage closes the loop without building a custom scraper.

Weekly market-timing check for fractional CFOs

When aggregates beat real-time for cash-deployment decisions

A fractional CFO advising three early-stage startups checks market conditions every Monday to decide if clients should deploy cash reserves into index funds or wait. She uses Finage's Get Stock Market Aggregates with weekly multipliers to see if SPY or QQQ had unusual volume or volatility patterns over the past month, then pulls Get Stock Last Quote for current bid-ask spreads before recommending a wire. This scenario works because she's making one decision per week per client, not day-trading. If you're a full-time treasury team rebalancing daily, Finage's 10-tool scope is too narrow and you need Bloomberg. For fractional finance leaders who bill hourly and need a five-minute market check without opening a brokerage app, Finage's aggregate tools answer the 'is now a weird time to buy' question in one API call.

Frequently asked

What does the Finage MCP do in Switchy?

It pulls real-time and historical stock market data—quotes, OHLCV bars, news, and market status—directly into your Switchy workspace. Your AI can answer questions about stock prices, compare tickers, or summarize market moves without you leaving the chat. Useful for teams tracking portfolios, building financial models, or researching equities.

Do I need a Finage account to use this MCP?

Yes. You'll need a Finage API key, which you paste into Switchy's connection screen. Finage offers free and paid tiers; the free tier throttles requests and limits historical lookback. If your team hits rate limits, upgrade your Finage plan—Switchy just passes the key through.

Can the Finage MCP execute trades or manage a portfolio?

No. It's read-only market data. You get quotes, historical bars, and news—nothing that places orders or modifies positions. If you need trade execution, connect a brokerage MCP separately or use your broker's own platform alongside Switchy for analysis.

How does this compare to pulling Finage data via API myself?

Same data, zero code. The MCP handles auth, pagination, and error messages so your AI can query stocks in plain English. If you're already piping Finage into a dashboard or script, keep that workflow. Use the MCP when you want conversational access—ask "What's AAPL's 52-week high?" and get an answer instantly.

Who on the team should connect the Finage MCP?

Whoever owns your Finage subscription and can share the API key. Once connected in Switchy, everyone in the workspace can query market data through the AI. Usage counts against your Finage rate limits, not Switchy's—so monitor your plan if multiple people hammer it daily.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.