EOD Stock API - Intelligent Stock Market API
Intelligent Stock Market API - Offers You
EOD Stock API - Intelligent Stock Market API
Empowering Developers to Create Innovative Business & Trading Solutions suited for Todays AI & Digital Revolutions
Our mission is to provide developers with the resources & Information they need to create innovative and effective applications that solve real-world problems.
We are passionate about building tools and solutions that help modern businesses succeed in a constantly evolving Stock Market & Business Landscape during the AI & Digital Revolution.
Our API Gateway's and Stocks API Backend offer comprehensive solutions for enabling easy and reliable access to daily stock market data, business news & trends world-wide.
Get Access to 70+ Exchanges World Wide






Stock Market & Financial Data API's
- Fundamental Data
- EOD-Data
- Technical Data
- Financial News
- Exchanges Data
- Stock Tickers
- Options Data
- Sentiment Analysis
EOD Stock Market API Subscriptions - Free Trial Available
Basic
Get started with our basic plan. and get a one month free trial
- 5,000 requests per month
- 10,000 records per request
- Limited email support
- API documentation access
- Exchanges
- Stock Tickers
- EOD Data
- Financial News
- One Month Free Trial
- Price USD 10.00
Professional
Upgrade to our professional plan.
- 10,000 requests per month
- 50,000 records per request
- Priority email support
- API documentation access
- Exchanges
- Stock Tickers
- EOD Data
- Fundamentals
- Financial News
- Options Data
- Technical Data
- Sentiment Analysis
- Price USD 20.00
Business
Upgrade to our business plan.
- 50,000 requests per month
- 200,000 records per request
- 24/7 email and phone support
- API documentation access
- Dedicated account manager
- Exchanges
- Stock Tickers
- EOD Data
- Fundamentals
- Financial News
- Options Data
- Technical Data
- Sentiment Analysis
- Real Time Social Media Trends
- Price USD 50.00
Enterprise
Contact us for a custom enterprise plan.
- Unlimited Request Limits
- Custom records per request
- 24/7 email and phone support
- API documentation access
- Dedicated account manager
- SLA-backed uptime guarantee
- Exchanges
- Stock Tickers
- EOD Data
- Fundamentals
- Financial News
- Options Data
- Technical Data
- Sentiment Analysis
- Real Time Social Media Trends
- Price USD 100.00
SDKs
We offer SDKs in multiple programming languages to make integrating with our API a breeze. Our SDKs are available on GitHub, making it easy to get started.
-
Python
- Python Package @ GITHUB : Intelligent-Stock-Market-API
- Install from Pypi : Intelligent-Stock-Market-API
-
Or You can install from your python virtual environment using :
pip install Intelligent-Stock-Market-API
- Node.js
Documentations
Our API documentation is comprehensive and easy to follow. It includes code samples, detailed explanations, and examples of use cases. You can access our documentation at the following link:
Sample Code in Python
import requests url = 'https://gateway.eod-stock-api.site/api/v1/exchanges' headers = { 'Content-Type': 'application/json' } params = {'api_key':'API KEY HERE'} response = requests.get(url, headers=headers, params=params) print(response.json()) # Response { "message": "Exchange listings returned", "payload": [ { "code": "BA", "country": "Argentina", "currency_symbol": "ARS", "exchange_id": "RP5zfbmYel63f0Wc", "name": "Buenos Aires Exchange", "operating_mic": "XBUE" }, { "code": "AU", "country": "Australia", "currency_symbol": "AUD", "exchange_id": "Tl2hlbpejIQflm94", "name": "Australia Exchange", "operating_mic": "XASX" }] "status": True }