Alpha Vantage

FREEMIUM
Verified
By Alpha Vantage | Updated 14 days ago | Finance
Popularity

9.9 / 10

Latency

914ms

Service Level

100%

Health Check

N/A

Followers: 96
Resources:
Product Website Terms of use
API Creator:
Rapid account: Alpha Vantage
Alpha Vantage
alphavantage
Log In to Rate API
Rating: 4.6 - Votes: 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!