{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_finance/markets.json","title":"google_finance/markets data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"as_of":{"description":"Optional as of supplied by this operation. Null means unknown.","type":["string","null"]},"change":{"description":"Optional change supplied by this operation. Null means unknown.","type":["number","null"]},"change_percent":{"description":"Optional change percent supplied by this operation. Null means unknown.","type":["number","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]},"exchange":{"description":"Optional exchange supplied by this operation. Null means unknown.","type":["string","null"]},"group":{"description":"Optional group supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number","null"]},"symbol":{"description":"Optional symbol supplied by this operation. Null means unknown.","type":["string","null"]},"ticker":{"description":"Optional ticker supplied by this operation. Null means unknown.","type":["string","null"]},"trend":{"description":"Optional trend supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["as_of"],"properties":{"as_of":{"description":"Optional as of supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["change"],"properties":{"change":{"description":"Optional change supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["change_percent"],"properties":{"change_percent":{"description":"Optional change percent supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["currency"],"properties":{"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["exchange"],"properties":{"exchange":{"description":"Optional exchange supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["group"],"properties":{"group":{"description":"Optional group supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number"]}}},{"required":["symbol"],"properties":{"symbol":{"description":"Optional symbol supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["ticker"],"properties":{"ticker":{"description":"Optional ticker supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["trend"],"properties":{"trend":{"description":"Optional trend supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}},"market":{"description":"Optional market supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"has_more":false,"items":[{"as_of":"example","change":0,"change_percent":0,"currency":"example","exchange":"example","group":"example","name":"example","platform":"example","price":0,"symbol":"example","ticker":"example","trend":"example","url":"https://example.com/example"}],"market":"example"}]}