Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/transforms-fin
Financial Data Transforms for the datacode Package
https://github.com/nickderobertis/transforms-fin
Last synced: 10 days ago
JSON representation
Financial Data Transforms for the datacode Package
- Host: GitHub
- URL: https://github.com/nickderobertis/transforms-fin
- Owner: nickderobertis
- License: mit
- Created: 2020-02-23T23:38:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:38:03.000Z (about 2 years ago)
- Last Synced: 2024-12-25T01:47:32.071Z (about 1 month ago)
- Language: Python
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://codecov.io/gh/nickderobertis/transforms-fin/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/transforms-fin)
# transforms-fin
## Overview
A set of Transforms meant for financial analysis to be used with the datacode package
## Getting Started
Install `transforms_fin`:
```
pip install transforms_fin
```A simple example:
```python
import transforms_fin # transforms are automatically loaded upon import
import datacode as dca = dc.Variable('a', 'A')
vc = dc.VariableCollection(a)# Portfolio transform
vc.a.port()```
## Links
See the
[documentation here.](
https://nickderobertis.github.io/transforms-fin/
)## Author
Created by Nick DeRobertis. MIT License.