GET
$0.09 default
/currenciesDescription
Supported currencies.
Pricing
$0.09 default
Parameters
{
"limit": {
"required": false,
"type": "integer"
}
}Real-time, intraday and historical stock market data for 70+ exchanges: EOD, tickers, exchanges and splits.
https://gateway.apiosk.com/marketstack
| Method | Path | Description | Cost | |
|---|---|---|---|---|
| GET | /currencies | Supported currencies. | $0.09 default |
View details |
| GET | /eod | End-of-day stock prices. Also /eod/latest. | $0.12 default |
View details |
| GET | /exchanges | Supported stock exchanges. | $0.09 default |
View details |
| GET | /timezones | Supported timezones. | $0.09 default |
View details |
/currenciesSupported currencies.
{
"limit": {
"required": false,
"type": "integer"
}
}/eodEnd-of-day stock prices. Also /eod/latest.
{
"date_from": {
"required": false,
"type": "string"
},
"date_to": {
"required": false,
"type": "string"
},
"symbols": {
"example": "AAPL",
"required": true,
"type": "string"
}
}/exchangesSupported stock exchanges.
{
"limit": {
"required": false,
"type": "integer"
}
}/timezonesSupported timezones.
{
"limit": {
"required": false,
"type": "integer"
}
}