StockyAPIExchange

FREEMIUM
Durch Elie keyrouz | Aktualisiert 2 months ago | Finance
Popularität

7.6 / 10

Latenz

31,242ms

Service Level

94%

Health Check

N/A

Zurück zu allen Tutorials (1)

Simple and Powerful API Request

Note that Its very easy to integrate and here is the summary for the StockyAPIExchange
Some requests needs only keyword and others needs both keyword and startDate

1-AUTOComplete:
http://localhost:8080/autocomplete?keyword=GOOG

2-Stockdetails:
http://localhost:8080/stockdetails?keyword=GOOG

3-Summary:
http://localhost:8080/summary?keyword=GOOG

4-Charts:
http://localhost:8080/charts?keyword=GOOG

5-History:
http://localhost:8080/history?keyword=GOOG&startDate=2023-02-1

6-Daily:
http://localhost:8080/daily?keyword=GOOG&startDate=2023-02-1

7-Latest:
http://localhost:8080/latest?keyword=GOOG