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
Release files for Alpha-Vantage-API-Data 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Alpha_Vantage_API_Data-1.0.3.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Alpha_Vantage_API_Data-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.8 kB
Release files / Alpha_Vantage_API_Data-1.0.3.tar.gz
| Download URL | Alpha_Vantage_API_Data-1.0.3.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a8f111c740e4ce600dead65e7305cb7790d5d389307e20e1b6b8d1568ec6ff57
|
|
BLAKE2b-256 checksum How to use checksums |
b5f38beeaa68a06f34b2947fdd2920531c9f22ac17e7263526f28d3c750faf21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Alpha_Vantage_API_Data-1.0.3-py3-none-any.whl
| Download URL | Alpha_Vantage_API_Data-1.0.3-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d0aff17f57be020bc26f3d65eb362e7cdadcfba044a01821d74bf0d698742db1
|
|
BLAKE2b-256 checksum How to use checksums |
4c3f6fdb7909f40fc4b25553ec239af330a2424620d5e6fcebe15d3a4618af49
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|