Stock API
Hello world, If you search to get data about stock markets, this API is for you. I'm still updating the API with more endpoints. If you need some specific data, please feel free to reach me on Twitter (@Anat_dev). You need custom plan ? Feel free to reach me out on twitter (@Anat_dev).
Stock API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get company profile /get_profile/{ticker} |
Endpoint providing : |
| GET |
Get stock price by ticker/symbol /get_price/{ticker} |
Get the actual price by ticker |
| GET |
Get quote /get_quote/{ticker} |
Endpoint providing quote of a company |
| GET |
Get financial ratios / |
Endpoint providing financial ratios of a company |
| GET |
Get key executives /get_key_executives/{ticker} |
List key executives of a company |
| GET |
Get a company outlook /get_company_outlook/{ticker} |
Endpoint providing an outlook of a company |
| GET |
Get stock peers /get_stock_peers/{ticker} |
Endpoint providing stock peers of a company |
| GET |
Get most gainers /get_most_gainer |
Endpoint providing the most gainers. |
| GET |
Get most losers /get_most_loser |
Endpoint providing the most losers. |
| GET |
Get most active /get_most_active |
Endpoint providing the most actives. |
| GET |
Get price changes /get_price_changes/{ticker} |
Endpoint providing price changes of a stock |
| GET |
Get Key Metrics /company_key_metrics/{ticker} |
Endpoint providing key metrics of a company |
Stock API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 1 / second |
|
| ULTRA Recommended | $19.99 / month | 5 / second |
|