
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Intelligent-Stock-Market-API
Advanced tools
An Intelligent EOD Stock Market, Financial News & Financial Social Media Trends API
Intelligent Stock Market API provides end-of-day stock data worldwide, financial news, and financial social media trends for web application developers, researchers and service providers. The API covers over 150,000 tickers, stocks, mutual funds, and more from around the world. It offers information for any period, including daily, weekly.
Python 3.4+
you can install directly from pypi - find our package at Intelligent-Stock-Market-API
On Windows
pip install Intelligent-Stock-Market-API
On Linux
you may need to run pip
with root permission:
sudo pip install Intelligent-Stock-Market-API
Then import the package:
import IntelligentStockMarketAPI
Install via Setuptools.
On Windows
python setup.py install --user
On Linux
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import IntelligentStockMarketAPI
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import IntelligentStockMarketAPI
from IntelligentStockMarketAPI.rest import ApiException
from pprint import pprint
# To get your API KEY visit [Intelligent EOD Stock Market API](https://eod-stock-market-api.site/login)
# and create your free acoount
configuration = IntelligentStockMarketAPI.Configuration(
host = "https://gateway.eod-stock-api.site/api",
api_key = "SECRET API KEY"
)
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
# See configuration.py for a list of all supported configuration parameters.
# Enter a context with an instance of the API client
with IntelligentStockMarketAPI.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = IntelligentStockMarketAPI.EodApi(api_client)
date = '2022-02-02' # str |
exchange_code = 'TO' # str | "Country"="Canada", "name": "Toronto Exchange", "operating_mic": "XTSE"
try:
api_response = api_instance.v1_eod_date_exchange_code_get(date, exchange_code)
pprint(api_response)
except ApiException as e:
print("Exception when calling EodApi->v1_eod_date_exchange_code_get: %s\n" % e)
from __future__ import print_function
import time
import IntelligentStockMarketAPI
from IntelligentStockMarketAPI.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
# See configuration.py for a list of all supported configuration parameters.
configuration = IntelligentStockMarketAPI.Configuration(
host = "https://gateway.eod-stock-api.site/api",
api_key = "SECRET API KEY"
)
# To get your API KEY visit [Intelligent EOD Stock Market API](https://eod-stock-market-api.site/login)
# Enter a context with an instance of the API client
with IntelligentStockMarketAPI.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = IntelligentStockMarketAPI.ExchangesApi(api_client)
exchange_code = 'TO' # str | Toronto Exchange Canada
try:
api_response = api_instance.v1_exchange_exchange_with_tickers_code_exchange_code_get(exchange_code)
pprint(api_response)
except ApiException as e:
print("Exception when calling ExchangesApi->v1_exchange_exchange_with_tickers_code_exchange_code_get: %s\n" % e)
Get list of all News Upper Bound is an Integer indicating a total number of articles to return
from __future__ import print_function
import time
import IntelligentStockMarketAPI
from IntelligentStockMarketAPI.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://https://gateway.eod-stock-api.site/api
# See configuration.py for a list of all supported configuration parameters.
configuration = IntelligentStockMarketAPI.Configuration(
host = "http://https://gateway.eod-stock-api.site/api",
api_key = "SECRET API KEY",
)
# Enter a context with an instance of the API client
with IntelligentStockMarketAPI.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = IntelligentStockMarketAPI.FinancialNewsApi(api_client)
upper_bound = 56 # int |
try:
api_response = api_instance.v1_news_articles_bounded_upper_bound_get(upper_bound)
pprint(api_response)
except ApiException as e:
print("Exception when calling FinancialNewsApi->v1_news_articles_bounded_upper_bound_get: %s\n" % e)
from __future__ import print_function
import time
import IntelligentStockMarketAPI
from IntelligentStockMarketAPI.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://https://gateway.eod-stock-api.site/api
# See configuration.py for a list of all supported configuration parameters.
configuration = IntelligentStockMarketAPI.Configuration(
host = "http://https://gateway.eod-stock-api.site/api",
api_key = "SECRET API KEY",
)
# Enter a context with an instance of the API client
with IntelligentStockMarketAPI.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = IntelligentStockMarketAPI.FinancialNewsApi(api_client)
stock_code = 'stock_code_example' # str |
try:
api_response = api_instance.v1_news_articles_by_ticker_stock_code_get(stock_code)
pprint(api_response)
except ApiException as e:
print("Exception when calling FinancialNewsApi->v1_news_articles_by_ticker_stock_code_get: %s\n" % e)
All URIs are relative to https://gateway.eod-stock-api.site/api
FAQs
An Intelligent EOD Stock Market, Financial News & Financial Social Media Trends API
We found that Intelligent-Stock-Market-API demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.