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.
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
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
Built Distribution
File details
Details for the file Alpha_Vantage_API_Data-1.0.3.tar.gz
.
File metadata
- Download URL: Alpha_Vantage_API_Data-1.0.3.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8f111c740e4ce600dead65e7305cb7790d5d389307e20e1b6b8d1568ec6ff57 |
|
MD5 | 063b786a41a39f26ac9737652c0f6eee |
|
BLAKE2b-256 | b5f38beeaa68a06f34b2947fdd2920531c9f22ac17e7263526f28d3c750faf21 |
File details
Details for the file Alpha_Vantage_API_Data-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: Alpha_Vantage_API_Data-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0aff17f57be020bc26f3d65eb362e7cdadcfba044a01821d74bf0d698742db1 |
|
MD5 | c8efce4f1fcb6e67df49197d53a84f54 |
|
BLAKE2b-256 | 4c3f6fdb7909f40fc4b25553ec239af330a2424620d5e6fcebe15d3a4618af49 |