Stooq · Schema
Stooq OHLCV Record
A single OHLCV (Open, High, Low, Close, Volume) data point returned by the Stooq Historical Data API for a given ticker symbol and date.
FintechMarket DataStocksIndicesCurrencyCryptoCommoditiesHistorical DataFree
Properties
| Name | Type | Description |
|---|---|---|
| Date | string | The trading date for this data point. Format is YYYY-MM-DD for daily, weekly, monthly, quarterly, and yearly intervals. For intraday intervals, includes time component. |
| Open | number | The opening price of the security for the given period. |
| High | number | The highest price reached during the given period. |
| Low | number | The lowest price reached during the given period. |
| Close | number | The closing price of the security for the given period. |
| Volume | integer | The number of shares or contracts traded during the given period. May be zero or absent for indices, currencies, and some instruments. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://stooq.com/schemas/ohlcv-record",
"title": "Stooq OHLCV Record",
"description": "A single OHLCV (Open, High, Low, Close, Volume) data point returned by the Stooq Historical Data API for a given ticker symbol and date.",
"type": "object",
"required": ["Date", "Open", "High", "Low", "Close"],
"properties": {
"Date": {
"type": "string",
"description": "The trading date for this data point. Format is YYYY-MM-DD for daily, weekly, monthly, quarterly, and yearly intervals. For intraday intervals, includes time component.",
"examples": ["2023-12-29", "2023-12-27"]
},
"Open": {
"type": "number",
"description": "The opening price of the security for the given period.",
"examples": [192.9, 194.14]
},
"High": {
"type": "number",
"description": "The highest price reached during the given period.",
"examples": [193.15, 194.66]
},
"Low": {
"type": "number",
"description": "The lowest price reached during the given period.",
"examples": [191.72, 193.17]
},
"Close": {
"type": "number",
"description": "The closing price of the security for the given period.",
"examples": [192.53, 193.58]
},
"Volume": {
"type": "integer",
"description": "The number of shares or contracts traded during the given period. May be zero or absent for indices, currencies, and some instruments.",
"examples": [42628800, 34049900]
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stooq-ohlcv-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.