Skip to main content

This is wrapper for marketanalyst api

Project description

This is how you can use this wrapper.

import marketanalyst

api_key = "your api key" secret_key = "your secret key"

client = marketanalyst.client(api_key,secret_key,base_url="https://www.agrud.org/")

or

client = marketanalyst.client(api_key,secret_key)

In this case base url will be = "https://www.marketanalyst.ai"

df1 = client.download_data("NASDAQ:AAPL","01/01/2012","01/01/2019","Price","EOD")

print(df1)

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

marketanalyst-0.1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

marketanalyst-0.1.0-py3-none-any.whl (4.5 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