Last updated:
0 purchases
polygonhwguansli 0.1.1
Installation
pip install polygon-homework-fall-2022
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")]]
# your polygon key
my_key = "your_key"
main(currency_pairs, my_key)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.