API Reference

87 Tools

Complete reference for all Aevorex API tools. All tools are accessible via natural language queries through your connected AI platform.

Base URL

**API Endpoint:** `https://api.aevorex.com/api/v1/mcp?apikey=demo` **Protocol:** JSON-RPC POST requests **Authentication:** API key in header or URL parameter

Test API Connection

Use this command to verify your connection and retrieve the complete tool list:

curl -X POST "https://api.aevorex.com/api/v1/mcp" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: demo" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Tool Categories

⚙️ Settings & Admin

User profile, usage tracking, and administrative tools

User Settings

  • • get_settings_user_usage
  • • get_settings_user_profile
  • • get_settings_user_health

Admin Tools

  • • get_settings_admin_health
  • • get_settings_admin_usage
  • • get_settings_admin_stats
  • • get_settings_admin_usage_user

📊 Macro Economic Data

Central bank rates, yield curves, and economic indicators

BUBOR Rates

  • • get_macro_bubor
  • • get_macro_bubor_latest
  • • get_macro_bubor_metadata
  • • get_macro_bubor_tenor

ECB Data

  • • get_macro_ecb_yield_curve
  • • get_macro_ecb_yield_curve_latest
  • • get_macro_ecb_policy_rates
  • • get_macro_ecb_policy_rates_latest

Federal Reserve

  • • get_macro_fed_policy_rates
  • • get_macro_fed_policy_latest
  • • get_macro_fed_search_series
  • • get_macro_fed_series_fred_series

📈 Stock Market Data

Real-time prices, fundamentals, news, and technical analysis

Price Data

  • • get_historical_stock_prices
  • • get_live_price_data
  • • get_intraday_historical_data
  • • get_real_time_data
  • • get_delayed_quotes

Fundamentals

  • • get_fundamentals_data
  • • get_bulk_fundamentals
  • • get_stock_earnings
  • • get_dividends
  • • get_stock_splits

News & Sentiment

  • • get_company_news
  • • get_stock_news
  • • get_sentiment_data
  • • get_sentiment_analysis
  • • get_news_word_weights

🔍 Trading & Analytics

Technical analysis, insider trading, and market intelligence

Technical Analysis

  • • get_technical_indicators
  • • get_technical_analysis

Insider Intelligence

  • • get_stock_insider_trading
  • • get_insider_transactions

📅 Calendar & Events

Earnings, dividends, IPOs, and economic events

Corporate Events

  • • get_calendar_earnings
  • • get_calendar_dividends
  • • get_calendar_splits
  • • get_calendar_ipos

Economic Events

  • • get_economic_events
  • • get_calendar_trends

Usage Notes

Natural Language Interface

You don't need to memorize these tool names. Simply ask your AI assistant in natural language: - *"Show me Tesla's latest earnings"* → `get_stock_earnings` - *"What are current Fed rates?"* → `get_macro_fed_policy_latest` - *"Any insider trading in Apple recently?"* → `get_stock_insider_trading`

Tool Parameters

Most tools accept these common parameters:

  • symbol - Stock ticker (e.g., "AAPL", "TSLA")
  • from - Start date (YYYY-MM-DD format)
  • to - End date (YYYY-MM-DD format)
  • tenor - Rate maturity (e.g., "1Y", "5Y", "10Y")