Skip to main content

Polygon API Access

Project description

Polygon API Access

A library for accessing the POLYGON API securely without exposing the Polygon API key.

Installation

pip install polygon-api-access

Get started

How to securely access the Polygon API without exposing the Polygon API key.

First import class portfolio and then use code of a similar logic to access the Polygon API to display results.

from polygon_api_access import PolygonAPIAccess
import os

polygonAPIAccess = PolygonAPIAccess()

currency_pairs = [["AUD","USD",[],portfolio("AUD","USD")]]

polygonAPIAccess = PolygonAPIAccess(os.getcwd(), "final_db")

print(polygonAPIAccess.access(currency_pairs))

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-api-access-0.0.12.tar.gz (4.6 kB view hashes)

Uploaded Source

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