Alpha-Vantage-API-Data 1.0.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

AlphaVantageAPIData 1.0.3

Alpha-Vantage-API-Data - Financial Data Retrieving
Alpha-Vantage-API-Data is a package for collecting stocks price and
their related information.
Notice : Please go visit https://www.alphavantage.co/support/#api-key to get your own
free API key.
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.
Other
For more information, please visit Alpha Vantage Official Page and their
documents.
License
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.