Last updated:
0 purchases
polygonguansli 0.1.1
Installation
pip install polygon-guansli
Get started
How to use this package:
from get_data import *
# change to your currency pairs
currency_pairs = [["AUD","USD",[],portfolio("AUD","USD")],
["GBP","EUR",[],portfolio("GBP","EUR")],
["USD","CAD",[],portfolio("USD","CAD")]]
main(currency_pairs)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.