Alpha Vantage

부분 유료
Verified
분류별 Alpha Vantage | 업데이트됨 14 days ago | Finance
인기

9.9 / 10

지연 시간

914ms

서비스 수준

100%

Health Check

N/A

팔로워: 96
자원:
제품 웹사이트 이용 약관
API 생성자 :
Rapid account: Alpha Vantage
Alpha Vantage
alphavantage
Rate API에 로그인
등급: 4.6 - 투표: 9

README

Main documentation: https://www.alphavantage.co/documentation/

If you’re familiar with the Alpha Vantage python SDK, you can use the rapidAPI key there as well:
Simply with:

from alpha_vantage.timeseries import TimeSeries
ts = TimeSeries(key='YOUR_API_KEY', rapidapi=True)
data, meta_data = ts.get_intraday('GOOGL')

Happy coding!