Bamboo Invest · Schema
US Market Activity response
InvestmentsStocksFractional SharesAfricaNigeriaPortfolio-ManagementBrokerageFintech
Properties
| Name | Type | Description |
|---|---|---|
| market_session | object | Indicates which market session is currently open |
| open_date | object | Unix timestamps for when each market session opens on the current trading day |
| market_session_timestamp | object | Unix timestamps indicating when each market session opens for the current day |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.investbamboo.com/schemas/USMarketActivityStatus",
"title": "US Market Activity response",
"required": [
"market_session",
"open_date",
"market_session_timestamp"
],
"type": "object",
"properties": {
"market_session": {
"type": "object",
"description": "Indicates which market session is currently open",
"properties": {
"pre_market": {
"type": "boolean",
"description": "Pre-market session status (before 9:30 AM ET)",
"example": true
},
"core_market": {
"type": "boolean",
"description": "Regular market hours status (9:30 AM - 4:00 PM ET)",
"example": false
},
"post_market": {
"type": "boolean",
"description": "Post-market session status (after 4:00 PM ET)",
"example": false
}
}
},
"open_date": {
"type": "object",
"description": "Unix timestamps for when each market session opens on the current trading day",
"properties": {
"pre_market": {
"type": "number",
"description": "Pre-market session open date timestamp",
"example": 1759737600
},
"core_market": {
"type": "number",
"description": "Core market session open date timestamp",
"example": 1759498200
},
"post_market": {
"type": "number",
"description": "Post-market session open date timestamp",
"example": 1759521600
}
}
},
"market_session_timestamp": {
"type": "object",
"description": "Unix timestamps indicating when each market session opens for the current day",
"properties": {
"pre_market": {
"type": "number",
"description": "Pre-market session timestamp",
"example": 1759478400
},
"core_market": {
"type": "number",
"description": "Core market session timestamp",
"example": 1759498200
},
"post_market": {
"type": "number",
"description": "Post-market session timestamp",
"example": 1759521600
}
}
}
}
}
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/usmarketactivitystatus"
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.