tradingcomdados
Project description
tradingcomdados
Introduction
Trading com Dados Library for quantitative finance
The library consists of a collection of methods that can be used in order to help Data Scientists, Quantitative Analysts and data professionals during the development of quantitative finance applications. One of the main objectives of the library is to provide methods to connect to Trading com dados' data provider services.
Library Motivation and Description
Trading com dados is an Edtech that provides educational content for people who want to know quantitative finance and in order to obtain that knowlegde, we need quality data, thus this library and our API service was created to solve that.
API methods
-> get_data
-> get_data_tickers
How to install
pip install tradingcomdados
Importing and fetching data
import tradingcomdados as tcd
# Fetching data
tcd.get_data('PETR4', start = '01/01/2019')
Machine Learning
This library has a few machine learning models that you can use in your daily activities.
With our lib, you can easily implement machine learning models to your daily activities in the financial market.
from tradingcomdados import unsupervised_learning as ul
ul.clustering_pipeline()
Alternative Data
You can obtain alternative data from the Brazilian Market using this library
from tradingcomdados import alternative_data as ad
ad.ibov_composition()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tradingcomdados-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0263c7b75c01c489fb13bfb4447db294ab4c6e4e20c55b01309dfa3a2aaba81a |
|
MD5 | c11055260d7cef26250997987082c42a |
|
BLAKE2b-256 | bf771be91b872380473a97d850596a3aa5c6bb1a9fbc98a8eb8e4da3311f76df |