etoro-connector

Connect to eToro public APIs for real-time market data and portfolio analytics.

125|865|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill etoro-connector-signal-execution-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: etoro-connector
Source: https://github.com/Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/etoro-connector
Command: npx skills add https://github.com/Signal-Execution-Labs/forex-trading-ai-agent --skill etoro-connector-signal-execution-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides seamless access to eToro public APIs for traders and developers to retrieve real-time market data, discover and copy top investors, and analyze portfolios.

Core Features & Use Cases

  • Real-time Market Data: fetch quotes and market lists across stocks, crypto, ETFs, and more.
  • CopyTrader & Social: discover top traders, copy trades, and monitor social feed analytics.
  • Portfolio Analytics: obtain performance metrics and risk insights to guide decisions.
  • Use Case: A dev builds a trading dashboard that shows live prices, top investors, and your copied trades in one pane.

Quick Start

Install the skill, configure your ETORO_API_KEY, and run a sample workflow to fetch live prices and start copying a trader.

Frequently Asked Questions about etoro-connector

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate real-time eToro market data into my trading dashboard?

To integrate real-time eToro market data, use this TypeScript client library to connect to eToro public APIs, fetch live quotes across stocks and crypto, and display portfolio analytics within a unified dashboard pane.

Can I automate copy trading and discover top investors using eToro APIs?

Yes, you can automate copy trading through the eToro API integration, which enables discovering top traders, executing copied trades, and monitoring social feed analytics seamlessly within your automated workflows.

Do I need an API key to access eToro WebSocket endpoints for live prices?

Yes, accessing eToro WebSocket and REST endpoints requires a valid ETORO_API_KEY configured in your environment to authenticate real-time market data retrieval and execute copy trading actions.

What's the best way to retrieve portfolio analytics and risk insights from eToro?

The best way to retrieve portfolio analytics is using the eToro connector's export helpers, which obtain performance metrics and risk insights directly from the public APIs to guide your trading decisions.

Does eToro API integration support fetching market lists for ETFs and cryptocurrencies?

Yes, eToro API integration supports fetching market lists and real-time quotes across multiple asset classes, including stocks, ETFs, and cryptocurrencies, through both REST and WebSocket endpoints.