Welcome to Financial Data Transforms for datacode documentation!

A set of Transforms meant for financial analysis to be used with the datacode package

To get started, look here.

An overview

transforms_fin

This is a simple example:

import transforms_fin

import transforms_fin  # transforms are automatically loaded upon import
import datacode as dc

a = dc.Variable('a', 'A')
vc = dc.VariableCollection(a)

# Portfolio transform
vc.a.port()

Indices and tables