
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Quantmod Python package is inspired by the quantmod package for R. This new tool is designed to assist quantitative traders and data analysts with the development, testing, and rapid prototyping of trading strategies. quantmod features a straightforward and intuitive interface aimed at simplifying workflows and boosting productivity.
The easiest way to install quantmod is using pip:
pip install quantmod
# Retrieves market data & ticker object
from quantmod.markets import getData, getTicker
# Option price
from quantmod.models import OptionInputs, BlackScholesOptionPricing, MonteCarloOptionPricing
# Risk measures
from quantmod.risk import RiskInputs, ValueAtRisk, ConditionalVaR, VarBacktester
# Calculates price return of different time period.
from quantmod.timeseries import *
# Technical indicators
from quantmod.indicators import ATR
# Derivatives functions
from quantmod.derivatives import maxpain
# Datasets functions
from quantmod.datasets import fetch_historical_data
Refer to the examples section for more details.
The list of changes to quantmod between each release can be found here
Join the quantmod server to share feature requests, report bugs, and discuss the package.
quatmod
is distributed under the Apache Software License. See the LICENSE.txt file in the release for details.
FAQs
Quantmod Python Package
We found that quantmod 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.