Skip to main content

This is an Aplha_Vantage_API data retrieving package

Project description

Alpha-Vantage-API-Data - Financial Data Retrieving

Alpha-Vantage-API-Data is a package for collecting stocks price and their related information.

Installation

Use the package manager pip to install Alpha-Vantage-API-Data.

pip install Alpha-Vantage-API-Data

Example

from Alpha-Vantage-API-Data import API_Data_Retrieves

# returns stock daily result 
StockTimeSeries = API_Data_Retrieves.StockTimeSeries(apikey)
daily_data = StockTimeSeries.GetDailyStockPrice("IBM")
print(daily_data)

# returns company information
FundamentalData = API_Data_Retrieves.FundamentalData(apikey)
stock_company_info = FundamentalData.CompanyInfo("AAPL")
print(stock_company_info)

Go to Alpha_Vantage_API_Project Issues Page to report any issues.

License

MIT

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

Alpha_Vantage_API_Data-1.0.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

Alpha_Vantage_API_Data-1.0.1-py3-none-any.whl (6.1 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