Skip to main content

Get data from polygon api

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polygon-hw-guansli-0.1.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

polygon_hw_guansli-0.1.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page