Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get quotes from API #7

Open
dmitriy-chernysh opened this issue Jan 8, 2022 · 1 comment
Open

Get quotes from API #7

dmitriy-chernysh opened this issue Jan 8, 2022 · 1 comment
Assignees

Comments

@dmitriy-chernysh
Copy link
Member

dmitriy-chernysh commented Jan 8, 2022

https://finnhub.io/docs/api/rate-limit LIMIT: 30 api calls per sec, 60 API calls per minute
https://www.yahoofinanceapi.com/ LIMIT: 100 request per day

[Real time starts from 99$ / month] https://www.alphavantage.co/documentation/ LIMIT: 5 API requests per minute and 500 requests per day

@dmitriy-chernysh dmitriy-chernysh self-assigned this Jan 8, 2022
@dmitriy-chernysh
Copy link
Member Author

dmitriy-chernysh commented Jan 8, 2022

https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=AAPL&apikey=demo

{
    "Global Quote": {
        "01. symbol": "AAPL",
        "02. open": "172.8900",
        "03. high": "174.1400",
        "04. low": "171.0300",
        "05. price": "172.1700",
        "06. volume": "86709147",
        "07. latest trading day": "2022-01-07",
        "08. previous close": "172.0000",
        "09. change": "0.1700",
        "10. change percent": "0.0988%"
    }
}

@dmitriy-chernysh dmitriy-chernysh pinned this issue Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant