[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"api-page:tradingview-data-api":3,"api-discussions:tradingview-data-api":2177},{"status":4,"api":5,"seo":2172},"success",{"blocked":6,"description":7,"about":8,"stats":9,"name":11,"title":12,"slug":13,"logo":14,"created_at":15,"agent":16,"user":28,"endpoint_groups":31,"faqs":2046,"features":2053,"periodic_plans":2114,"payasyougo_plans":2170,"createdAtText":2171},false,"Real-time(WebSocket) market data API powered by TradingView. Get stock quotes, candlestick data, technical analysis, market leaderboards, and financial news for stocks, crypto, forex, futures, bonds, and ETFs. Includes WebSocket support for live data streaming. MCP support for AI assistant integration. – Unofficial data from TradingView.com.","# TradingView Data API\n\n\nReal-time & historical market data via REST, WebSocket, SSE, and MCP. Covers stocks, crypto, forex, futures, bonds, ETFs, indices, technical analysis, leaderboards, calendars, news, community ideas, and world economy indicators.\n\n&gt; **Full documentation, parameters, response schemas, and interactive testing are on the official site. This page is only a quick index.**\n\n## Key Features\n\n- ⚡ **Real-time Data**: Live price updates and market information\n- 🌍 **Global Coverage**: Access data from major worldwide exchanges\n- 📦 **Batch Operations**: Efficiently fetch data for multiple symbols\n- ⏱️ **Multiple Timeframes**: Support for various chart intervals\n- 📈 **Professional Analysis**: Built-in technical analysis indicators\n- 🏆 **Market Leaderboards**: Discover trending stocks and market opportunities through comprehensive leaderboards\n- 🧮 **Stock Screener**: Run TradingView-style stock scans with metadata-driven filters, preset field groups, sorting, and market-specific coverage\n- 🌐 **World Economy Indicators**: Track macroeconomic rankings across regions and countries\n- 🔌 **WebSocket Streaming**: Bidirectional real-time price and quote subscriptions with JWT auth\n- 📡 **SSE Streaming**: Lightweight one-way real-time push with automatic reconnect support\n- 🤖 **MCP Integration**: Native Model Context Protocol support for AI assistants (Claude, Cursor)\n- 🏢 **Comprehensive Market Data**: Detailed financial information including company profiles, financial statements, technical indicators, and analyst recommendations\n- 📰 **Financial News**: Multi-category news feed across stocks, crypto, forex, futures, bonds, ETFs, indices, and economic events\n- 📅 **Calendar Events**: Economic, earnings, dividends, and IPO calendars across global markets\n- 🔍 **Market Search**: Discover instruments across all asset types by keyword or symbol\n- 💡 **Community Insights**: Access TradingView community trading ideas, market sentiment, and expert analysis\n\n## Recommended Integration (AI Agent Skill)\n\nThe fastest way to integrate is the **`tradingview-api-integration`** skill — it gives AI coding agents (Claude Code, Cursor, Codex, and other `SKILL.md`-compatible tools) full endpoint knowledge, metadata-driven parameter resolution, and a bundled live API client.\n\n**Install** (via [skills.sh](https://skills.sh)):\n\n```bash\n# Global install (recommended)\nnpx skills add hypier/tradingview-api-integration-skill -g -y\n\n# Project-level install\nnpx skills add hypier/tradingview-api-integration-skill -y\n```\n\n**API key** — set `RAPIDAPI_KEY`, or save once with `python3 scripts/tv_api.py --save-key 'YOUR_KEY'` (get your key on [RapidAPI](https://rapidapi.com/hypier/api/tradingview-data1)).\n\n- **GitHub**: [hypier/tradingview-api-integration-skill](https://github.com/hypier/tradingview-api-integration-skill)\n- **skills.sh**: [skills.sh/hypier/tradingview-api-integration-skill](https://skills.sh/hypier/tradingview-api-integration-skill)\n- **Full skill guide**: [docs — AI Agent Skill](https://www.tradingviewapi.com/docs/#agent-skill)\n\n## Official Resources\n\n- **Docs**: [https://www.tradingviewapi.com/docs/](https://www.tradingviewapi.com/docs/) — complete endpoint reference, parameters, and examples\n- **Playground**: [https://www.tradingviewapi.com/playground/](https://www.tradingviewapi.com/playground/) — test endpoints live in your browser\n- **Metadata Browser**: [https://www.tradingviewapi.com/metadata-browser/](https://www.tradingviewapi.com/metadata-browser/) — markets, tabs, column sets, languages, 353+ exchanges\n- **Screener Metadata Guide**: [https://www.tradingviewapi.com/screener-metadata/](https://www.tradingviewapi.com/screener-metadata/) — screener filter IDs, enum values, preset groups, and request-shape guidance\n- **WebSocket Test**: [https://www.tradingviewapi.com/ws-test](https://www.tradingviewapi.com/ws-test) — interactive WS connection testing\n\n## Endpoint Index\n\nFor parameters and response schemas, see the [official docs](https://www.tradingviewapi.com/docs/).\n\n| Category | Endpoints |\n|---|---|\n| **Price Data** | `GET /api/price/{symbol}` · `POST /api/price/batch` |\n| **Quotes** | `GET /api/quote/{symbol}` · `POST /api/quote/batch` |\n| **Search** | `GET /api/search/market/{query}` |\n| **Technical Analysis** | `GET /api/ta/{symbol}` · `GET /api/ta/{symbol}/indicators` |\n| **Market Data** | `GET /api/market-data/{symbol}` (+ `/company`, `/ipo`, `/indicators`, `/ttm`, `/current`, `/financials-quarterly`, `/financials-annual`, `/history-quarterly`, `/history-annual`, `/dividend`, `/analyst-recommendations`, `/enterprise-value`, `/credit-ratings`, `/cash-flow`) |\n| **Community Ideas** | `GET /api/ideas/hot` · `/editors-picks` · `/{symbol}/minds` · `/list/{symbol}` · `/{imageUrl}` |\n| **News** | `GET /api/news` · `/news/{stock\\|crypto\\|forex\\|futures\\|bond\\|etf\\|index\\|economic}` · `/news/{newsId}` |\n| **Leaderboards** | `GET /api/leaderboard/{stocks\\|indices\\|crypto\\|futures\\|forex\\|bonds\\|corporate-bonds\\|etfs}` · `GET /api/leaderboard/data?id=...` (legacy) |\n| **Screener** | `GET /api/screener/filter-options` · `GET /api/screener/presets` · `POST /api/screener/scan` |\n| **Calendar** | `GET /api/calendar/{economic\\|earnings\\|revenue\\|ipo}` (`revenue` = dividends calendar) |\n| **World Economy** | `GET /api/world-economy/indicators/{indicator}` |\n| **Metadata** | `GET /api/metadata/{markets\\|tabs\\|columnsets\\|languages\\|exchanges\\|world-economy/indicators}` |\n| **Logo** | `GET /logo?url=...` · `GET /logo/{path}` |\n| **Token (WS/SSE)** | `POST /api/token/generate` |\n| **MCP** | `POST /api/mcp/generate` |\n| **WebSocket** | `wss://ws.tradingviewapi.com/ws?token=...` |\n| **SSE** | `GET https://ws.tradingviewapi.com/sse/stream?token=...&symbols=...` |\n\n## Screener Workflow\n\nUse the Screener endpoints when you need a TradingView-style stock scanner instead of a leaderboard snapshot.\n\n1. Call `GET /api/screener/filter-options` first to discover valid screener field IDs, enum values, value types, and supported operations.\n2. Call `GET /api/screener/presets` if you want ready-made output groups such as `overview`, `valuation`, or `technicals`.\n3. Call `POST /api/screener/scan` with `market`, `range`, and your selected `preset_fields`, `fields`, or `extra_fields`. Add `filters` and `sort` only when needed.\n\n**Quick notes:**\n\n- Common stock screener market codes include `america`, `canada`, `china`, `japan`, `uk`, and `germany`.\n- Use the exact screener field ID in `filters`, including case-sensitive names such as `AnalystRating`.\n- Enum filters should use the exact `value` returned by `GET /api/screener/filter-options`, not a translated label.\n- For field-level screener guidance, examples, and current market coverage, use the [Screener Metadata Guide](https://www.tradingviewapi.com/screener-metadata/).\n\n## Real-time Streaming (WS / SSE / MCP)\n\nAll streaming endpoints use JWT auth. Generate a token via `POST /api/token/generate` (or `/api/mcp/generate` for MCP), then connect using the returned `wsUrl` / `sseUrl` / `mcpUrl`.\n\n&gt; **⚠️ Tokens expire.** Watch the `expiresAt` timestamp and refresh before expiry to avoid disconnects. Token lifetime depends on your plan (Basic: 30 min, Ultra: 1 day, Mega: 30 days). See the [official docs](https://www.tradingviewapi.com/docs/) for connection flow, message formats, and MCP client configuration (Cursor / Claude Desktop).\n\n## Supported Markets\n\n8 asset types: Stocks (68+ markets), Indices, Crypto, Futures, Forex, Government Bonds, Corporate Bonds, ETFs/Funds — across 353+ global exchanges.\n\nBrowse all markets, tabs, column sets, and exchanges in the [Metadata Browser](https://www.tradingviewapi.com/metadata-browser/).\n\n---\n\nFor detailed parameters, response examples, and interactive testing, always refer to **[the official documentation](https://www.tradingviewapi.com/docs/)** and **[Playground](https://www.tradingviewapi.com/playground/)**.",{"score":10},"2.59","TradingView Data","TradingView Data API","tradingview-data-api","https://cdn.jojapi.com/api/57c5e282-0dff-420c-9990-cba7cb35b60e","2026-08-28 13:15:17",{"enabled":17,"closed":18,"request_enabled":6,"catalog_url":19,"discovery_url":20,"directory_url":21,"rails":22,"networks":25,"docs":27},true,null,"https://tradingview-api.jojapi.net/_jojapi/agent/plans","https://tradingview-api.jojapi.net/.well-known/x402","https://agents.jojapi.net/apis/tradingview-data-api",[23,24],"x402","mpp",[26],"eip155:8453","https://docs.jojapi.com/consumers/agents",{"nick":29,"name":30,"verified":6,"website":18},"barry-alan","barry Alan",[32,120,226,274,314,422,550,927,996,1422,1572,1821,1853],{"endpoints":33,"name":119,"description":40,"ungrouped":6},[34,76],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":35,"description":45,"method":46,"name":47,"url_path":48,"root_url":49,"parameters":50,"responses":66,"result_stats":18},[36,41],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},"Requests","requests","1","",{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Real-time Generate Token Rate Limit","real-time-generate-token-rate-limit","{{toInt(default(kvGet(response.headers[\"x-rapidapi-billing\"], \"Real-time Generate Token Rate Limit\"), 0))}}","Batch Get Quotes - Get real-time quotes for multiple symbols (max 20)","POST","batchGetQuote","/api/quote/batch","https://tradingview-api.jojapi.net",{"url":51,"header":52,"post":59,"body":60,"path":65},[],[53],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},"X-JoJAPI-Key","You must log in to get API key","string","JoJ API Key","Please log in to get API key",[],[61],{"key":18,"example":62,"schema":63,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"symbols\":[\"BINANCE:BTCUSDT\",\"BINANCE:ETHUSDT\",\"NASDAQ:AAPL\"],\"session\":\"regular\",\"fields\":\"all\"}","{\"type\":\"object\",\"required\":[\"symbols\"],\"properties\":{\"symbols\":{\"type\":\"array\",\"maxItems\":20,\"items\":{\"type\":\"string\"}},\"session\":{\"type\":\"string\",\"default\":\"regular\"},\"fields\":{\"type\":\"string\",\"default\":\"all\"}}}","''",[],[67],{"status":68,"status_code":69,"description":70,"schema":71,"examples":72,"example":75},"200",200,"Success","{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"total\":{\"type\":\"integer\"},\"successful\":{\"type\":\"integer\"},\"failed\":{\"type\":\"integer\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\"}}}}",[73],{"name":74,"summary":74,"description":40,"example":75},"Example_1","{\"success\":true,\"total\":0,\"successful\":0,\"failed\":0,\"data\":[]}",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":77,"description":82,"method":83,"name":84,"url_path":85,"root_url":49,"parameters":86,"responses":109,"result_stats":115},[78,80],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},1,{"name":42,"slug":43,"cost":44,"label":40,"avg":81},0,"Get Real-time Quote - Get real-time quote data for a symbol including price, change, volume","GET","getQuote","/api/quote/{symbol}",{"url":87,"header":101,"post":103,"body":104,"path":105},[88,92],{"key":89,"example":90,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":90,"required":6,"name":40,"description":91},"fields","all","Fields to return (all or comma-separated list)",{"key":93,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":94,"enum_values":95,"default_value":96,"required":6,"name":40,"description":100},"session","enum",[96,97,98,99],"regular","extended","premarket","postmarket","Trading session (regular, extended, premarket, postmarket)",[102],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[106],{"key":107,"example":108,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},"symbol","BINANCE:BTCUSDT",[110],{"status":68,"status_code":69,"description":70,"schema":111,"examples":112,"example":114},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"symbol\":{\"type\":\"string\"},\"data\":{\"type\":\"object\",\"properties\":{\"lp\":{\"type\":\"number\",\"description\":\"Last price\"},\"ch\":{\"type\":\"number\",\"description\":\"Price change\"},\"chp\":{\"type\":\"number\",\"description\":\"Change percent\"},\"volume\":{\"type\":\"number\"},\"bid\":{\"type\":\"number\"},\"ask\":{\"type\":\"number\"},\"high_price\":{\"type\":\"number\"},\"low_price\":{\"type\":\"number\"},\"open_price\":{\"type\":\"number\"},\"prev_close_price\":{\"type\":\"number\"}}}}}",[113],{"name":74,"summary":74,"description":40,"example":114},"{\"success\":true,\"symbol\":\"\",\"data\":{\"lp\":0,\"ch\":0,\"chp\":0,\"volume\":0,\"bid\":0,\"ask\":0,\"high_price\":0,\"low_price\":0,\"open_price\":0,\"prev_close_price\":0}}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":118,"avg_credits":117},"100.00","0.00","398","Real-time Quote",{"endpoints":121,"name":225,"description":40,"ungrouped":6},[122,143,197],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":123,"description":126,"method":46,"name":127,"url_path":128,"root_url":49,"parameters":129,"responses":139,"result_stats":18},[124,125],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Batch Get Price Data - Get candlestick data for multiple symbols in one request (max 10)","batchGetPrice","/api/price/batch",{"url":130,"header":131,"post":133,"body":134,"path":138},[],[132],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[135],{"key":18,"example":136,"schema":137,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"requests\":[{\"symbol\":\"BINANCE:BTCUSDT\",\"timeframe\":\"60\",\"range\":20},{\"symbol\":\"BINANCE:ETHUSDT\",\"timeframe\":\"60\",\"range\":20},{\"symbol\":\"NASDAQ:AAPL\",\"timeframe\":\"D\",\"range\":10}]}","{\"type\":\"object\",\"required\":[\"requests\"],\"properties\":{\"requests\":{\"type\":\"array\",\"maxItems\":10,\"items\":{\"type\":\"object\",\"required\":[\"symbol\"],\"properties\":{\"symbol\":{\"type\":\"string\"},\"timeframe\":{\"type\":\"string\",\"default\":\"5\"},\"range\":{\"type\":\"integer\",\"default\":10}}}}}}",[],[140],{"status":68,"status_code":69,"description":70,"schema":71,"examples":141,"example":75},[142],{"name":74,"summary":74,"description":40,"example":75},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":144,"description":147,"method":83,"name":148,"url_path":149,"root_url":49,"parameters":150,"responses":179,"result_stats":193},[145,146],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get Candlestick Data - Get OHLCV candlestick data for a symbol with customizable timeframe and history range","getPrice","/api/price/{symbol}",{"url":151,"header":172,"post":174,"body":175,"path":176},[152,164,169],{"key":153,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":94,"enum_values":154,"default_value":155,"required":6,"name":40,"description":163},"timeframe",[39,155,156,157,158,159,160,161,162],"5","15","30","60","240","D","W","M","Candlestick timeframe (1=1min, 5=5min, 15=15min, 30=30min, 60=1hour, 240=4hour, D=Day, W=Week, M=Month)",{"key":165,"example":166,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":166,"required":6,"name":40,"description":168},"range","10","number","Number of candles to return (1-1000)",{"key":170,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":40,"required":6,"name":40,"description":171},"to","Target timestamp (Unix seconds) for historical data. Leave empty for latest data.",[173],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[177],{"key":107,"example":108,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},"Trading symbol (format: EXCHANGE:SYMBOL)",[180,185],{"status":68,"status_code":69,"description":70,"schema":181,"examples":182,"example":184},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"symbol\":{\"type\":\"string\"},\"current\":{\"type\":\"object\",\"properties\":{\"time\":{\"type\":\"integer\",\"description\":\"Unix timestamp\"},\"open\":{\"type\":\"number\"},\"high\":{\"type\":\"number\"},\"low\":{\"type\":\"number\"},\"close\":{\"type\":\"number\"},\"volume\":{\"type\":\"number\"}}},\"history\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"time\":{\"type\":\"integer\",\"description\":\"Unix timestamp\"},\"open\":{\"type\":\"number\"},\"high\":{\"type\":\"number\"},\"low\":{\"type\":\"number\"},\"close\":{\"type\":\"number\"},\"volume\":{\"type\":\"number\"}}}},\"info\":{\"type\":\"object\"}}}",[183],{"name":74,"summary":74,"description":40,"example":184},"{\"success\":true,\"symbol\":\"\",\"current\":{\"time\":0,\"open\":0,\"high\":0,\"low\":0,\"close\":0,\"volume\":0},\"history\":[{\"time\":0,\"open\":0,\"high\":0,\"low\":0,\"close\":0,\"volume\":0}],\"info\":{}}",{"status":186,"status_code":187,"description":188,"schema":189,"examples":190,"example":192},"500",500,"Server error","{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"error\":{\"type\":\"string\"}}}",[191],{"name":74,"summary":74,"description":40,"example":192},"{\"success\":true,\"error\":\"\"}",{"x2":194,"x3":195,"x4":117,"x5":117,"uptime":116,"avg_latency":196,"avg_credits":117},"75.00","25.00","254",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":198,"description":201,"method":83,"name":202,"url_path":203,"root_url":49,"parameters":204,"responses":216,"result_stats":223},[199,200],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get chart event markers derived from TradingView studies such as earnings, dividends, and splits.","Event","/api/price/{symbol}/events",{"url":205,"header":209,"post":211,"body":212,"path":213},[206,208],{"key":165,"example":207,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":207,"required":6,"name":40,"description":40},"100",{"key":153,"example":160,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":160,"required":6,"name":40,"description":40},[210],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[214],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},"NASDAQ:AAPL",[217],{"status":68,"status_code":69,"description":218,"schema":18,"examples":219,"example":222},"Successful response",[220],{"name":221,"summary":40,"description":40,"example":222},"default","{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"timeframe\":\"D\",\"events\":[{\"id\":\"earnings_1793280600\",\"type\":\"earnings\",\"label\":\"Earnings\",\"time\":1793280600,\"index\":null,\"actual\":1.0e+100,\"estimate\":1.980165,\"report_date\":1790726400,\"revenue_estimate\":113205.172516,\"revenue_actual\":1.0e+100},{\"id\":\"earnings_1785418200\",\"type\":\"earnings\",\"label\":\"Earnings\",\"time\":1785418200,\"index\":null,\"actual\":2.0244,\"estimate\":1.891883,\"report_date\":1782777600,\"revenue_estimate\":109038.899874,\"revenue_actual\":109417}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":224,"avg_credits":117},"555","Price",{"endpoints":227,"name":273,"description":40,"ungrouped":6},[228,250],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":229,"description":232,"method":83,"name":233,"url_path":234,"root_url":49,"parameters":235,"responses":244,"result_stats":18},[230,231],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get Technical Analysis - Get technical analysis signals (Buy/Sell/Neutral) across multiple timeframes including oscillators and moving averages","getTechnicalAnalysis","/api/ta/{symbol}",{"url":236,"header":237,"post":239,"body":240,"path":241},[],[238],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[242],{"key":107,"example":108,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":243,"required":17},"Trading symbol",[245],{"status":68,"status_code":69,"description":70,"schema":246,"examples":247,"example":249},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"object\",\"description\":\"Technical analysis data for multiple timeframes\"}}}",[248],{"name":74,"summary":74,"description":40,"example":249},"{\"success\":true,\"data\":{}}",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":251,"description":254,"method":83,"name":255,"url_path":256,"root_url":49,"parameters":257,"responses":266,"result_stats":271},[252,253],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get detailed technical indicators data including RSI, MACD, Stoch, CCI, ADX, moving averages (EMA/SMA), pivot points, and other comprehensive technical analysis metrics","getTechnicalIndicators","/api/ta/{symbol}/indicators",{"url":258,"header":259,"post":261,"body":262,"path":263},[],[260],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[264],{"key":107,"example":265,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},"NASDAQ:TSLA",[267],{"status":68,"status_code":69,"description":218,"schema":18,"examples":268,"example":270},[269],{"name":221,"summary":40,"description":40,"example":270},"{\"success\":true,\"data\":{\"ADX\":19.739900697723797,\"ADX+DI\":28.172138401196563,\"ADX+DI[1]\":27.045118978565373,\"ADX-DI\":18.883635499318927,\"ADX-DI[1]\":19.3244385145615,\"AO\":10.215668235293833,\"AO[1]\":8.962872647058418,\"AO[2]\":5.801929999999629,\"BBPower\":19.096400178595275,\"CCI20\":115.49822971899295,\"CCI20[1]\":94.9142947733096,\"EMA10\":349.0836820446885,\"EMA100\":373.1357921447288,\"EMA20\":346.03601534111135,\"EMA200\":381.3324592197573,\"EMA30\":348.7474720923385,\"EMA50\":357.5166096418653,\"HullMA9\":353.0817037037036,\"Ichimoku.BLine\":331.94,\"MACD.macd\":0.5131091996188957,\"MACD.signal\":-3.6807447968430287,\"Mom\":16.00999999999999,\"Mom[1]\":14.850000000000023,\"Pivot.M.Camarilla.Middle\":347.14996666666667,\"Pivot.M.Camarilla.R1\":323.6289908333333,\"Pivot.M.Camarilla.R2\":336.04798166666666,\"Pivot.M.Camarilla.R3\":348.4669725,\"Pivot.M.Camarilla.S1\":298.79100916666664,\"Pivot.M.Camarilla.S2\":286.3720183333333,\"Pivot.M.Camarilla.S3\":273.95302749999996,\"Pivot.M.Classic.Middle\":347.14996666666667,\"Pivot.M.Classic.R1\":396.91993333333335,\"Pivot.M.Classic.R2\":482.62986666666666,\"Pivot.M.Classic.R3\":618.1097666666667,\"Pivot.M.Classic.S1\":261.44003333333336,\"Pivot.M.Classic.S2\":211.67006666666668,\"Pivot.M.Classic.S3\":76.1901666666667,\"Pivot.M.Demark.Middle\":334.707475,\"Pivot.M.Demark.R1\":372.03495,\"Pivot.M.Demark.S1\":236.55505,\"Pivot.M.Fibonacci.Middle\":347.14996666666667,\"Pivot.M.Fibonacci.R1\":398.90328846666665,\"Pivot.M.Fibonacci.R2\":430.8765448666667,\"Pivot.M.Fibonacci.R3\":482.62986666666666,\"Pivot.M.Fibonacci.S1\":295.3966448666667,\"Pivot.M.Fibonacci.S2\":263.42338846666667,\"Pivot.M.Fibonacci.S3\":211.67006666666668,\"Pivot.M.Woodie.Middle\":338.039975,\"Pivot.M.Woodie.R1\":378.69995000000006,\"Pivot.M.Woodie.R2\":473.519875,\"Pivot.M.Woodie.R3\":514.17985,\"Pivot.M.Woodie.S1\":243.22005000000007,\"Pivot.M.Woodie.S2\":202.56007500000004,\"Pivot.M.Woodie.S3\":107.74015000000009,\"RSI\":55.37062491539698,\"RSI[1]\":53.8721865927054,\"Rec.BBPower\":0,\"Rec.HullMA9\":1,\"Rec.Ichimoku\":0,\"Rec.Stoch.RSI\":0,\"Rec.UO\":0,\"Rec.VWMA\":1,\"Rec.WR\":0,\"Recommend.All\":0.22424242424242424,\"Recommend.MA\":0.26666666666666666,\"Recommend.Other\":0.18181818181818182,\"SMA10\":349.33900000000017,\"SMA100\":381.00349999999986,\"SMA20\":339.2955000000002,\"SMA200\":400.9759750000002,\"SMA30\":335.8726666666667,\"SMA50\":360.66439999999966,\"Stoch.D\":65.66527415867944,\"Stoch.D[1]\":57.633751585648355,\"Stoch.K\":69.28132159334372,\"Stoch.K[1]\":54.19257584322593,\"Stoch.RSI.K\":69.95481981613374,\"UO\":53.09270308679198,\"VWMA\":339.7860266624094,\"W.R\":-19.178721418572152,\"close\":358.28},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":272,"avg_credits":117},"223","Technical Analysis",{"endpoints":275,"name":313,"description":40,"ungrouped":6},[276],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":277,"description":280,"method":83,"name":281,"url_path":282,"root_url":49,"parameters":283,"responses":307,"result_stats":18},[278,279],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Search Markets - Search for stocks, crypto, forex and other markets by keyword","searchMarket","/api/search/market/{query}",{"url":284,"header":298,"post":300,"body":301,"path":302},[285,289],{"key":286,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":288},"offset","0","Pagination offset",{"key":290,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":94,"enum_values":291,"default_value":40,"required":6,"name":40,"description":297},"filter",[292,293,294,295,296],"stock","crypto","forex","futures","index","Market type filter",[299],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[303],{"key":304,"example":305,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":306,"required":17},"query","AAPL","Search keyword",[308],{"status":68,"status_code":69,"description":70,"schema":309,"examples":310,"example":312},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"symbol\":{\"type\":\"string\"},\"description\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"},\"exchange\":{\"type\":\"string\"}}}},\"count\":{\"type\":\"integer\"}}}",[311],{"name":74,"summary":74,"description":40,"example":312},"{\"success\":true,\"data\":[{\"symbol\":\"\",\"description\":\"\",\"type\":\"\",\"exchange\":\"\"}],\"count\":0}","Search",{"endpoints":315,"name":421,"description":40,"ungrouped":6},[316,348,372,396],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":317,"description":320,"method":83,"name":321,"url_path":322,"root_url":49,"parameters":323,"responses":341,"result_stats":346},[318,319],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get economic calendar events for specified time range and countries","getEconomicCalendar","/api/calendar/economic",{"url":324,"header":336,"post":338,"body":339,"path":340},[325,328,332],{"key":170,"example":326,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":326,"required":17,"name":40,"description":327},"1769961599","End time (Unix timestamp in seconds)",{"key":329,"example":330,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":330,"required":17,"name":40,"description":331},"from","1769356800","Start time (Unix timestamp in seconds)",{"key":333,"example":334,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":334,"required":6,"name":40,"description":335},"market","america","Market code(s), comma-separated (e.g., america,china). Internally converted to country codes",[337],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[342],{"status":68,"status_code":69,"description":218,"schema":18,"examples":343,"example":345},[344],{"name":221,"summary":40,"description":40,"example":345},"{\"success\":true,\"data\":{\"status\":\"ok\",\"result\":[{\"id\":\"389104\",\"title\":\"Durable Goods Orders ex Defense MoM\",\"country\":\"US\",\"indicator\":\"Durable Goods Orders Ex Defense\",\"ticker\":\"ECONOMICS:USDGOED\",\"comment\":\"Durable Goods Orders Excluding Defense refer to new orders placed with manufacturers for delivery of hard goods in the future excluding defense orders.\",\"category\":\"bsnss\",\"period\":\"Nov\",\"referenceDate\":\"2025-11-30T00:00:00Z\",\"source\":\"Census Bureau\",\"source_url\":\"https:\\/\\/www.census.gov\",\"actual\":6.6,\"previous\":-1.3,\"forecast\":null,\"actualRaw\":6.6,\"previousRaw\":-1.3,\"forecastRaw\":null,\"currency\":\"USD\",\"unit\":\"%\",\"importance\":-1,\"date\":\"2026-01-26T13:30:00.000Z\"},{\"id\":\"389103\",\"title\":\"Non Defense Goods Orders Ex Air\",\"country\":\"US\",\"indicator\":\"Non Defense Capital Goods Orders Ex Aircraft\",\"ticker\":\"ECONOMICS:USNDCGOEA\",\"category\":\"bsnss\",\"period\":\"Nov\",\"referenceDate\":\"2025-11-30T00:00:00Z\",\"source\":\"Census Bureau\",\"source_url\":\"https:\\/\\/www.census.gov\\/\",\"actual\":0.7,\"previous\":0.3,\"forecast\":null,\"actualRaw\":0.7,\"previousRaw\":0.3,\"forecastRaw\":null,\"currency\":\"USD\",\"unit\":\"%\",\"importance\":-1,\"date\":\"2026-01-26T13:30:00.000Z\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":347,"avg_credits":117},"279",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":349,"description":352,"method":83,"name":353,"url_path":354,"root_url":49,"parameters":355,"responses":365,"result_stats":370},[350,351],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get earnings calendar data for specified time range and markets","getEarningsCalendar","/api/calendar/earnings",{"url":356,"header":360,"post":362,"body":363,"path":364},[357,358,359],{"key":333,"example":334,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":334,"required":6,"name":40,"description":40},{"key":329,"example":330,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":330,"required":17,"name":40,"description":40},{"key":170,"example":326,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":326,"required":17,"name":40,"description":40},[361],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[366],{"status":68,"status_code":69,"description":218,"schema":18,"examples":367,"example":369},[368],{"name":221,"summary":40,"description":40,"example":369},"{\"success\":true,\"data\":{\"totalCount\":4,\"data\":[{\"symbol\":\"OTC:FMCB\",\"rank\":1,\"earnings_release_next_date\":1792065600,\"earnings_release_date\":1769720700,\"logoid\":\"farmers-and-merchants-bancorp\",\"name\":\"FMCB\",\"description\":\"Farmers & Merchants Bancorp\",\"earnings_per_share_fq\":0.53,\"earnings_per_share_forecast_next_fq\":null,\"eps_surprise_fq\":null,\"eps_surprise_percent_fq\":null,\"revenue_fq\":7007000,\"revenue_forecast_next_fq\":null,\"market_cap_basic\":992939596.7273353,\"earnings_release_time\":1,\"earnings_release_next_time\":0,\"earnings_per_share_forecast_fq\":null,\"revenue_forecast_fq\":null,\"fundamental_currency_code\":\"USD\",\"market\":\"america\",\"earnings_publication_type_fq\":22,\"earnings_publication_type_next_fq\":10,\"revenue_surprise_fq\":null,\"revenue_surprise_percent_fq\":null,\"typespecs\":[\"common\"],\"type\":\"stock\",\"exchange\":\"OTC\"},{\"symbol\":\"OTC:ITMPF\",\"rank\":2,\"earnings_release_next_date\":1789473600,\"earnings_release_date\":1769676300,\"logoid\":\"itm-power\",\"name\":\"ITMPF\",\"description\":\"ITM Power Plc\",\"earnings_per_share_fq\":-0.030247299999999998,\"earnings_per_share_forecast_next_fq\":-0.0448932,\"eps_surprise_fq\":-0.01499214,\"eps_surprise_percent_fq\":-98.27586206896552,\"revenue_fq\":23705992.599999998,\"revenue_forecast_next_fq\":36974311.6,\"market_cap_basic\":1002538132.1292775,\"earnings_release_time\":-1,\"earnings_release_next_time\":0,\"earnings_per_share_forecast_fq\":-0.015255159999999999,\"revenue_forecast_fq\":23671799.999999996,\"fundamental_currency_code\":\"USD\",\"market\":\"america\",\"earnings_publication_type_fq\":21,\"earnings_publication_type_next_fq\":10,\"revenue_surprise_fq\":34192.60000000149,\"revenue_surprise_percent_fq\":0.14444444444445076,\"typespecs\":[\"common\"],\"type\":\"stock\",\"exchange\":\"OTC\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":371,"avg_credits":117},"229",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":373,"description":376,"method":83,"name":377,"url_path":378,"root_url":49,"parameters":379,"responses":389,"result_stats":394},[374,375],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get dividends calendar data for specified time range and markets","getDividendsCalendar","/api/calendar/revenue",{"url":380,"header":384,"post":386,"body":387,"path":388},[381,382,383],{"key":170,"example":326,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":326,"required":17,"name":40,"description":40},{"key":329,"example":330,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":330,"required":17,"name":40,"description":40},{"key":333,"example":334,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":334,"required":6,"name":40,"description":40},[385],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[390],{"status":68,"status_code":69,"description":218,"schema":18,"examples":391,"example":393},[392],{"name":221,"summary":40,"description":40,"example":393},"{\"success\":true,\"data\":{\"totalCount\":5,\"data\":[{\"symbol\":\"AMEX:IHT\",\"rank\":1,\"dividend_ex_date_recent\":1769515140,\"dividend_ex_date_upcoming\":null,\"logoid\":\"innsuites-hospitality-trust-shares-of-beneficial-interest\",\"name\":\"IHT\",\"description\":\"InnSuites Hospitality Trust Shares of Beneficial Interest\",\"dividends_yield\":1.5625,\"dividend_payment_date_recent\":1770638340,\"dividend_payment_date_upcoming\":null,\"dividend_amount_recent\":0.00999999978,\"dividend_amount_upcoming\":null,\"fundamental_currency_code\":\"USD\",\"market\":\"america\",\"typespecs\":[\"common\"],\"type\":\"stock\",\"exchange\":\"AMEX\"},{\"symbol\":\"NASDAQ:JCSE\",\"rank\":2,\"dividend_ex_date_recent\":1769687940,\"dividend_ex_date_upcoming\":null,\"logoid\":\"je-cleantech-ltd\",\"name\":\"JCSE\",\"description\":\"JE Cleantech Holdings Limited\",\"dividends_yield\":29.4314381270903,\"dividend_payment_date_recent\":1769601540,\"dividend_payment_date_upcoming\":null,\"dividend_amount_recent\":0.439999998,\"dividend_amount_upcoming\":null,\"fundamental_currency_code\":\"USD\",\"market\":\"america\",\"typespecs\":[\"common\"],\"type\":\"stock\",\"exchange\":\"NASDAQ\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":395,"avg_credits":117},"299",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":397,"description":400,"method":83,"name":401,"url_path":402,"root_url":49,"parameters":403,"responses":414,"result_stats":419},[398,399],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get IPO calendar data for specified time range and markets","getIPOCalendar","/api/calendar/ipo",{"url":404,"header":409,"post":411,"body":412,"path":413},[405,407,408],{"key":333,"example":334,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":334,"required":6,"name":40,"description":406},"Market code(s), comma-separated (e.g., america,china)",{"key":170,"example":326,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":326,"required":17,"name":40,"description":327},{"key":329,"example":330,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":330,"required":17,"name":40,"description":331},[410],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[415],{"status":68,"status_code":69,"description":218,"schema":18,"examples":416,"example":418},[417],{"name":221,"summary":40,"description":40,"example":418},"{\"success\":true,\"data\":{\"totalCount\":6,\"data\":[{\"symbol\":\"NASDAQ:VTIX\",\"rank\":1,\"logoid\":\"virtuix\",\"name\":\"VTIX\",\"description\":\"Virtuix Holdings Inc.\",\"typespecs\":[\"common\"],\"type\":\"stock\",\"exchange\":\"NASDAQ\",\"market\":\"america\",\"ipo_offer_time\":1769524200,\"ipo_offer_price_usd\":null,\"ipo_offer_status\":\"closed\",\"ipo_offer_status.tr\":\"Closed\",\"ipo_offered_shares\":34213618,\"ipo_deal_amount_usd\":null,\"ipo_market_cap_usd\":null,\"ipo_price_range_usd\":null,\"source-logoid\":\"source\\/NASDAQ\"},{\"symbol\":\"NASDAQ:PPHC\",\"rank\":2,\"logoid\":\"public-pol-hldg-co-com-shs-usd0001-di\",\"name\":\"PPHC\",\"description\":\"Public Policy Holding Company, Inc.\",\"typespecs\":[\"common\"],\"type\":\"stock\",\"exchange\":\"NASDAQ\",\"market\":\"america\",\"ipo_offer_time\":1769610600,\"ipo_offer_price_usd\":12.25,\"ipo_offer_status\":\"closed\",\"ipo_offer_status.tr\":\"Closed\",\"ipo_offered_shares\":4492500,\"ipo_deal_amount_usd\":50837500,\"ipo_market_cap_usd\":349550148.5,\"ipo_price_range_usd\":null,\"source-logoid\":\"source\\/NASDAQ\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":420,"avg_credits":117},"237","Calendar Events",{"endpoints":423,"name":549,"description":40,"ungrouped":6},[424,457,479,501,524],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":425,"description":428,"method":83,"name":429,"url_path":430,"root_url":49,"parameters":431,"responses":450,"result_stats":455},[426,427],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Fetch trading ideas filtered by specific symbol with pagination","getIdeasBySymbol","/api/ideas/list/{symbol}",{"url":432,"header":444,"post":446,"body":447,"path":448},[433,437,441],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},"lang","en","Language code",{"key":438,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":440},"per_page","20","Items per page",{"key":442,"example":39,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":39,"required":6,"name":40,"description":443},"page","Page number",[445],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[449],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[451],{"status":68,"status_code":69,"description":218,"schema":18,"examples":452,"example":454},[453],{"name":221,"summary":40,"description":40,"example":454},"{\"success\":true,\"data\":[{\"id\":23647830,\"image_url\":\"OouMIK2L\",\"name\":\"AAPL | August 28, 2026 | Trend Lines, Confluence & Matching Time\",\"description\":\"Today's AAPL review focused on trend lines, confluence, and making sure the time frames you're using actually work together.\\n\\nWe started with trend lines to understand the direction and structure of price. But a trend line by itself isn't enough to build a trade around. The next step is looking for other pieces of evidence that support what you're seeing.\\n\\nThat's where confluence and matching time frames come in.\\n\\nIn today's video, I covered:\\n\\n \\n Using trend lines to identify direction and important areas\\n Why one trend line shouldn't be the only reason for taking a trade\\n Looking for confluence to strengthen a trade idea\\n Using time frames that match your day-trading strategy\\n Making sure your higher and lower time frames are close enough to tell the same story\\n Building a trade from multiple clues instead of reacting to one signal\\n \\n\\nThe bigger lesson is that your time frames need to work together.\\n\\nIf you're day trading, looking too far out can give you information that doesn't match the trade you're actually trying to take. The goal is to use a higher time frame for context, then move down to a time frame that helps you execute.\\n\\nWhen the time frames match, the trend line makes sense, and multiple pieces of confluence show up in the same area, that's when the picture starts getting clearer.\\n\\nDad Stock Joke: My time frames finally started agreeing with each other. I guess even charts have family meetings. \",\"created_at\":\"2026-08-28T12:31:15+00:00\",\"updated_at\":null,\"date_timestamp\":1787920275,\"updated_date_timestamp\":null,\"chart_url\":\"https:\\/\\/www.tradingview.com\\/chart\\/AAPL\\/OouMIK2L-AAPL-August-28-2026-Trend-Lines-Confluence-Matching-Time\\/\",\"is_public\":true,\"is_visible\":true,\"is_video\":true,\"is_education\":false,\"is_script\":false,\"is_picked\":false,\"is_hot\":true,\"is_reviewed\":true,\"is_platinum_broker_idea\":false,\"script_type\":null,\"script_access\":null,\"script_id_part\":null,\"version\":null,\"script_package_id\":null,\"video_duration\":\"286\",\"video_cam\":false,\"video_filename\":\"https:\\/\\/video-ideas.tradingview.com\\/7\\/7271462-vQNDP6eaaqKgHL26.mp4\",\"comments_count\":0,\"views_count\":0,\"symbol\":{\"name\":\"NASDAQ:AAPL\",\"full_name\":\"NASDAQ:AAPL\",\"short_name\":\"AAPL\",\"exchange\":\"NASDAQ\",\"type\":\"stock\",\"logo\":{\"style\":\"single\",\"logoid\":\"apple\"},\"logo_id\":\"apple\",\"currency_logo_id\":\"country\\/US\",\"base_currency_logo_id\":null,\"logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/apple.svg\"],\"interval\":\"15\",\"direction\":0,\"badge\":{\"label\":\"NASDAQ:AAPL\",\"url\":\"\\/symbols\\/NASDAQ-AAPL\\/\"}},\"user\":{\"id\":7271462,\"username\":\"davekclinton76\",\"badges\":[{\"name\":\"pro:pro_premium\",\"verbose_name\":\"Premium\"}],\"picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/7271462-m8pV.png\",\"mid_picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/7271462-m8pV_mid.png\",\"is_pro\":true,\"pro_plan\":\"pro_premium\",\"is_broker\":false,\"broker_name\":null,\"broker_plan\":null},\"image\":{\"big\":\"https:\\/\\/s3.tradingview.com\\/o\\/OouMIK2L_big.png\",\"middle\":\"https:\\/\\/s3.tradingview.com\\/o\\/OouMIK2L_mid.png\",\"middle_webp\":\"https:\\/\\/s3.tradingview.com\\/o\\/OouMIK2L_mid.webp\",\"bg_color\":\"#131722\"},\"reputation\":null,\"actions\":null,\"is_liked\":false,\"is_favorite\":false,\"likes_count\":0},{\"id\":23642655,\"image_url\":\"AJLEzwau\",\"name\":\"AAPL H1 | Bullish Bounce At Pullback Support\",\"description\":\"The price has bounced off our buy entry level at 312.78, which is a pullback support.\\n\\nOur stop loss is set at 305.65, which is a pullback support.\\n\\nOur take profit is set at 320.27, which is an overlap resistance.\\n\\nHigh Risk Investment Warning\\n\\n65% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money.\",\"created_at\":\"2026-08-27T15:46:52+00:00\",\"updated_at\":null,\"date_timestamp\":1787845612,\"updated_date_timestamp\":null,\"chart_url\":\"https:\\/\\/www.tradingview.com\\/chart\\/AAPL\\/AJLEzwau-AAPL-H1-Bullish-Bounce-At-Pullback-Support\\/\",\"is_public\":true,\"is_visible\":true,\"is_video\":false,\"is_education\":false,\"is_script\":false,\"is_picked\":false,\"is_hot\":true,\"is_reviewed\":true,\"is_platinum_broker_idea\":true,\"script_type\":null,\"script_access\":null,\"script_id_part\":null,\"version\":null,\"script_package_id\":null,\"video_duration\":\"0\",\"video_cam\":false,\"video_filename\":null,\"comments_count\":0,\"views_count\":0,\"symbol\":{\"name\":\"NASDAQ:AAPL\",\"full_name\":\"NASDAQ:AAPL\",\"short_name\":\"AAPL\",\"exchange\":\"NASDAQ\",\"type\":\"stock\",\"logo\":{\"style\":\"single\",\"logoid\":\"apple\"},\"logo_id\":\"apple\",\"currency_logo_id\":\"country\\/US\",\"base_currency_logo_id\":null,\"logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/apple.svg\"],\"interval\":\"60\",\"direction\":1,\"badge\":{\"label\":\"NASDAQ:AAPL\",\"url\":\"\\/symbols\\/NASDAQ-AAPL\\/\"}},\"user\":{\"id\":3475024,\"username\":\"FXCM\",\"badges\":[{\"name\":\"broker:platinum\",\"verbose_name\":\"Platinum partner\"}],\"picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/3475024-S70T.png\",\"mid_picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/3475024-S70T_mid.png\",\"is_pro\":true,\"pro_plan\":\"pro_premium_expert\",\"is_broker\":true,\"broker_name\":\"FXCM\",\"broker_plan\":\"platinum\"},\"image\":{\"big\":\"https:\\/\\/s3.tradingview.com\\/a\\/AJLEzwau_big.png\",\"middle\":\"https:\\/\\/s3.tradingview.com\\/a\\/AJLEzwau_mid.png\",\"middle_webp\":\"https:\\/\\/s3.tradingview.com\\/a\\/AJLEzwau_mid.webp\",\"bg_color\":\"#ffffff\"},\"reputation\":null,\"actions\":null,\"is_liked\":false,\"is_favorite\":false,\"likes_count\":1}],\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":456,"avg_credits":117},"364",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":458,"description":461,"method":83,"name":462,"url_path":463,"root_url":49,"parameters":464,"responses":472,"result_stats":477},[459,460],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Fetch hot/trending trading ideas from TradingView community with pagination support","getHotIdeas","/api/ideas/hot",{"url":465,"header":467,"post":469,"body":470,"path":471},[466],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[468],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[473],{"status":68,"status_code":69,"description":218,"schema":18,"examples":474,"example":476},[475],{"name":221,"summary":40,"description":40,"example":476},"{\"success\":true,\"data\":[{\"id\":23641065,\"image_url\":\"ceIwQbAn\",\"name\":\"GOLD Still Bullish ,Best Places For Buy&Sell Cleared , 1500 Pips\",\"description\":\"Here Is My 30 Mins GOLD Chart , As you know we entered 2 long trades in my last post and now the support that we buy from it around 4600.00 \\/ 4605.00 broken and we can use it as res and selling from it but as i mentioned i`m looking for buy entries more than selling areas now so my best place for buy will be around 4570.00 \\/ 4572.00 , i`m waiting the price at this area and if we have any good bullish price action then we can enter a buy trade and targeting the selling area at the broken support and new res 4600.00 \\/ 4605.00 and if we have a closure above it then we can add a new buy trade and targeting the next res around 4640.00 , but if the selling area around 4600.00 \\/ 4605.00 forced the price to go down then we can`t continue in our buy trades . if we have a daily closure below 4570.00 then the price will continue to downside .\\n\\nEntry Reasons :\\n\\n- Broken Support \\n- Strong Support For Buy \\n\",\"created_at\":\"2026-08-27T11:11:11+00:00\",\"updated_at\":\"2026-08-27T16:43:17+00:00\",\"date_timestamp\":1787829071,\"updated_date_timestamp\":1787848997,\"chart_url\":\"https:\\/\\/www.tradingview.com\\/chart\\/XAUUSD\\/ceIwQbAn-GOLD-Still-Bullish-Best-Places-For-Buy-Sell-Cleared-1500-Pips\\/\",\"is_public\":true,\"is_visible\":true,\"is_video\":false,\"is_education\":false,\"is_script\":false,\"is_picked\":false,\"is_hot\":true,\"is_reviewed\":true,\"is_platinum_broker_idea\":false,\"video_duration\":\"0\",\"video_cam\":false,\"comments_count\":42,\"views_count\":0,\"symbol\":{\"name\":\"FOREXCOM:XAUUSD\",\"full_name\":\"FOREXCOM:XAUUSD\",\"short_name\":\"XAUUSD\",\"exchange\":\"FOREXCOM\",\"type\":\"commodity\",\"logo\":{\"style\":\"single\",\"logoid\":\"metal\\/gold\"},\"logo_id\":\"metal\\/gold\",\"currency_logo_id\":\"country\\/US\",\"logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/metal\\/gold.svg\"],\"interval\":\"30\",\"direction\":1,\"badge\":{\"label\":\"FOREXCOM:XAUUSD\",\"url\":\"\\/symbols\\/XAUUSD\\/\"}},\"user\":{\"id\":6536233,\"username\":\"FX_Elite_Club\",\"badges\":[{\"name\":\"pro:pro_premium\",\"verbose_name\":\"Premium\"}],\"picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/6536233-O0df.png\",\"mid_picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/6536233-O0df_mid.png\",\"is_pro\":true,\"pro_plan\":\"pro_premium\",\"is_broker\":false},\"image\":{\"big\":\"https:\\/\\/s3.tradingview.com\\/c\\/ceIwQbAn_big.png\",\"middle\":\"https:\\/\\/s3.tradingview.com\\/c\\/ceIwQbAn_mid.png\",\"middle_webp\":\"https:\\/\\/s3.tradingview.com\\/c\\/ceIwQbAn_mid.webp\",\"bg_color\":\"#ffffff\"},\"reputation\":null,\"is_liked\":false,\"is_favorite\":false,\"likes_count\":283},{\"id\":23634845,\"image_url\":\"2kr4OLe7\",\"name\":\"Gold Market Structure & FVG Reaction \\u2014 Key Levels & Targets\",\"description\":\"This Gold analysis presents a detailed view of the market structure, liquidity zones, Fair Value Gaps (FVGs), and key reaction levels visible across the chart.\\n\\nThe earlier candles show a strong bullish expansion, with price building higher highs and higher lows while respecting multiple FVG areas. As momentum increased, the market continued to create bullish structure and pushed toward the major premium zone around the 5,100\\u20135,200 area.\\n\\nAfter reaching the upper region, price formed a clear Market Structure Shift (MSS), followed by strong bearish displacement. The consecutive bearish candles confirmed weakness and initiated a deeper retracement toward the lower demand areas. During this decline, several FVGs were created, showing areas where price could potentially react on future retests.\\n\\nAs price moved lower, the market continued printing lower highs and lower lows, confirming the bearish phase. Around the 4,000\\u20134,100 region, price began consolidating and formed a base. Multiple candles repeatedly tested this area without creating a decisive breakdown, suggesting that selling pressure was gradually weakening.\\n\\nThe latest bullish candles show a strong recovery from the lower structure. Price has broken above nearby internal resistance and is now approaching the 4,775 area, which acts as an important reaction and resistance zone.\\n\\nThe current setup suggests watching the 4,775 level carefully. A strong rejection could lead to a retracement toward the 4,527, 4,339, and 4,114 zones, while a clean bullish breakout and confirmation above resistance could open the way toward higher liquidity levels.\\n\\nOverall, the chart combines market structure, MSS, BOS, FVGs, liquidity, and key support\\/resistance levels to provide a complete technical view. This analysis is for educational purposes and focuses on understanding candle-by-candle price action and market structure rather than guaranteeing a future market direction.\",\"created_at\":\"2026-08-26T12:40:39+00:00\",\"updated_at\":\"2026-08-28T10:17:53+00:00\",\"date_timestamp\":1787748039,\"updated_date_timestamp\":1787912273,\"chart_url\":\"https:\\/\\/www.tradingview.com\\/chart\\/GOLD\\/2kr4OLe7-Gold-Market-Structure-FVG-Reaction-Key-Levels-Targets\\/\",\"is_public\":true,\"is_visible\":true,\"is_video\":false,\"is_education\":false,\"is_script\":false,\"is_picked\":false,\"is_hot\":true,\"is_reviewed\":true,\"is_platinum_broker_idea\":false,\"video_duration\":\"0\",\"video_cam\":false,\"comments_count\":53,\"views_count\":0,\"symbol\":{\"name\":\"TVC:GOLD\",\"full_name\":\"TVC:GOLD\",\"short_name\":\"GOLD\",\"exchange\":\"TVC\",\"type\":\"commodity\",\"logo\":{\"style\":\"single\",\"logoid\":\"metal\\/gold\"},\"logo_id\":\"metal\\/gold\",\"currency_logo_id\":\"country\\/US\",\"logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/metal\\/gold.svg\"],\"interval\":\"1D\",\"direction\":2,\"badge\":{\"label\":\"TVC:GOLD\",\"url\":\"\\/symbols\\/GOLD\\/\"}},\"user\":{\"id\":137940841,\"username\":\"Forex_Profit_SMC-FVG\",\"badges\":[{\"name\":\"pro:pro_premium\",\"verbose_name\":\"Premium\"}],\"picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/137940841-knJy.png\",\"mid_picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/137940841-knJy_mid.png\",\"is_pro\":true,\"pro_plan\":\"pro_premium\",\"is_broker\":false},\"image\":{\"big\":\"https:\\/\\/s3.tradingview.com\\/2\\/2kr4OLe7_big.png\",\"middle\":\"https:\\/\\/s3.tradingview.com\\/2\\/2kr4OLe7_mid.png\",\"middle_webp\":\"https:\\/\\/s3.tradingview.com\\/2\\/2kr4OLe7_mid.webp\",\"bg_color\":\"#ffffff\"},\"reputation\":null,\"is_liked\":false,\"is_favorite\":false,\"likes_count\":238}],\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":478,"avg_credits":117},"307",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":480,"description":483,"method":83,"name":484,"url_path":485,"root_url":49,"parameters":486,"responses":494,"result_stats":499},[481,482],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Fetch editor-recommended trading ideas from TradingView with pagination support","getEditorsPicks","/api/ideas/editors-picks",{"url":487,"header":489,"post":491,"body":492,"path":493},[488],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[490],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[495],{"status":68,"status_code":69,"description":218,"schema":18,"examples":496,"example":498},[497],{"name":221,"summary":40,"description":40,"example":498},"{\"success\":true,\"data\":[{\"id\":23640502,\"image_url\":\"f3CbITwe\",\"name\":\"GBP\\/JPY 4H: Price Approaches Point of Control!\",\"description\":\"GBP\\/JPY remains within a short-term ascending triangle-like structure, with higher lows developing from the sharp August reversal low. However, recent price action has pulled back from resistance and is now testing the rising trendline that has supported the recovery over recent weeks.\\n\\n POC  acting as resistance \\nThe 216.90\\u2013217.00 region remains a significant resistance area. Price has approached this zone multiple times during August but has struggled to establish acceptance above it. The latest rejection has triggered another move back toward support.\\n\\n Trendline Support Under Pressure \\nThe rising trendline connecting the August lows is now being tested near 216.40\\u2013216.50. This support level has repeatedly attracted buyers throughout the recovery and remains a key area for maintaining the current structure.\\n\\n Volume Profile Highlights a Key Value Zone \\nThe volume profile shows the largest concentration of trading activity around 216.80\\u2013217.00, placing current price just below a major value area. This suggests the market remains close to an important balance point where previous buying and selling activity was concentrated.\\n\\n RSI Returns to Neutral Territory \\nThe RSI has declined to approximately 46, slipping below the neutral 50 level after previously reaching overbought conditions above 70. This reflects a moderation in momentum rather than a decisive shift in trend.\\n\\n Market Remains Between Support and Resistance \\nPrice is currently caught between rising trendline support and horizontal resistance near 217.00. The narrowing space between these levels suggests the market is approaching a decision point after several weeks of consolidation\\n\",\"created_at\":\"2026-08-27T09:20:55+00:00\",\"date_timestamp\":1787822455,\"chart_url\":\"https:\\/\\/www.tradingview.com\\/chart\\/GBPJPY\\/f3CbITwe-GBP-JPY-4H-Price-Approaches-Point-of-Control\\/\",\"is_public\":true,\"is_visible\":true,\"is_video\":false,\"is_education\":false,\"is_script\":false,\"is_picked\":true,\"is_hot\":true,\"is_reviewed\":true,\"is_platinum_broker_idea\":true,\"video_duration\":\"0\",\"video_cam\":false,\"comments_count\":1,\"views_count\":0,\"symbol\":{\"name\":\"CFI:GBPJPY\",\"full_name\":\"CFI:GBPJPY\",\"short_name\":\"GBPJPY\",\"exchange\":\"CFI\",\"type\":\"forex\",\"logo\":{\"style\":\"pair\",\"logoid\":\"country\\/GB\",\"logoid2\":\"country\\/JP\"},\"currency_logo_id\":\"country\\/JP\",\"base_currency_logo_id\":\"country\\/GB\",\"logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/country\\/GB.svg\",\"https:\\/\\/s3-symbol-logo.tradingview.com\\/country\\/JP.svg\"],\"interval\":\"240\",\"direction\":0,\"badge\":{\"label\":\"CFI:GBPJPY\",\"url\":\"\\/symbols\\/GBPJPY\\/\"}},\"user\":{\"id\":77018334,\"username\":\"CFI\",\"badges\":[{\"name\":\"broker:platinum\",\"verbose_name\":\"Platinum partner\"}],\"picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/77018334-zPwd.png\",\"mid_picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/77018334-zPwd_mid.png\",\"is_pro\":true,\"pro_plan\":\"pro_premium_expert\",\"is_broker\":true,\"broker_name\":\"CFI\",\"broker_plan\":\"platinum\"},\"image\":{\"big\":\"https:\\/\\/s3.tradingview.com\\/f\\/f3CbITwe_big.png\",\"middle\":\"https:\\/\\/s3.tradingview.com\\/f\\/f3CbITwe_mid.png\",\"middle_webp\":\"https:\\/\\/s3.tradingview.com\\/f\\/f3CbITwe_mid.webp\",\"bg_color\":\"#ffffff\"},\"reputation\":null,\"is_liked\":false,\"is_favorite\":false,\"likes_count\":18},{\"id\":23642633,\"image_url\":\"5shvnBgO\",\"name\":\"ETH - Liquidity Sweep in Progress\",\"description\":\"Based on the scenario I laid out for Bitcoin yesterday, I thought it would be appropriate to lay out what that could likely mean for ETH. If you have not seen my idea for Bitcoin yesterday, review it here:\\n\\n\\n ETH Is Already on the Move \\nWhat is interesting about ETH is that it is already in the process of sweeping the upside liquidity above the May range highs. I predicted this would likely be the case, with a local high forming between $2,480 and $2,530, in this idea:\\n\\n\\nAs of the time of writing, this is still very much in play, as many of the 4H candles have continued respecting those trendlines as resistance. Click play on this chart to see exactly what I am referring to:\\n\\n\\nI want to be clear that I still expect ETH to top out in the short term soon and reclaim back within the main range. However, in this idea I want to focus specifically on where ETH would likely go if Bitcoin begins pumping into the $82,000 to $85,000 zone.\\n\\n The Upside Targets \\nCurrently, I am watching a few key upside targets for ETH in that scenario.\\n\\nThe first level sits between $2,620 and $2,630. This was the wick low of support back in November 2025, which could now act as new resistance.\\n\\nThe second level is right around $2,700, which has acted as a heavily traded level with plenty of confluence surrounding that region.\\n\\nNext is the 0.618 target from the macro trend, which aligns with the $2,820 to $2,850 zone. This is likely the primary target for ETH to reach if BTC is able to push into the mid $80s. Another factor is price already deviated 17% to the downside once the main range was broken so a 17% deviation to the upside would put price in line with this 0.618 target. \\n\\nFinally, I have also outlined the 1.618 extension of the micro trend from the May swing high to the June swing low. This coincides with another important price region between $3,030 and $3,080.\\n\\n What Determines How High ETH Goes \\nIf BTC is able to pull off this upside liquidity sweep during the Jackson Hole Symposium, these are the targets to watch for where ETH's local high could form during that same move.\\n\\nHow far ETH actually travels will depend heavily on how ETH\\/BTC behaves during that period. If ETH\\/BTC trends back into the new demand region as Bitcoin takes the spotlight during the pump, the move to the upside for ETH would likely be more muted. But if ETH\\/BTC is able to push back toward the 0.618 level instead, ETH would have the relative strength needed to reach the higher end of these targets.\\n\\nYou can follow my ETH\\/BTC chart here to track that dynamic in real time:\\n\\n\\nIn addition to that, ETH is still holding above the 70 (overbought conditions) on the daily RSI. This could also be a sign that trend momentum is being sustained and could push higher for one more upside move. \",\"created_at\":\"2026-08-27T15:41:53+00:00\",\"date_timestamp\":1787845313,\"chart_url\":\"https:\\/\\/www.tradingview.com\\/chart\\/ETHUSDT\\/5shvnBgO-ETH-Liquidity-Sweep-in-Progress\\/\",\"is_public\":true,\"is_visible\":true,\"is_video\":false,\"is_education\":false,\"is_script\":false,\"is_picked\":true,\"is_hot\":true,\"is_reviewed\":true,\"is_platinum_broker_idea\":false,\"video_duration\":\"0\",\"video_cam\":false,\"comments_count\":7,\"views_count\":0,\"symbol\":{\"name\":\"BINANCE:ETHUSDT\",\"full_name\":\"BINANCE:ETHUSDT\",\"short_name\":\"ETHUSDT\",\"exchange\":\"BINANCE\",\"type\":\"spot\",\"logo\":{\"style\":\"single\",\"logoid\":\"crypto\\/XTVCETH\"},\"currency_logo_id\":\"crypto\\/XTVCUSDT\",\"base_currency_logo_id\":\"crypto\\/XTVCETH\",\"logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/crypto\\/XTVCETH.svg\"],\"interval\":\"1D\",\"direction\":0,\"badge\":{\"label\":\"BINANCE:ETHUSDT\",\"url\":\"\\/symbols\\/ETHUSDT\\/\"}},\"user\":{\"id\":38398824,\"username\":\"VIAQUANT\",\"badges\":[{\"name\":\"pro:pro\",\"verbose_name\":\"Essential\"}],\"picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/38398824-1O24.png\",\"mid_picture_url\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/38398824-1O24_mid.png\",\"is_pro\":true,\"pro_plan\":\"pro\",\"is_broker\":false},\"image\":{\"big\":\"https:\\/\\/s3.tradingview.com\\/5\\/5shvnBgO_big.png\",\"middle\":\"https:\\/\\/s3.tradingview.com\\/5\\/5shvnBgO_mid.png\",\"middle_webp\":\"https:\\/\\/s3.tradingview.com\\/5\\/5shvnBgO_mid.webp\",\"bg_color\":\"#131722\"},\"reputation\":null,\"is_liked\":false,\"is_favorite\":false,\"likes_count\":13}],\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":500,"avg_credits":117},"344",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":502,"description":505,"method":83,"name":506,"url_path":507,"root_url":49,"parameters":508,"responses":517,"result_stats":522},[503,504],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Fetch community minds/opinions for a specific trading symbol","getMinds","/api/ideas/{symbol}/minds",{"url":509,"header":511,"post":513,"body":514,"path":515},[510],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[512],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[516],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[518],{"status":68,"status_code":69,"description":218,"schema":18,"examples":519,"example":521},[520],{"name":221,"summary":40,"description":40,"example":521},"{\"success\":true,\"data\":[{\"symbols\":{\"AAPL\":\"NASDAQ:AAPL\"},\"uid\":\"m1Vccx1fR8q__drTLLfpbA\",\"url\":\"https:\\/\\/www.tradingview.com\\/symbols\\/NASDAQ-AAPL\\/minds\\/?mind=m1Vccx1fR8q__drTLLfpbA\",\"text_ast\":{\"type\":\"root\",\"children\":[{\"type\":\"p\",\"children\":[{\"type\":\"symbol\",\"params\":{\"text\":\"AAPL\",\"symbol\":\"NASDAQ:AAPL\",\"pageUrl\":\"\\/symbols\\/NASDAQ-AAPL\\/\",\"logo\":{\"style\":\"single\",\"logoid\":\"apple\"},\"logoId\":\"apple\",\"baseCurrencyLogoId\":null,\"currencyLogoId\":\"country\\/US\"}},\" \"]}]},\"author\":{\"username\":\"Sienna-Vance\",\"uri\":\"\\/u\\/Sienna-Vance\\/\",\"is_broker\":false,\"avatars\":{\"small\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/129503095-PSqM.png\",\"mid\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/129503095-PSqM_mid.png\",\"big\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/129503095-PSqM_big.png\",\"orig\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/129503095-PSqM_orig.png\"},\"badges\":[{\"name\":\"pro:pro_premium\",\"verbose_name\":\"Premium\"}],\"is_followed\":false},\"created\":\"2026-08-28T13:45:54.203233+00:00\",\"hidden\":false,\"access\":\"public\",\"aliases\":[\"stock@pn@NASDAQ:AAPL\"],\"total_likes\":0,\"total_comments\":0,\"can_view\":true},{\"symbols\":{\"AAPL\":\"NASDAQ:AAPL\"},\"uid\":\"yWjdayerQp-iG-dRU5tTMg\",\"url\":\"https:\\/\\/www.tradingview.com\\/symbols\\/NASDAQ-AAPL\\/minds\\/?mind=yWjdayerQp-iG-dRU5tTMg\",\"text_ast\":{\"type\":\"root\",\"children\":[{\"type\":\"p\",\"children\":[{\"type\":\"symbol\",\"params\":{\"text\":\"AAPL\",\"symbol\":\"NASDAQ:AAPL\",\"pageUrl\":\"\\/symbols\\/NASDAQ-AAPL\\/\",\"logo\":{\"style\":\"single\",\"logoid\":\"apple\"},\"logoId\":\"apple\",\"baseCurrencyLogoId\":null,\"currencyLogoId\":\"country\\/US\"}},\" \\ud83c\\udf4e AAPL | SELL \\u2014 BEARISH REJECTION\\nSell Level: 314.58\\nDownside Route: 312.50 \\u2192 310.30 \\u2192 308.00\\nNext Objective: 305.50\\nRisk Ceiling: 317.00\\n\\nReason: AAPL is facing selling pressure around 314.58. A sustained rejection from this area could favor a pullback toward lower support zones.\"]}]},\"author\":{\"username\":\"Alpha_Structure05\",\"uri\":\"\\/u\\/Alpha_Structure05\\/\",\"is_broker\":false,\"avatars\":{\"small\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/133196528-HeCJ.png\",\"mid\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/133196528-HeCJ_mid.png\",\"big\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/133196528-HeCJ_big.png\",\"orig\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/133196528-HeCJ_orig.png\"},\"badges\":[{\"name\":\"pro:pro_premium\",\"verbose_name\":\"Premium\"}],\"is_followed\":false},\"created\":\"2026-08-28T10:15:49.749178+00:00\",\"hidden\":false,\"access\":\"public\",\"aliases\":[\"stock@pn@NASDAQ:AAPL\"],\"total_likes\":2,\"total_comments\":0,\"can_view\":true}],\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":523,"avg_credits":117},"361",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":525,"description":528,"method":83,"name":529,"url_path":530,"root_url":49,"parameters":531,"responses":542,"result_stats":547},[526,527],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Fetch detailed content of a specific trading idea by image URL","getIdeaDetail","/api/ideas/{imageUrl}",{"url":532,"header":533,"post":535,"body":536,"path":537},[],[534],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[538],{"key":539,"example":540,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":541,"required":17},"imageUrl","LfKFTY2N","Idea image URL",[543],{"status":68,"status_code":69,"description":218,"schema":18,"examples":544,"example":546},[545],{"name":221,"summary":40,"description":40,"example":546},"{\"success\":true,\"data\":{\"id\":21599612,\"uuid\":\"LfKFTY2N\",\"chart_url\":\"\\/chart\\/XAUUSD\\/LfKFTY2N-XAUUSD-Rejection-From-5-240-May-Send-Price-to-5-090\\/\",\"is_script\":false,\"name\":\"XAUUSD Rejection From 5,240 May Send Price to 5,090\",\"description\":\"Hello traders! Here\\u2019s my technical outlook based on the current XAUUSD (3H) chart structure. Gold previously moved in a bullish ascending channel, forming higher highs and higher lows while respecting the rising support line. The rally eventually reached the 5,240 Seller Zone, where strong resistance triggered a sharp rejection and pushed price lower. After this drop, the market stabilized near the 5,090 Buyer Zone, where buyers prevented further decline. Since then, price has been consolidating inside a range between 5,240 resistance and 5,090 support. Currently, gold is testing the upper resistance area while also facing pressure from a descending resistance line, creating a potential rejection zone. My primary scenario remains neutral-to-bearish near resistance while the market trades below the descending resistance line and the 5,240 supply zone. If sellers defend this area once again, price could decline toward the 5,090 support level, which represents the next downside target (TP1) and aligns with the lower boundary of the current range. Please share this idea with your friends and click Boost \\ud83d\\ude80\",\"interval\":\"180\",\"direction\":2,\"webp_url\":\"https:\\/\\/s3.tradingview.com\\/l\\/LfKFTY2N_mid.webp\",\"user\":{\"username\":\"LegionQ8\",\"uri\":\"\\/u\\/LegionQ8\\/\",\"is_broker\":false,\"avatars\":{\"small\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/50479193-AP0U.png\",\"mid\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/50479193-AP0U_mid.png\",\"big\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/50479193-AP0U_big.png\",\"orig\":\"https:\\/\\/s3.tradingview.com\\/userpics\\/50479193-AP0U_orig.png\"},\"badges\":[{\"name\":\"pro:pro_premium\",\"verbose_name\":\"Premium\"}]},\"symbol\":{\"pro_symbol\":\"FOREXCOM:XAUUSD\",\"short_name\":\"XAUUSD\",\"exchange\":\"FOREXCOM\",\"type\":\"commodity\",\"typespecs\":[\"cfd\"],\"tv_symbol_page_url_force_exchange\":[\"\\/symbols\\/XAUUSD\\/\",\"?exchange=FOREXCOM\"],\"ticker_title\":\"Gold Spot \\/ U.S. Dollar\",\"instrument_name\":\"Gold Spot \\/ U.S. Dollar\",\"medium_logo_urls\":[\"https:\\/\\/s3-symbol-logo.tradingview.com\\/metal\\/gold.svg\"],\"logo\":{\"style\":\"single\",\"logoid\":\"metal\\/gold\"},\"logo_id\":\"metal\\/gold\",\"currency_logo_id\":\"country\\/US\",\"country\":\"\"},\"video\":{},\"flags\":{\"is_education\":false,\"is_public\":true,\"is_visible\":true,\"is_suggested\":true,\"is_reviewed\":true,\"is_picked\":false,\"is_favored\":false,\"is_voted\":false,\"is_author_followed\":false},\"created_at\":\"2026-03-11T09:56:40.427365+00:00\",\"updated_at\":\"2026-03-13T09:41:37.879948+00:00\",\"likes_count\":146,\"comments_count\":41,\"views\":8156,\"description_ast\":{\"type\":\"root\",\"children\":[\"Hello traders! Here\\u2019s my technical outlook based on the current XAUUSD (3H) chart structure. Gold previously moved in a bullish ascending channel, forming higher highs and higher lows while respecting the rising support line. The rally eventually reached the 5,240 Seller Zone, where strong resistance triggered a sharp rejection and pushed price lower. After this drop, the market stabilized near the 5,090 Buyer Zone, where buyers prevented further decline. Since then, price has been consolidating inside a range between 5,240 resistance and 5,090 support. Currently, gold is testing the upper resistance area while also facing pressure from a descending resistance line, creating a potential rejection zone. My primary scenario remains neutral-to-bearish near resistance while the market trades below the descending resistance line and the 5,240 supply zone. If sellers defend this area once again, price could decline toward the 5,090 support level, which represents the next downside target (TP1) and aligns with the lower boundary of the current range. Please share this idea with your friends and click Boost \\ud83d\\ude80\"]},\"user_signature_socials\":{\"socials_list\":[\"Twitter\",\"Youtube\"],\"twitter_username\":\"\",\"instagram_username\":\"\",\"youtube_channel\":\"\",\"facebook_username\":\"\",\"website\":\"https:\\/\\/bit.ly\\/4g4wovR\",\"signature\":\"\\ud83d\\udd37Join my telegram channel for free - www.bit.ly\\/4g4wovR\\r\\n\\r\\n\\ud83d\\udcb0Want receive more profitable signals for Crypto & Forex market, write me  PM \\ud83d\\udc49 www.bit.ly\\/4fNijD8\",\"signature_ast\":{\"type\":\"root\",\"children\":[\"\\ud83d\\udd37Join my telegram channel for free - \",{\"type\":\"url\",\"params\":{\"url\":\"https:\\/\\/www.bit.ly\\/4g4wovR\",\"linkText\":\"bit.ly\\/4g4wovR\",\"relFollow\":false}}]}},\"updates\":[{\"id\":8156714,\"created_at\":\"2026-03-12T09:47:42.573272+00:00\",\"description\":\"The price of gold was gradually falling but buyers came in. I think this will be a small correction, after which the movement will resume to our target.\",\"description_ast\":{\"type\":\"root\",\"children\":[\"The price of gold was gradually falling but buyers came in. I think this will be a small correction, after which the movement will resume to our target.\"]},\"type\":\"trading\",\"value\":\"active\",\"label\":\"Trade active\",\"could_be_modified\":false},{\"id\":8160583,\"created_at\":\"2026-03-13T09:41:37.879948+00:00\",\"description\":\"Our analysis worked perfectly for gold. As we expected, gold continued to form lower highs and squeezed closer to the support zone. Our target was achieved!\",\"description_ast\":{\"type\":\"root\",\"children\":[\"Our analysis worked perfectly for gold. As we expected, gold continued to form lower highs and squeezed closer to the support zone. Our target was achieved!\"]},\"type\":\"close_position\",\"value\":\"target_reached\",\"label\":\"Trade closed: target reached\",\"could_be_modified\":false}],\"tags\":[{\"tag\":\"analysis\",\"title\":\"analysis\",\"script_full_url\":\"\\/scripts\\/analysis\\/\",\"idea_full_url\":\"\\/ideas\\/analysis\\/\"},{\"tag\":\"breakout\",\"title\":\"breakout\",\"script_full_url\":\"\\/scripts\\/breakout\\/\",\"idea_full_url\":\"\\/ideas\\/breakout\\/\"}],\"related\":[],\"script_terms\":\"\",\"preview_image_urls\":{\"original\":\"https:\\/\\/s3.tradingview.com\\/l\\/LfKFTY2N.png\",\"thumb\":\"https:\\/\\/s3.tradingview.com\\/l\\/LfKFTY2N_171_121.png\",\"crop\":\"https:\\/\\/s3.tradingview.com\\/l\\/LfKFTY2N_big.png\",\"mid\":\"https:\\/\\/s3.tradingview.com\\/l\\/LfKFTY2N_mid.png\"},\"language\":\"en\",\"page_title\":\"XAUUSD Rejection From 5,240 May Send Price to 5,090 for FOREXCOM:XAUUSD by LegionQ8\",\"webp_size\":{\"width\":466,\"height\":275},\"content\":\"{\\\"name\\\":\\\"Vlad\\\",\\\"layout\\\":\\\"s\\\",\\\"charts\\\":[{\\\"panes\\\":[{\\\"sources\\\":[{\\\"type\\\":\\\"MainSeries\\\",\\\"id\\\":\\\"_seriesId\\\",\\\"zorder\\\":0,\\\"haStyle\\\":{\\\"studyId\\\":\\\"BarSetHeikenAshi@tv-basicstudies-60\\\"},\\\"renkoStyle\\\":{\\\"studyId\\\":\\\"BarSetRenko@tv-prostudies-73\\\"},\\\"pbStyle\\\":{\\\"studyId\\\":\\\"BarSetPriceBreak@tv-prostudies-34\\\"},\\\"kagiStyle\\\":{\\\"studyId\\\":\\\"BarSetKagi@tv-prostudies-73\\\"},\\\"pnfStyle\\\":{\\\"studyId\\\":\\\"BarSetPnF@tv-prostudies-73\\\"},\\\"rangeStyle\\\":{\\\"studyId\\\":\\\"BarSetRange@tv-basicstudies-72\\\"},\\\"volFootprintStyle\\\":{\\\"studyId\\\":\\\"Footprint@tv-volumebyprice-104\\\"},\\\"tpoStyle\\\":{\\\"studyId\\\":\\\"TPOSessions@tv-volumebyprice-104\\\"},\\\"svpStyle\\\":{\\\"studyId\\\":\\\"VbPSessions@tv-volumebyprice-126\\\"},\\\"formattingDeps\\\":{\\\"format\\\":\\\"price\\\",\\\"pricescale\\\":100,\\\"minmov\\\":1,\\\"fractional\\\":false,\\\"minmove2\\\":1,\\\"variable_tick_size\\\":\\\"\\\"},\\\"studyBindings\\\":{\\\"17\\\":null,\\\"18\\\":null,\\\"20\\\":null},\\\"state\\\":{\\\"style\\\":1,\\\"esdShowDividends\\\":true,\\\"esdShowSplits\\\":true,\\\"esdShowEarnings\\\":true,\\\"esdShowBreaks\\\":false,\\\"showContinuousContractSwitches\\\":true,\\\"showContinuousContractSwitchesBreaks\\\":false,\\\"showFuturesContractExpiration\\\":true,\\\"showLastNews\\\":true,\\\"showCountdown\\\":true,\\\"visible\\\":true,\\\"showPriceLine\\\":true,\\\"priceLineWidth\\\":1,\\\"showPrevClosePriceLine\\\":false,\\\"prevClosePriceLineWidth\\\":1,\\\"minTick\\\":\\\"default\\\",\\\"dividendsAdjustment\\\":false,\\\"backAdjustment\\\":false,\\\"settlementAsClose\\\":true,\\\"sessionId\\\":\\\"regular\\\",\\\"bidAsk\\\":{\\\"visible\\\":false,\\\"lineStyle\\\":1,\\\"lineWidth\\\":1,\\\"bidLineColor\\\":\\\"#2962FF\\\",\\\"askLineColor\\\":\\\"#F7525F\\\"},\\\"prePostMarket\\\":{\\\"visible\\\":true,\\\"lineStyle\\\":1,\\\"lineWidth\\\":1,\\\"preMarketColor\\\":\\\"#FB8C00\\\",\\\"postMarketColor\\\":\\\"#2962FF\\\"},\\\"highLowAvgPrice\\\":{\\\"highLowPriceLinesVisible\\\":false,\\\"highLowPriceLabelsVisible\\\":false,\\\"averageClosePriceLineVisible\\\":false,\\\"averageClosePriceLabelVisible\\\":false,\\\"highLowPriceLinesWidth\\\":1,\\\"averagePriceLineWidth\\\":1,\\\"highLowPriceLinesColor\\\":\\\"\\\",\\\"averagePriceLineColor\\\":\\\"\\\"},\\\"statusViewStyle\\\":{\\\"fontSize\\\":16,\\\"showExchange\\\":true,\\\"showInterval\\\":true,\\\"symbolTextSource\\\":\\\"description\\\"},\\\"lineStyle\\\":{\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"priceSource\\\":\\\"close\\\",\\\"colorType\\\":\\\"solid\\\",\\\"color\\\":\\\"#2962FF\\\",\\\"gradientStartColor\\\":\\\"#D500F9\\\",\\\"gradientEndColor\\\":\\\"#00BCE5\\\"},\\\"lineWithMarkersStyle\\\":{\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"priceSource\\\":\\\"close\\\",\\\"colorType\\\":\\\"gradient\\\",\\\"color\\\":\\\"#2962FF\\\",\\\"gradientStartColor\\\":\\\"#D500F9\\\",\\\"gradientEndColor\\\":\\\"#00BCE5\\\"},\\\"steplineStyle\\\":{\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"priceSource\\\":\\\"close\\\",\\\"colorType\\\":\\\"gradient\\\",\\\"color\\\":\\\"#2962FF\\\",\\\"gradientStartColor\\\":\\\"#D500F9\\\",\\\"gradientEndColor\\\":\\\"#00BCE5\\\"},\\\"baselineStyle\\\":{\\\"topLineWidth\\\":2,\\\"bottomLineWidth\\\":2,\\\"topLineStyle\\\":0,\\\"bottomLineStyle\\\":0,\\\"priceSource\\\":\\\"close\\\",\\\"transparency\\\":50,\\\"baseLevelPercentage\\\":50,\\\"baselineColor\\\":\\\"#758696\\\",\\\"topFillColor1\\\":\\\"rgba(8, 153, 129, 0.28)\\\",\\\"topFillColor2\\\":\\\"rgba(8, 153, 129, 0.05)\\\",\\\"bottomFillColor1\\\":\\\"rgba(242, 54, 69, 0.05)\\\",\\\"bottomFillColor2\\\":\\\"rgba(242, 54, 69, 0.28)\\\",\\\"topLineColor\\\":\\\"#089981\\\",\\\"bottomLineColor\\\":\\\"#F23645\\\"},\\\"areaStyle\\\":{\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"priceSource\\\":\\\"close\\\",\\\"transparency\\\":100,\\\"color1\\\":\\\"rgba(41, 98, 255, 0.28)\\\",\\\"color2\\\":\\\"#2962FF\\\",\\\"linecolor\\\":\\\"#2962FF\\\"},\\\"hlcAreaStyle\\\":{\\\"highLineVisible\\\":true,\\\"highLineStyle\\\":0,\\\"highLineWidth\\\":2,\\\"lowLineVisible\\\":true,\\\"lowLineStyle\\\":0,\\\"lowLineWidth\\\":2,\\\"closeLineStyle\\\":0,\\\"closeLineWidth\\\":2,\\\"highLineColor\\\":\\\"#00bcd4\\\",\\\"lowLineColor\\\":\\\"#e91e63\\\",\\\"closeLineColor\\\":\\\"#2962FF\\\",\\\"highCloseFillColor\\\":\\\"rgba(0, 188, 212, 0.25)\\\",\\\"closeLowFillColor\\\":\\\"rgba(233, 30, 99, 0.25)\\\"},\\\"barStyle\\\":{\\\"barColorsOnPrevClose\\\":false,\\\"dontDrawOpen\\\":false,\\\"thinBars\\\":true,\\\"downColor\\\":\\\"#F23645\\\",\\\"upColor\\\":\\\"#089981\\\"},\\\"hlcBarsStyle\\\":{\\\"thinBars\\\":true,\\\"color\\\":\\\"#2962FF\\\"},\\\"candleStyle\\\":{\\\"drawWick\\\":true,\\\"drawBorder\\\":true,\\\"barColorsOnPrevClose\\\":false,\\\"drawBody\\\":true,\\\"borderColor\\\":\\\"#378658\\\",\\\"upColor\\\":\\\"rgba(8, 153, 129, 1)\\\",\\\"wickColor\\\":\\\"#737375\\\",\\\"wickUpColor\\\":\\\"#089981\\\",\\\"wickDownColor\\\":\\\"#F23645\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\"},\\\"volCandlesStyle\\\":{\\\"drawWick\\\":true,\\\"drawBorder\\\":true,\\\"barColorsOnPrevClose\\\":false,\\\"drawBody\\\":true,\\\"borderColor\\\":\\\"#378658\\\",\\\"upColor\\\":\\\"#089981\\\",\\\"wickColor\\\":\\\"#737375\\\",\\\"wickUpColor\\\":\\\"#089981\\\",\\\"wickDownColor\\\":\\\"#F23645\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\"},\\\"hollowCandleStyle\\\":{\\\"drawWick\\\":true,\\\"drawBorder\\\":true,\\\"drawBody\\\":true,\\\"upColor\\\":\\\"#089981\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderColor\\\":\\\"#378658\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\",\\\"wickColor\\\":\\\"#737375\\\",\\\"wickUpColor\\\":\\\"#089981\\\",\\\"wickDownColor\\\":\\\"#F23645\\\"},\\\"haStyle\\\":{\\\"drawWick\\\":true,\\\"drawBorder\\\":true,\\\"showRealLastPrice\\\":false,\\\"barColorsOnPrevClose\\\":false,\\\"inputs\\\":{},\\\"inputInfo\\\":{},\\\"drawBody\\\":true,\\\"borderColor\\\":\\\"#378658\\\",\\\"upColor\\\":\\\"#089981\\\",\\\"wickColor\\\":\\\"#737375\\\",\\\"wickUpColor\\\":\\\"#089981\\\",\\\"wickDownColor\\\":\\\"#F23645\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\"},\\\"hiloStyle\\\":{\\\"showBorders\\\":true,\\\"showLabels\\\":true,\\\"drawBody\\\":true,\\\"color\\\":\\\"#2962FF\\\",\\\"borderColor\\\":\\\"#2962FF\\\",\\\"labelColor\\\":\\\"#2962FF\\\"},\\\"columnStyle\\\":{\\\"barColorsOnPrevClose\\\":true,\\\"priceSource\\\":\\\"close\\\",\\\"baselinePosition\\\":\\\"bottom\\\",\\\"upColor\\\":\\\"rgba(8, 153, 129, 0.5)\\\",\\\"downColor\\\":\\\"rgba(242, 54, 69, 0.5)\\\"},\\\"renkoStyle\\\":{\\\"inputs\\\":{\\\"source\\\":\\\"close\\\",\\\"sources\\\":\\\"Close\\\",\\\"boxSize\\\":3,\\\"style\\\":\\\"ATR\\\",\\\"atrLength\\\":14,\\\"percentageLTP\\\":1,\\\"wicks\\\":true},\\\"inputInfo\\\":{\\\"source\\\":{\\\"name\\\":\\\"Source\\\"},\\\"sources\\\":{\\\"name\\\":\\\"Source\\\"},\\\"boxSize\\\":{\\\"name\\\":\\\"Box size\\\"},\\\"style\\\":{\\\"name\\\":\\\"Style\\\"},\\\"atrLength\\\":{\\\"name\\\":\\\"ATR length\\\"},\\\"percentageLTP\\\":{\\\"name\\\":\\\"Percentage\\\"},\\\"wicks\\\":{\\\"name\\\":\\\"Wicks\\\"}},\\\"upColor\\\":\\\"#089981\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\",\\\"upColorProjection\\\":\\\"#a9dcc3\\\",\\\"downColorProjection\\\":\\\"#f5a6ae\\\",\\\"borderUpColorProjection\\\":\\\"#a9dcc3\\\",\\\"borderDownColorProjection\\\":\\\"#f5a6ae\\\",\\\"wickUpColor\\\":\\\"#089981\\\",\\\"wickDownColor\\\":\\\"#F23645\\\"},\\\"pbStyle\\\":{\\\"inputs\\\":{\\\"lb\\\":3},\\\"inputInfo\\\":{\\\"lb\\\":{\\\"name\\\":\\\"Number of line\\\"}},\\\"upColor\\\":\\\"#089981\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\",\\\"upColorProjection\\\":\\\"#a9dcc3\\\",\\\"downColorProjection\\\":\\\"#f5a6ae\\\",\\\"borderUpColorProjection\\\":\\\"#a9dcc3\\\",\\\"borderDownColorProjection\\\":\\\"#f5a6ae\\\"},\\\"kagiStyle\\\":{\\\"inputs\\\":{\\\"style\\\":\\\"ATR\\\",\\\"atrLength\\\":14,\\\"percentageLTP\\\":1,\\\"reversalAmount\\\":1},\\\"inputInfo\\\":{\\\"style\\\":{\\\"name\\\":\\\"Style\\\"},\\\"atrLength\\\":{\\\"name\\\":\\\"ATR length\\\"},\\\"percentageLTP\\\":{\\\"name\\\":\\\"Percentage\\\"},\\\"reversalAmount\\\":{\\\"name\\\":\\\"Reversal amount\\\"}},\\\"downColor\\\":\\\"#F23645\\\",\\\"upColor\\\":\\\"#089981\\\",\\\"upColorProjection\\\":\\\"#a9dcc3\\\",\\\"downColorProjection\\\":\\\"#f5a6ae\\\"},\\\"pnfStyle\\\":{\\\"inputs\\\":{\\\"sources\\\":\\\"Close\\\",\\\"reversalAmount\\\":3,\\\"boxSize\\\":1,\\\"style\\\":\\\"ATR\\\",\\\"atrLength\\\":14,\\\"percentageLTP\\\":1,\\\"oneStepBackBuilding\\\":false},\\\"inputInfo\\\":{\\\"sources\\\":{\\\"name\\\":\\\"Source\\\"},\\\"boxSize\\\":{\\\"name\\\":\\\"Box size\\\"},\\\"reversalAmount\\\":{\\\"name\\\":\\\"Reversal amount\\\"},\\\"style\\\":{\\\"name\\\":\\\"Style\\\"},\\\"atrLength\\\":{\\\"name\\\":\\\"ATR length\\\"},\\\"percentageLTP\\\":{\\\"name\\\":\\\"Percentage\\\"},\\\"oneStepBackBuilding\\\":{\\\"name\\\":\\\"One step back building\\\"}},\\\"downColor\\\":\\\"#F23645\\\",\\\"upColor\\\":\\\"#089981\\\",\\\"upColorProjection\\\":\\\"#a9dcc3\\\",\\\"downColorProjection\\\":\\\"#f5a6ae\\\"},\\\"rangeStyle\\\":{\\\"barStyle\\\":0,\\\"thinBars\\\":true,\\\"inputs\\\":{\\\"range\\\":10,\\\"phantomBars\\\":false},\\\"inputInfo\\\":{\\\"range\\\":{\\\"name\\\":\\\"Range\\\"},\\\"phantomBars\\\":{\\\"name\\\":\\\"Phantom bars\\\"}},\\\"upColor\\\":\\\"#089981\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"upColorProjection\\\":\\\"#a9dcc3\\\",\\\"downColorProjection\\\":\\\"#f5a6ae\\\",\\\"candlesUpColor\\\":\\\"#089981\\\",\\\"candlesDownColor\\\":\\\"#F23645\\\",\\\"candlesBorderUpColor\\\":\\\"#089981\\\",\\\"candlesBorderDownColor\\\":\\\"#F23645\\\",\\\"candlesWickUpColor\\\":\\\"#089981\\\",\\\"candlesWickDownColor\\\":\\\"#F23645\\\"},\\\"tpoStyle\\\":{\\\"color\\\":\\\"#2962FF\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"styles\\\":{\\\"splitByBlocks\\\":false,\\\"splitByBlocksMode\\\":0},\\\"inputs\\\":{\\\"period\\\":\\\"Day\\\",\\\"periodsNum\\\":1,\\\"profilesSessions\\\":\\\"All\\\",\\\"customSession\\\":\\\"0930-1600\\\",\\\"customSession2\\\":\\\"\\\",\\\"customSession3\\\":\\\"\\\",\\\"customSession4\\\":\\\"\\\",\\\"customSession5\\\":\\\"\\\",\\\"rowSize\\\":\\\"Auto\\\",\\\"ticksPerRow\\\":10,\\\"vaPercent\\\":70,\\\"blockSize\\\":\\\"30m\\\",\\\"mergePoints\\\":\\\"[]\\\",\\\"extendPoorHigh\\\":false,\\\"extendPoorLow\\\":false,\\\"extendPOC\\\":false,\\\"extendTpoVah\\\":false,\\\"extendTpoVal\\\":false,\\\"extendVolumePoc\\\":false,\\\"extendVolumeVah\\\":false,\\\"extendVolumeVal\\\":false,\\\"extendSingleprints\\\":false},\\\"tpo\\\":{\\\"colors\\\":{\\\"gradientColors\\\":[\\\"#e91e63\\\",\\\"#00c853\\\",\\\"#00bcd4\\\",\\\"#651FFF\\\"]},\\\"showBlocks\\\":true,\\\"showLetters\\\":true,\\\"nonVaOpacity\\\":30},\\\"levels\\\":{\\\"showPOC\\\":true,\\\"pocColor\\\":\\\"#0F0F0F\\\",\\\"showPoorHigh\\\":false,\\\"poorHighColor\\\":\\\"#6200EA\\\",\\\"showPoorLow\\\":false,\\\"poorLowColor\\\":\\\"#6200EA\\\",\\\"showSingleprints\\\":false,\\\"singleprintsColor\\\":\\\"rgba(224, 64, 251, 0.15)\\\",\\\"showVAH\\\":true,\\\"vahColor\\\":\\\"#0F0F0F\\\",\\\"showVAL\\\":true,\\\"valColor\\\":\\\"#0F0F0F\\\",\\\"showMidpoint\\\":false,\\\"showOpenPrice\\\":false,\\\"showClosePrice\\\":false,\\\"initialBalanceRange\\\":{\\\"levels\\\":2,\\\"visible\\\":true}},\\\"volumeProfile\\\":{\\\"visible\\\":true,\\\"valuesColor\\\":\\\"#0F0F0F\\\",\\\"showValues\\\":false,\\\"vah\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2},\\\"val\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2},\\\"poc\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2},\\\"volumeColor\\\":\\\"rgba(38, 198, 218, 0.5)\\\",\\\"valueAreaColor\\\":\\\"rgba(38, 198, 218, 0.75)\\\",\\\"placement\\\":\\\"left_to_right\\\"},\\\"summary\\\":{\\\"visible\\\":false,\\\"belowSeries\\\":true,\\\"infoBlocks\\\":{\\\"hlRange\\\":{\\\"visible\\\":false},\\\"pocPrice\\\":{\\\"visible\\\":true},\\\"rotationFactor\\\":{\\\"visible\\\":false},\\\"totalVolume\\\":{\\\"visible\\\":false},\\\"tpoCountAbovePoc\\\":{\\\"visible\\\":false},\\\"tpoCountBelowPoc\\\":{\\\"visible\\\":false},\\\"tpoCountTotal\\\":{\\\"visible\\\":false},\\\"vaRange\\\":{\\\"visible\\\":false},\\\"vahPrice\\\":{\\\"visible\\\":true},\\\"valPrice\\\":{\\\"visible\\\":true},\\\"initialBalanceHigh\\\":{\\\"visible\\\":true},\\\"initialBalanceLow\\\":{\\\"visible\\\":true},\\\"initialBalanceRange\\\":{\\\"visible\\\":true}}},\\\"priceSource\\\":\\\"close\\\"},\\\"svpStyle\\\":{\\\"inputs\\\":{\\\"profilesSessions\\\":\\\"All\\\",\\\"customSession\\\":\\\"0930-1600\\\",\\\"customSessionTZ\\\":\\\"Exchange\\\",\\\"volume\\\":\\\"Up\\/Down\\\",\\\"vaVolume\\\":70,\\\"extendPocRight\\\":false,\\\"extendVAHRight\\\":false,\\\"extendVALRight\\\":false,\\\"rowsLayout\\\":\\\"Number Of Rows\\\",\\\"rows\\\":24},\\\"volumeProfile\\\":{\\\"visible\\\":true,\\\"valuesColor\\\":\\\"#0F0F0F\\\",\\\"showValues\\\":false,\\\"volumeColorUp\\\":\\\"rgba(38, 198, 218, 0.5)\\\",\\\"volumeColorDown\\\":\\\"rgba(236, 64, 122, 0.5)\\\",\\\"valueAreaColorUp\\\":\\\"rgba(38, 198, 218, 0.75)\\\",\\\"valueAreaColorDown\\\":\\\"rgba(236, 64, 122, 0.75)\\\",\\\"histogramBoxColor\\\":\\\"rgba(38, 198, 218, 0.05)\\\",\\\"placement\\\":\\\"left_to_right\\\",\\\"percentWidth\\\":100},\\\"vah\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2},\\\"val\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2},\\\"poc\\\":{\\\"visible\\\":true,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2},\\\"developingPoc\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#0F0F0F\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":1},\\\"developingVA\\\":{\\\"visible\\\":false,\\\"color\\\":\\\"#00bcd4\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":1}},\\\"volFootprintStyle\\\":{\\\"drawWick\\\":true,\\\"drawBorder\\\":true,\\\"barColorsOnPrevClose\\\":false,\\\"drawBody\\\":true,\\\"upColor\\\":\\\"#089981\\\",\\\"downColor\\\":\\\"#F23645\\\",\\\"borderColor\\\":\\\"#378658\\\",\\\"borderUpColor\\\":\\\"#089981\\\",\\\"borderDownColor\\\":\\\"#F23645\\\",\\\"wickColor\\\":\\\"#737375\\\",\\\"wickUpColor\\\":\\\"#089981\\\",\\\"wickDownColor\\\":\\\"#F23645\\\",\\\"deltaAdjust\\\":true,\\\"showSummary\\\":true,\\\"summaryMode\\\":0,\\\"extendedSummary\\\":{\\\"belowSeries\\\":true,\\\"blockInfo\\\":{\\\"volume\\\":{\\\"visible\\\":true},\\\"volumePercentage\\\":{\\\"visible\\\":false},\\\"buyVolume\\\":{\\\"visible\\\":false},\\\"buyVolumePercentage\\\":{\\\"visible\\\":false},\\\"sellVolume\\\":{\\\"visible\\\":false},\\\"sellVolumePercentage\\\":{\\\"visible\\\":false},\\\"delta\\\":{\\\"visible\\\":true},\\\"deltaPercentage\\\":{\\\"visible\\\":false},\\\"minDelta\\\":{\\\"visible\\\":false},\\\"maxDelta\\\":{\\\"visible\\\":false},\\\"sessionCVD\\\":{\\\"visible\\\":true},\\\"pocPrice\\\":{\\\"visible\\\":true},\\\"hlRange\\\":{\\\"visible\\\":false}},\\\"openInterestBlockInfo\\\":{\\\"openInterest\\\":{\\\"visible\\\":true}},\\\"extendedOpenInterestBlockInfo\\\":{\\\"openInterestHigh\\\":{\\\"visible\\\":true},\\\"openInterestLow\\\":{\\\"visible\\\":true}}},\\\"type\\\":\\\"Buy and sell\\\",\\\"displayMode\\\":0,\\\"pointOfControl\\\":true,\\\"bgColors\\\":{\\\"adjBuyBgColors\\\":[\\\"#70CCBD\\\",\\\"#22AB94\\\",\\\"#06806B\\\",\\\"#004D40\\\"],\\\"adjSellBgColors\\\":[\\\"#FAA1A4\\\",\\\"#F7525F\\\",\\\"#CC2F3C\\\",\\\"#802028\\\"],\\\"adjTotalBgColors\\\":[\\\"#90BFF9\\\",\\\"#3179F5\\\",\\\"#1E53E5\\\",\\\"#143EB2\\\"],\\\"buyBgColor\\\":\\\"#22AB94\\\",\\\"sellBgColor\\\":\\\"#F7525F\\\",\\\"totalBgColor\\\":\\\"#3179F5\\\",\\\"pocColor\\\":\\\"#000000\\\"},\\\"imbalanceHighlight\\\":{\\\"buyColor\\\":\\\"#089981\\\",\\\"sellColor\\\":\\\"#F23645\\\",\\\"visible\\\":true},\\\"inputs\\\":{\\\"rowSize\\\":\\\"Auto\\\",\\\"atrLength\\\":14,\\\"imbalancePercent\\\":300,\\\"ticksPerRow\\\":100,\\\"showVA\\\":true,\\\"vaPercent\\\":70,\\\"calcStackedImbalance\\\":false,\\\"stackedImbalanceCount\\\":3,\\\"ignore_zero_volume_for_imbalance_calc\\\":false,\\\"minimal_imbalance_volume\\\":0}},\\\"baseLineColor\\\":\\\"#B2B5BE\\\",\\\"prevClosePriceLineColor\\\":\\\"#555555\\\",\\\"priceLineColor\\\":\\\"\\\",\\\"timeframe\\\":\\\"\\\",\\\"shortName\\\":\\\"XAUUSD\\\",\\\"currencyId\\\":\\\"USD\\\",\\\"unitId\\\":null,\\\"metricId\\\":null,\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"interval\\\":\\\"180\\\",\\\"priceAxisProperties\\\":{\\\"autoScale\\\":true,\\\"autoScaleDisabled\\\":false,\\\"lockScale\\\":false,\\\"percentage\\\":false,\\\"percentageDisabled\\\":false,\\\"log\\\":true,\\\"logDisabled\\\":false,\\\"alignLabels\\\":true,\\\"isInverted\\\":false,\\\"indexedTo100\\\":false}},\\\"bars\\\":{\\\"start\\\":0,\\\"end\\\":233,\\\"data\\\":[{\\\"index\\\":67,\\\"value\\\":[1769662800,5558.44,5595.46,5516.325,5549.14]},{\\\"index\\\":68,\\\"value\\\":[1769673600,5549.14,5554.98,5474.695,5483.525]},{\\\"index\\\":69,\\\"value\\\":[1769684400,5483.525,5543.15,5470.955,5510.305]},{\\\"index\\\":70,\\\"value\\\":[1769695200,5510.305,5549.825,5098.085,5264.13]},{\\\"index\\\":71,\\\"value\\\":[1769706000,5264.13,5375.36,5264.13,5305.565]},{\\\"index\\\":72,\\\"value\\\":[1769716800,5305.565,5426.2,5282.965,5378.245]},{\\\"index\\\":73,\\\"value\\\":[1769727600,5378.245,5451.015,5291.535,5301.895]},{\\\"index\\\":74,\\\"value\\\":[1769738400,5301.895,5312.905,5112.57,5214.97]},{\\\"index\\\":75,\\\"value\\\":[1769749200,5214.97,5241.66,5117.72,5181.36]},{\\\"index\\\":76,\\\"value\\\":[1769760000,5181.36,5181.36,4939.86,5119.87]},{\\\"index\\\":77,\\\"value\\\":[1769770800,5119.87,5145.905,4992.505,5019.52]},{\\\"index\\\":78,\\\"value\\\":[1769781600,5019.52,5113.745,4944.265,4985.585]},{\\\"index\\\":79,\\\"value\\\":[1769792400,4985.585,4985.98,4683.03,4932.825]},{\\\"index\\\":80,\\\"value\\\":[1769803200,4932.825,4933.4,4809.735,4894.33]},{\\\"index\\\":81,\\\"value\\\":[1769986800,4894.33,4894.33,4584.815,4737.32]},{\\\"index\\\":82,\\\"value\\\":[1769997600,4737.32,4773.135,4603.43,4680.06]},{\\\"index\\\":83,\\\"value\\\":[1770008400,4680.06,4695.86,4402.825,4587.3]},{\\\"index\\\":84,\\\"value\\\":[1770019200,4587.3,4733.88,4560.02,4705.735]},{\\\"index\\\":85,\\\"value\\\":[1770030000,4705.735,4812.59,4669.56,4706.3]},{\\\"index\\\":86,\\\"value\\\":[1770040800,4706.3,4793.97,4596.68,4666]},{\\\"index\\\":87,\\\"value\\\":[1770051600,4666,4714.07,4618.57,4685.75]},{\\\"index\\\":88,\\\"value\\\":[1770062400,4685.75,4700.89,4644.105,4660.625]},{\\\"index\\\":89,\\\"value\\\":[1770073200,4660.625,4856.56,4660.625,4841.74]},{\\\"index\\\":90,\\\"value\\\":[1770084000,4841.74,4841.95,4745.76,4809.155]},{\\\"index\\\":91,\\\"value\\\":[1770094800,4809.155,4933.78,4809.055,4917.32]},{\\\"index\\\":92,\\\"value\\\":[1770105600,4917.32,4949.81,4884.785,4902.455]},{\\\"index\\\":93,\\\"value\\\":[1770116400,4902.455,4951.045,4883.89,4932.535]},{\\\"index\\\":94,\\\"value\\\":[1770127200,4932.535,4993.815,4893.85,4955.695]},{\\\"index\\\":95,\\\"value\\\":[1770138000,4955.695,4969.815,4880.61,4927.295]},{\\\"index\\\":96,\\\"value\\\":[1770148800,4927.295,4964.26,4902.53,4946.055]},{\\\"index\\\":97,\\\"value\\\":[1770159600,4946.055,5053.445,4910.165,5046.7]},{\\\"index\\\":98,\\\"value\\\":[1770170400,5046.7,5081.18,5035.655,5080.655]},{\\\"index\\\":99,\\\"value\\\":[1770181200,5080.655,5091.37,5051.425,5084.83]},{\\\"index\\\":100,\\\"value\\\":[1770192000,5084.83,5091.99,5041.795,5048.745]},{\\\"index\\\":101,\\\"value\\\":[1770202800,5048.745,5063.53,5013.78,5053.97]},{\\\"index\\\":102,\\\"value\\\":[1770213600,5053.97,5059.075,4852.115,4904.635]},{\\\"index\\\":103,\\\"value\\\":[1770224400,4904.635,4958.035,4873.22,4941.935]},{\\\"index\\\":104,\\\"value\\\":[1770235200,4941.935,4970.995,4914.99,4965.7]},{\\\"index\\\":105,\\\"value\\\":[1770246000,4965.7,5023.88,4936.39,4958.955]},{\\\"index\\\":106,\\\"value\\\":[1770256800,4958.955,4961.81,4789.28,4863.795]},{\\\"index\\\":107,\\\"value\\\":[1770267600,4863.795,4941.08,4826.65,4915.17]},{\\\"index\\\":108,\\\"value\\\":[1770278400,4915.17,4943.65,4848.11,4877.14]},{\\\"index\\\":109,\\\"value\\\":[1770289200,4877.14,4894.585,4802.22,4835.575]},{\\\"index\\\":110,\\\"value\\\":[1770300000,4835.575,4906.965,4800.545,4889.055]},{\\\"index\\\":111,\\\"value\\\":[1770310800,4889.055,4890.69,4823.82,4829.45]},{\\\"index\\\":112,\\\"value\\\":[1770321600,4829.45,4843.27,4759.63,4778.055]},{\\\"index\\\":113,\\\"value\\\":[1770332400,4778.055,4787.17,4655.4,4774.385]},{\\\"index\\\":114,\\\"value\\\":[1770343200,4774.385,4846.535,4761.025,4813.995]},{\\\"index\\\":115,\\\"value\\\":[1770354000,4813.995,4903.08,4807.835,4841.155]},{\\\"index\\\":116,\\\"value\\\":[1770364800,4841.155,4882.38,4829.7,4878.56]},{\\\"index\\\":117,\\\"value\\\":[1770375600,4878.56,4938.54,4863.965,4929.165]},{\\\"index\\\":118,\\\"value\\\":[1770386400,4929.165,4964.97,4894.695,4951.72]},{\\\"index\\\":119,\\\"value\\\":[1770397200,4951.72,4971.53,4944.06,4957.33]},{\\\"index\\\":120,\\\"value\\\":[1770408000,4957.33,4969.18,4936.775,4964.3]},{\\\"index\\\":121,\\\"value\\\":[1770591600,4964.3,5047.175,4964.3,4982.74]},{\\\"index\\\":122,\\\"value\\\":[1770602400,4982.74,5031.51,4969.34,5012.215]},{\\\"index\\\":123,\\\"value\\\":[1770613200,5012.215,5045.7,4997.83,5006.52]},{\\\"index\\\":124,\\\"value\\\":[1770624000,5006.52,5041.065,4982.555,4991.055]},{\\\"index\\\":125,\\\"value\\\":[1770634800,4991.055,5024.725,4988.77,5007.21]},{\\\"index\\\":126,\\\"value\\\":[1770645600,5007.21,5081.02,5002.57,5073.55]},{\\\"index\\\":127,\\\"value\\\":[1770656400,5073.55,5080.12,5041.085,5074.63]},{\\\"index\\\":128,\\\"value\\\":[1770667200,5074.63,5086.7,5048.435,5058.68]},{\\\"index\\\":129,\\\"value\\\":[1770678000,5058.68,5076.005,4987.675,5032.875]},{\\\"index\\\":130,\\\"value\\\":[1770688800,5032.875,5056.5,5016.605,5031.71]},{\\\"index\\\":131,\\\"value\\\":[1770699600,5031.71,5045.765,5011.665,5034.06]},{\\\"index\\\":132,\\\"value\\\":[1770710400,5034.06,5063.305,5029.1,5047.045]},{\\\"index\\\":133,\\\"value\\\":[1770721200,5047.045,5059.095,5019.76,5051.2]},{\\\"index\\\":134,\\\"value\\\":[1770732000,5051.2,5078.58,4999.085,5023.875]},{\\\"index\\\":135,\\\"value\\\":[1770742800,5023.875,5040.135,5004.99,5028.06]},{\\\"index\\\":136,\\\"value\\\":[1770753600,5028.06,5045.375,5020.445,5025.485]},{\\\"index\\\":137,\\\"value\\\":[1770764400,5025.485,5054.43,5025.485,5052.525]},{\\\"index\\\":138,\\\"value\\\":[1770775200,5052.525,5060.795,5032.77,5046.39]},{\\\"index\\\":139,\\\"value\\\":[1770786000,5046.39,5069.375,5043.655,5055.625]},{\\\"index\\\":140,\\\"value\\\":[1770796800,5055.625,5101.16,5046.035,5093.42]},{\\\"index\\\":141,\\\"value\\\":[1770807600,5093.42,5119.21,5019.01,5065.875]},{\\\"index\\\":142,\\\"value\\\":[1770818400,5065.875,5082.83,5035.995,5075.35]},{\\\"index\\\":143,\\\"value\\\":[1770829200,5075.35,5098.83,5067.145,5082.145]},{\\\"index\\\":144,\\\"value\\\":[1770840000,5082.145,5092.93,5070.03,5084.175]},{\\\"index\\\":145,\\\"value\\\":[1770850800,5084.175,5100.375,5045.23,5063.735]},{\\\"index\\\":146,\\\"value\\\":[1770861600,5063.735,5074.795,5051.16,5069.54]},{\\\"index\\\":147,\\\"value\\\":[1770872400,5069.54,5078.44,5047.265,5063.995]},{\\\"index\\\":148,\\\"value\\\":[1770883200,5063.995,5080.855,5052.655,5062.255]},{\\\"index\\\":149,\\\"value\\\":[1770894000,5062.255,5083.83,5048.86,5075.415]},{\\\"index\\\":150,\\\"value\\\":[1770904800,5075.415,5077.89,4878.72,4954.79]},{\\\"index\\\":151,\\\"value\\\":[1770915600,4954.79,4982.97,4906.62,4945.725]},{\\\"index\\\":152,\\\"value\\\":[1770926400,4945.725,4948.46,4911.51,4921.7]},{\\\"index\\\":153,\\\"value\\\":[1770937200,4921.7,4988.69,4886.625,4980.92]},{\\\"index\\\":154,\\\"value\\\":[1770948000,4980.92,4997.43,4972.29,4976.865]},{\\\"index\\\":155,\\\"value\\\":[1770958800,4976.865,4986.625,4945.1,4974.67]},{\\\"index\\\":156,\\\"value\\\":[1770969600,4974.67,4989.465,4947.3,4950.305]},{\\\"index\\\":157,\\\"value\\\":[1770980400,4950.305,4999.95,4934.285,4987.15]},{\\\"index\\\":158,\\\"value\\\":[1770991200,4987.15,5033.83,4964.715,5007.94]},{\\\"index\\\":159,\\\"value\\\":[1771002000,5007.94,5046.14,5006.03,5023.885]},{\\\"index\\\":160,\\\"value\\\":[1771012800,5023.885,5046.055,5021.615,5042.215]},{\\\"index\\\":161,\\\"value\\\":[1771196400,5042.215,5042.215,5000.415,5029.03]},{\\\"index\\\":162,\\\"value\\\":[1771207200,5029.03,5031.195,4972.985,4977.635]},{\\\"index\\\":163,\\\"value\\\":[1771218000,4977.635,5010.19,4964.84,5007.43]},{\\\"index\\\":164,\\\"value\\\":[1771228800,5007.43,5017.34,4995.925,5006.085]},{\\\"index\\\":165,\\\"value\\\":[1771239600,5006.085,5008.2,4990.03,4997.455]},{\\\"index\\\":166,\\\"value\\\":[1771250400,4997.455,4999.595,4969.08,4988.175]},{\\\"index\\\":167,\\\"value\\\":[1771261200,4988.175,4997.85,4988.175,4993.24]},{\\\"index\\\":168,\\\"value\\\":[1771282800,4993.24,5000.825,4923.275,4957.62]},{\\\"index\\\":169,\\\"value\\\":[1771293600,4957.62,4971.075,4946.82,4953.005]},{\\\"index\\\":170,\\\"value\\\":[1771304400,4953.005,4954.365,4859.425,4917.16]},{\\\"index\\\":171,\\\"value\\\":[1771315200,4917.16,4939.445,4907.905,4913.32]},{\\\"index\\\":172,\\\"value\\\":[1771326000,4913.32,4944.465,4870.04,4870.695]},{\\\"index\\\":173,\\\"value\\\":[1771336800,4870.695,4907.275,4841.43,4869.42]},{\\\"index\\\":174,\\\"value\\\":[1771347600,4869.42,4910.855,4850.515,4880.4]},{\\\"index\\\":175,\\\"value\\\":[1771358400,4880.4,4886.715,4873.51,4878.63]},{\\\"index\\\":176,\\\"value\\\":[1771369200,4878.63,4892.805,4854.25,4890.025]},{\\\"index\\\":177,\\\"value\\\":[1771380000,4890.025,4939.94,4886.6,4934.135]},{\\\"index\\\":178,\\\"value\\\":[1771390800,4934.135,4942.3,4925.165,4930.37]},{\\\"index\\\":179,\\\"value\\\":[1771401600,4930.37,4932.46,4909.54,4914.54]},{\\\"index\\\":180,\\\"value\\\":[1771412400,4914.54,4969.07,4906.455,4954.495]},{\\\"index\\\":181,\\\"value\\\":[1771423200,4954.495,5011.035,4952.43,5000.54]},{\\\"index\\\":182,\\\"value\\\":[1771434000,5000.54,5003.365,4973.035,4980.685]},{\\\"index\\\":183,\\\"value\\\":[1771444800,4980.685,4987.63,4975.49,4976.25]},{\\\"index\\\":184,\\\"value\\\":[1771455600,4976.25,4988.885,4960.54,4973.155]},{\\\"index\\\":185,\\\"value\\\":[1771466400,4973.155,4985.63,4965.935,4984.455]},{\\\"index\\\":186,\\\"value\\\":[1771477200,4984.455,5021.795,4984.38,5010.29]},{\\\"index\\\":187,\\\"value\\\":[1771488000,5010.29,5022.04,4981.855,4993.39]},{\\\"index\\\":188,\\\"value\\\":[1771498800,4993.39,4998.59,4972.905,4997.15]},{\\\"index\\\":189,\\\"value\\\":[1771509600,4997.15,5022.375,4963.96,4995.14]},{\\\"index\\\":190,\\\"value\\\":[1771520400,4995.14,5001.78,4975.42,4988.02]},{\\\"index\\\":191,\\\"value\\\":[1771531200,4988.02,5004.23,4988.02,4996.615]},{\\\"index\\\":192,\\\"value\\\":[1771542000,4996.615,5014.91,4985.595,4997.12]},{\\\"index\\\":193,\\\"value\\\":[1771552800,4997.12,5007.49,4982.02,4999.865]},{\\\"index\\\":194,\\\"value\\\":[1771563600,4999.865,5030.215,4998.095,5006.41]},{\\\"index\\\":195,\\\"value\\\":[1771574400,5006.41,5042.655,5005.14,5034.77]},{\\\"index\\\":196,\\\"value\\\":[1771585200,5034.77,5048.825,5007.23,5043.7]},{\\\"index\\\":197,\\\"value\\\":[1771596000,5043.7,5069.055,4989.515,5066.745]},{\\\"index\\\":198,\\\"value\\\":[1771606800,5066.745,5079.91,5054.545,5079.625]},{\\\"index\\\":199,\\\"value\\\":[1771617600,5079.625,5108.135,5076.965,5107.46]},{\\\"index\\\":200,\\\"value\\\":[1771801200,5107.46,5172.01,5107.46,5157.71]},{\\\"index\\\":201,\\\"value\\\":[1771812000,5157.71,5176.69,5152.17,5160.95]},{\\\"index\\\":202,\\\"value\\\":[1771822800,5160.95,5161.965,5125.23,5136.79]},{\\\"index\\\":203,\\\"value\\\":[1771833600,5136.79,5163.545,5122.53,5163]},{\\\"index\\\":204,\\\"value\\\":[1771844400,5163,5165.55,5143.865,5146.445]},{\\\"index\\\":205,\\\"value\\\":[1771855200,5146.445,5218.92,5141.6,5210.11]},{\\\"index\\\":206,\\\"value\\\":[1771866000,5210.11,5218.49,5191.305,5215.805]},{\\\"index\\\":207,\\\"value\\\":[1771876800,5215.805,5238.12,5215.335,5227.8]},{\\\"index\\\":208,\\\"value\\\":[1771887600,5227.8,5249.875,5145.365,5177.68]},{\\\"index\\\":209,\\\"value\\\":[1771898400,5177.68,5191.895,5161.37,5168.375]},{\\\"index\\\":210,\\\"value\\\":[1771909200,5168.375,5185.8,5156.605,5179.425]},{\\\"index\\\":211,\\\"value\\\":[1771920000,5179.425,5181.99,5163.355,5172.885]},{\\\"index\\\":212,\\\"value\\\":[1771930800,5172.885,5178.62,5111.12,5115.06]},{\\\"index\\\":213,\\\"value\\\":[1771941600,5115.06,5155.5,5093.925,5141.845]},{\\\"index\\\":214,\\\"value\\\":[1771952400,5141.845,5170.12,5141.815,5154.125]},{\\\"index\\\":215,\\\"value\\\":[1771963200,5154.125,5173.27,5140.755,5142.845]},{\\\"index\\\":216,\\\"value\\\":[1771974000,5142.845,5190.075,5121.57,5176.995]},{\\\"index\\\":217,\\\"value\\\":[1771984800,5176.995,5194.01,5166.585,5182.685]},{\\\"index\\\":218,\\\"value\\\":[1771995600,5182.685,5210.74,5180.655,5184.7]},{\\\"index\\\":219,\\\"value\\\":[1772006400,5184.7,5197.3,5170.605,5175.165]},{\\\"index\\\":220,\\\"value\\\":[1772017200,5175.165,5191.505,5155.215,5185.27]},{\\\"index\\\":221,\\\"value\\\":[1772028000,5185.27,5213.97,5158.97,5212.35]},{\\\"index\\\":222,\\\"value\\\":[1772038800,5212.35,5217.73,5191.805,5205.175]},{\\\"index\\\":223,\\\"value\\\":[1772049600,5205.175,5206.355,5146.19,5165.525]},{\\\"index\\\":224,\\\"value\\\":[1772060400,5165.525,5198.41,5155.725,5191.655]},{\\\"index\\\":225,\\\"value\\\":[1772071200,5191.655,5199.325,5174.305,5192.775]},{\\\"index\\\":226,\\\"value\\\":[1772082000,5192.775,5205.91,5179.765,5186.095]},{\\\"index\\\":227,\\\"value\\\":[1772092800,5186.095,5190.88,5166.22,5171.545]},{\\\"index\\\":228,\\\"value\\\":[1772103600,5171.545,5187.965,5157.89,5166.39]},{\\\"index\\\":229,\\\"value\\\":[1772114400,5166.39,5192.865,5130.44,5179.725]},{\\\"index\\\":230,\\\"value\\\":[1772125200,5179.725,5194.12,5160.725,5187.09]},{\\\"index\\\":231,\\\"value\\\":[1772136000,5187.09,5200.86,5182.99,5184.78]},{\\\"index\\\":232,\\\"value\\\":[1772146800,5184.78,5194.905,5167.105,5194.07]},{\\\"index\\\":233,\\\"value\\\":[1772157600,5194.07,5199.805,5173.705,5181.755]},{\\\"index\\\":234,\\\"value\\\":[1772168400,5181.755,5200.61,5175.8,5176.175]},{\\\"index\\\":235,\\\"value\\\":[1772179200,5176.175,5182.695,5168.5,5177.715]},{\\\"index\\\":236,\\\"value\\\":[1772190000,5177.715,5240.55,5172.695,5223.225]},{\\\"index\\\":237,\\\"value\\\":[1772200800,5223.225,5257.87,5213.985,5229.22]},{\\\"index\\\":238,\\\"value\\\":[1772211600,5229.22,5252.38,5221.375,5250.135]},{\\\"index\\\":239,\\\"value\\\":[1772222400,5250.135,5281.385,5248.72,5279.205]},{\\\"index\\\":240,\\\"value\\\":[1772406000,5279.205,5393.915,5279.205,5325.005]},{\\\"index\\\":241,\\\"value\\\":[1772416800,5325.005,5367.26,5317.195,5356.085]},{\\\"index\\\":242,\\\"value\\\":[1772427600,5356.085,5419.37,5341.07,5408.25]},{\\\"index\\\":243,\\\"value\\\":[1772438400,5408.25,5416.805,5379.315,5389.36]},{\\\"index\\\":244,\\\"value\\\":[1772449200,5389.36,5416.96,5375.36,5394.015]},{\\\"index\\\":245,\\\"value\\\":[1772460000,5394.015,5395.27,5260.22,5290.325]},{\\\"index\\\":246,\\\"value\\\":[1772470800,5290.325,5334.235,5287.045,5330.575]},{\\\"index\\\":247,\\\"value\\\":[1772481600,5330.575,5346.505,5321.45,5322.065]},{\\\"index\\\":248,\\\"value\\\":[1772492400,5322.065,5379.94,5322.065,5339.425]},{\\\"index\\\":249,\\\"value\\\":[1772503200,5339.425,5375.745,5332.98,5361.325]},{\\\"index\\\":250,\\\"value\\\":[1772514000,5361.325,5367.34,5279.185,5327.81]},{\\\"index\\\":251,\\\"value\\\":[1772524800,5327.81,5336,5226.51,5248.675]},{\\\"index\\\":252,\\\"value\\\":[1772535600,5248.675,5264.12,5073.515,5156.87]},{\\\"index\\\":253,\\\"value\\\":[1772546400,5156.87,5175.36,4996.1,5107.305]},{\\\"index\\\":254,\\\"value\\\":[1772557200,5107.305,5148.925,5065.31,5113.405]},{\\\"index\\\":255,\\\"value\\\":[1772568000,5113.405,5130.225,5083.475,5088.52]},{\\\"index\\\":256,\\\"value\\\":[1772578800,5088.52,5178.5,5085.125,5175.17]},{\\\"index\\\":257,\\\"value\\\":[1772589600,5175.17,5190.79,5141.5,5156.94]},{\\\"index\\\":258,\\\"value\\\":[1772600400,5156.94,5176,5121.085,5168.36]},{\\\"index\\\":259,\\\"value\\\":[1772611200,5168.36,5202.56,5147.55,5189.92]},{\\\"index\\\":260,\\\"value\\\":[1772622000,5189.92,5206.1,5156.53,5168.045]},{\\\"index\\\":261,\\\"value\\\":[1772632800,5168.045,5185.12,5131.41,5149.84]},{\\\"index\\\":262,\\\"value\\\":[1772643600,5149.84,5153.085,5109.57,5138.08]},{\\\"index\\\":263,\\\"value\\\":[1772654400,5138.08,5146.9,5123.79,5140.925]},{\\\"index\\\":264,\\\"value\\\":[1772665200,5140.925,5186.375,5140.925,5172.82]},{\\\"index\\\":265,\\\"value\\\":[1772676000,5172.82,5195.125,5166.425,5171.77]},{\\\"index\\\":266,\\\"value\\\":[1772686800,5171.77,5176.875,5121.1,5162.235]},{\\\"index\\\":267,\\\"value\\\":[1772697600,5162.235,5180.495,5137.96,5164.66]},{\\\"index\\\":268,\\\"value\\\":[1772708400,5164.66,5171.52,5081.25,5118.205]},{\\\"index\\\":269,\\\"value\\\":[1772719200,5118.205,5129.915,5054.455,5077.795]},{\\\"index\\\":270,\\\"value\\\":[1772730000,5077.795,5089.52,5051.215,5066.065]},{\\\"index\\\":271,\\\"value\\\":[1772740800,5066.065,5094.805,5061.85,5082.185]},{\\\"index\\\":272,\\\"value\\\":[1772751600,5082.185,5144.09,5066.64,5134.87]},{\\\"index\\\":273,\\\"value\\\":[1772762400,5134.87,5141.565,5122.26,5127.645]},{\\\"index\\\":274,\\\"value\\\":[1772773200,5127.645,5130.08,5105.85,5119.705]},{\\\"index\\\":275,\\\"value\\\":[1772784000,5119.705,5123.14,5075.83,5091.155]},{\\\"index\\\":276,\\\"value\\\":[1772794800,5091.155,5130.735,5062.945,5085.045]},{\\\"index\\\":277,\\\"value\\\":[1772805600,5085.045,5171.7,5081.185,5140.08]},{\\\"index\\\":278,\\\"value\\\":[1772816400,5140.08,5174.665,5128.995,5159.92]},{\\\"index\\\":279,\\\"value\\\":[1772827200,5159.92,5176.47,5149.925,5171.825]},{\\\"index\\\":280,\\\"value\\\":[1773007200,5171.825,5192.555,5028.7,5050.095]},{\\\"index\\\":281,\\\"value\\\":[1773018000,5050.095,5102.375,5014.895,5091.565]},{\\\"index\\\":282,\\\"value\\\":[1773028800,5091.565,5140.61,5081.21,5097.755]},{\\\"index\\\":283,\\\"value\\\":[1773039600,5097.755,5132.73,5087.37,5105.32]},{\\\"index\\\":284,\\\"value\\\":[1773050400,5105.32,5112.265,5079.995,5095.045]},{\\\"index\\\":285,\\\"value\\\":[1773061200,5095.045,5116.075,5060.82,5099.755]},{\\\"index\\\":286,\\\"value\\\":[1773072000,5099.755,5126.525,5089.245,5123.39]},{\\\"index\\\":287,\\\"value\\\":[1773082800,5123.39,5148.145,5118.635,5138.83]},{\\\"index\\\":288,\\\"value\\\":[1773093600,5138.845,5156.155,5117.81,5131.155]},{\\\"index\\\":289,\\\"value\\\":[1773104400,5131.155,5186.735,5124.795,5157.79]},{\\\"index\\\":290,\\\"value\\\":[1773115200,5157.79,5180.925,5154.495,5175.4]},{\\\"index\\\":291,\\\"value\\\":[1773126000,5175.4,5195.265,5158.69,5182.645]},{\\\"index\\\":292,\\\"value\\\":[1773136800,5182.645,5192.005,5156.665,5187.015]},{\\\"index\\\":293,\\\"value\\\":[1773147600,5187.015,5238.6,5185.53,5228.71]},{\\\"index\\\":294,\\\"value\\\":[1773158400,5228.71,5235.645,5160.86,5191.725]},{\\\"index\\\":295,\\\"value\\\":[1773169200,5191.725,5207.75,5180.055,5192.02]},{\\\"index\\\":296,\\\"value\\\":[1773180000,5192.02,5219.525,5183.17,5215.56]},{\\\"index\\\":297,\\\"value\\\":[1773190800,5215.56,5223.085,5194.315,5203.415]},{\\\"index\\\":298,\\\"value\\\":[1773201600,5203.415,5210.89,5190.61,5197.665]},{\\\"index\\\":299,\\\"value\\\":[1773212400,5197.665,5202.46,5175.745,5188.675]}]},\\\"nsBars\\\":{\\\"start\\\":0,\\\"end\\\":0,\\\"data\\\":[]},\\\"symbolInfo\\\":{\\\"source2\\\":{\\\"country\\\":\\\"US\\\",\\\"description\\\":\\\"FOREX.com\\\",\\\"exchange-type\\\":\\\"exchange\\\",\\\"id\\\":\\\"FOREXCOM\\\",\\\"name\\\":\\\"FOREX.com\\\",\\\"url\\\":\\\"https:\\/\\/www.forex.com\\/\\\"},\\\"currency_code\\\":\\\"USD\\\",\\\"source_id\\\":\\\"FOREXCOM\\\",\\\"subsession_id\\\":\\\"regular\\\",\\\"provider_id\\\":\\\"gain\\\",\\\"currency_id\\\":\\\"USD\\\",\\\"format\\\":\\\"price\\\",\\\"formatter\\\":\\\"price\\\",\\\"pro_perm\\\":\\\"\\\",\\\"measure\\\":\\\"price\\\",\\\"allowed_adjustment\\\":\\\"none\\\",\\\"short_description\\\":\\\"Gold \\/ U.S. Dollar\\\",\\\"variable_tick_size\\\":\\\"\\\",\\\"name\\\":\\\"XAUUSD\\\",\\\"full_name\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"pro_name\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"base_name\\\":[\\\"FOREXCOM:XAUUSD\\\"],\\\"description\\\":\\\"Gold \\/ U.S. Dollar\\\",\\\"exchange\\\":\\\"FOREXCOM\\\",\\\"pricescale\\\":100,\\\"pointvalue\\\":1,\\\"minmov\\\":1,\\\"session\\\":\\\"1800-1700:23456\\\",\\\"session_display\\\":\\\"1800-1700:23456\\\",\\\"subsessions\\\":[{\\\"description\\\":\\\"Regular Trading Hours\\\",\\\"id\\\":\\\"regular\\\",\\\"private\\\":false,\\\"session\\\":\\\"1800-1700:23456\\\",\\\"session-display\\\":\\\"1800-1700:23456\\\"}],\\\"type\\\":\\\"commodity\\\",\\\"typespecs\\\":[\\\"cfd\\\"],\\\"has_intraday\\\":true,\\\"fractional\\\":false,\\\"listed_exchange\\\":\\\"FOREXCOM\\\",\\\"legs\\\":[\\\"FOREXCOM:XAUUSD\\\"],\\\"is_tradable\\\":true,\\\"minmove2\\\":1,\\\"timezone\\\":\\\"America\\/New_York\\\",\\\"aliases\\\":[],\\\"alternatives\\\":[],\\\"is_replayable\\\":true,\\\"has_adjustment\\\":false,\\\"has_extended_hours\\\":false,\\\"bar_source\\\":\\\"mid\\\",\\\"bar_transform\\\":\\\"openprev\\\",\\\"bar_fillgaps\\\":false,\\\"visible_plots_set\\\":\\\"ohlc\\\",\\\"is-tickbars-available\\\":true,\\\"exchange_listed_name\\\":\\\"FOREX.com\\\"}},{\\\"type\\\":\\\"study_Dividends\\\",\\\"id\\\":\\\"ESD$TV_DIVIDENDS\\\",\\\"state\\\":{\\\"inputs\\\":{},\\\"styles\\\":{\\\"Gross\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Gross\\\"},\\\"ExDate\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"ExDate\\\"},\\\"Net\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Net\\\"},\\\"PayDate\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"PayDate\\\"}},\\\"bands\\\":{},\\\"graphics\\\":{},\\\"ohlcPlots\\\":{},\\\"palettes\\\":{},\\\"filledAreasStyle\\\":{},\\\"filledAreas\\\":{},\\\"visible\\\":true,\\\"showLegendValues\\\":true,\\\"showLegendInputs\\\":true,\\\"showLabelsOnPriceScale\\\":true,\\\"precision\\\":\\\"default\\\",\\\"parentSources\\\":[]},\\\"zorder\\\":10000006,\\\"ownFirstValue\\\":null,\\\"data\\\":{\\\"start\\\":0,\\\"end\\\":0,\\\"data\\\":[],\\\"symbols\\\":{},\\\"graphics\\\":{\\\"indexes\\\":[]},\\\"plotOffsets\\\":{},\\\"version\\\":2},\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"metaInfo\\\":\\\"Dividends@tv-basicstudies-262\\\"},{\\\"type\\\":\\\"study_Splits\\\",\\\"id\\\":\\\"ESD$TV_SPLITS\\\",\\\"state\\\":{\\\"inputs\\\":{},\\\"styles\\\":{\\\"Denominator\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Denominator\\\"},\\\"Numerator\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Numerator\\\"},\\\"Time\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Time\\\"}},\\\"bands\\\":{},\\\"graphics\\\":{},\\\"ohlcPlots\\\":{},\\\"palettes\\\":{},\\\"filledAreasStyle\\\":{},\\\"filledAreas\\\":{},\\\"visible\\\":true,\\\"showLegendValues\\\":true,\\\"showLegendInputs\\\":true,\\\"showLabelsOnPriceScale\\\":true,\\\"precision\\\":\\\"default\\\",\\\"parentSources\\\":[]},\\\"zorder\\\":10000007,\\\"ownFirstValue\\\":null,\\\"data\\\":{\\\"start\\\":0,\\\"end\\\":0,\\\"data\\\":[],\\\"symbols\\\":{},\\\"graphics\\\":{\\\"indexes\\\":[]},\\\"plotOffsets\\\":{}},\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"metaInfo\\\":\\\"Splits@tv-basicstudies-262\\\"},{\\\"type\\\":\\\"study_Earnings\\\",\\\"id\\\":\\\"ESD$TV_EARNINGS\\\",\\\"state\\\":{\\\"inputs\\\":{},\\\"styles\\\":{\\\"Actual\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Actual\\\"},\\\"Estimate\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Estimate\\\"},\\\"FiscalDate\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"FiscalDate\\\"},\\\"Time\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Time\\\"},\\\"Reported\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Reported\\\"},\\\"RevenueEstimate\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"RevenueEstimate\\\"},\\\"RevenueActual\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"RevenueActual\\\"},\\\"Flags\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Flags\\\"}},\\\"bands\\\":{},\\\"graphics\\\":{},\\\"ohlcPlots\\\":{},\\\"palettes\\\":{},\\\"filledAreasStyle\\\":{},\\\"filledAreas\\\":{},\\\"visible\\\":true,\\\"showLegendValues\\\":true,\\\"showLegendInputs\\\":true,\\\"showLabelsOnPriceScale\\\":true,\\\"precision\\\":\\\"default\\\",\\\"parentSources\\\":[]},\\\"zorder\\\":10000008,\\\"ownFirstValue\\\":null,\\\"data\\\":{\\\"start\\\":0,\\\"end\\\":0,\\\"data\\\":[],\\\"symbols\\\":{},\\\"graphics\\\":{\\\"indexes\\\":[]},\\\"plotOffsets\\\":{}},\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"metaInfo\\\":\\\"Earnings@tv-basicstudies-262\\\"},{\\\"type\\\":\\\"study_BarSetContinuousRollDates\\\",\\\"id\\\":\\\"ESD$TV_ROLLDATES\\\",\\\"state\\\":{\\\"inputs\\\":{\\\"currenttime\\\":\\\"now\\\"},\\\"styles\\\":{\\\"CurrentContractCode\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"CurrentContractCode\\\"},\\\"NextContractCode\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"NextContractCode\\\"},\\\"SwitchDate\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"SwitchDate\\\"},\\\"CurrentContractCode2\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"CurrentContractCode2\\\"},\\\"NextContractCode2\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"NextContractCode2\\\"},\\\"SwitchDate2\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"SwitchDate2\\\"},\\\"CurrentContractCode3\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"CurrentContractCode3\\\"},\\\"NextContractCode3\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"NextContractCode3\\\"},\\\"SwitchDate3\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"SwitchDate3\\\"},\\\"CurrentContractCode4\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"CurrentContractCode4\\\"},\\\"NextContractCode4\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"NextContractCode4\\\"},\\\"SwitchDate4\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"SwitchDate4\\\"},\\\"Overflowed\\\":{\\\"display\\\":4294967295,\\\"color\\\":\\\"#2962ff\\\",\\\"linestyle\\\":0,\\\"linewidth\\\":2,\\\"plottype\\\":\\\"line\\\",\\\"trackPrice\\\":false,\\\"title\\\":\\\"Overflowed\\\"}},\\\"bands\\\":{},\\\"graphics\\\":{},\\\"ohlcPlots\\\":{},\\\"palettes\\\":{},\\\"filledAreasStyle\\\":{},\\\"filledAreas\\\":{},\\\"visible\\\":true,\\\"showLegendValues\\\":true,\\\"showLegendInputs\\\":true,\\\"showLabelsOnPriceScale\\\":true,\\\"precision\\\":\\\"default\\\",\\\"parentSources\\\":[]},\\\"zorder\\\":10000009,\\\"ownFirstValue\\\":null,\\\"data\\\":{\\\"start\\\":0,\\\"end\\\":0,\\\"data\\\":[],\\\"symbols\\\":{},\\\"graphics\\\":{\\\"indexes\\\":[]},\\\"plotOffsets\\\":{}},\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"metaInfo\\\":\\\"BarSetContinuousRollDates@tv-corestudies-37\\\"},{\\\"type\\\":\\\"ChartEventsSource\\\",\\\"id\\\":\\\"ChartEventsSource\\\",\\\"state\\\":{\\\"distribution\\\":{\\\"300\\\":[[{\\\"id\\\":\\\"398988\\\",\\\"title\\\":\\\"Core Inflation Rate MoM\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Core Inflation Rate MoM\\\",\\\"category\\\":\\\"prce\\\",\\\"period\\\":\\\"Feb\\\",\\\"referenceDate\\\":\\\"2026-02-28T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Labour Statistics\\\",\\\"source_url\\\":\\\"http:\\/\\/www.bls.gov\\\",\\\"actual\\\":null,\\\"previous\\\":0.3,\\\"forecast\\\":0.2,\\\"actualRaw\\\":null,\\\"previousRaw\\\":0.3,\\\"forecastRaw\\\":0.2,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-11T12:30:00.000Z\\\",\\\"timestamp\\\":1773232200000},{\\\"id\\\":\\\"398710\\\",\\\"title\\\":\\\"Inflation Rate YoY\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Inflation Rate\\\",\\\"ticker\\\":\\\"ECONOMICS:USIRYY\\\",\\\"comment\\\":\\\"In the United States, unadjusted Consumer Price Index for All Urban Consumers is based on the prices of a market basket of: Food (14% of total weight); Energy (8%); Commodities Less Food & Energy Commodities (21%) and Services Less Energy Services (57%). The last category is divided by: Shelter (32%), Medical Care Services (7%) and Transportation Services (6%).\\\",\\\"category\\\":\\\"prce\\\",\\\"period\\\":\\\"Feb\\\",\\\"referenceDate\\\":\\\"2026-02-28T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Labour Statistics\\\",\\\"source_url\\\":\\\"http:\\/\\/www.bls.gov\\/\\\",\\\"actual\\\":null,\\\"previous\\\":2.4,\\\"forecast\\\":2.4,\\\"actualRaw\\\":null,\\\"previousRaw\\\":2.4,\\\"forecastRaw\\\":2.4,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-11T12:30:00.000Z\\\",\\\"timestamp\\\":1773232200000},{\\\"id\\\":\\\"398677\\\",\\\"title\\\":\\\"Core Inflation Rate YoY\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Core Inflation Rate\\\",\\\"ticker\\\":\\\"ECONOMICS:USCIR\\\",\\\"comment\\\":\\\"In the United States, the core inflation rate tracks changes in prices that consumers pay for a basket of goods which excludes volatile food and fuel costs.\\\",\\\"category\\\":\\\"prce\\\",\\\"period\\\":\\\"Feb\\\",\\\"referenceDate\\\":\\\"2026-02-28T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Labour Statistics\\\",\\\"source_url\\\":\\\"https:\\/\\/www.bls.gov\\\",\\\"actual\\\":null,\\\"previous\\\":2.5,\\\"forecast\\\":2.5,\\\"actualRaw\\\":null,\\\"previousRaw\\\":2.5,\\\"forecastRaw\\\":2.5,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-11T12:30:00.000Z\\\",\\\"timestamp\\\":1773232200000},{\\\"id\\\":\\\"398027\\\",\\\"title\\\":\\\"Inflation Rate MoM\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Inflation Rate Mom\\\",\\\"ticker\\\":\\\"ECONOMICS:USIRMM\\\",\\\"comment\\\":\\\"Inflation Rate MoM measures month over month change in the price of goods and services.\\\",\\\"category\\\":\\\"prce\\\",\\\"period\\\":\\\"Feb\\\",\\\"referenceDate\\\":\\\"2026-02-28T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Labour Statistics\\\",\\\"source_url\\\":\\\"http:\\/\\/www.bls.gov\\/\\\",\\\"actual\\\":null,\\\"previous\\\":0.2,\\\"forecast\\\":0.3,\\\"actualRaw\\\":null,\\\"previousRaw\\\":0.2,\\\"forecastRaw\\\":0.3,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-11T12:30:00.000Z\\\",\\\"timestamp\\\":1773232200000}]],\\\"308\\\":[[{\\\"id\\\":\\\"398448\\\",\\\"title\\\":\\\"Building Permits Prel\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Building Permits\\\",\\\"ticker\\\":\\\"ECONOMICS:USBP\\\",\\\"comment\\\":\\\"Building Permits refer to the approvals given by a local jurisdictions before the construction of a new or existing building can legally occur. Not all areas of the United States require a permit for construction.\\\",\\\"category\\\":\\\"hse\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Census Bureau\\\",\\\"source_url\\\":\\\"https:\\/\\/www.census.gov\\\",\\\"actual\\\":null,\\\"previous\\\":1.455,\\\"forecast\\\":1.41,\\\"actualRaw\\\":null,\\\"previousRaw\\\":1455000,\\\"forecastRaw\\\":1410000,\\\"currency\\\":\\\"USD\\\",\\\"scale\\\":\\\"M\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-12T12:30:00.000Z\\\",\\\"timestamp\\\":1773318600000},{\\\"id\\\":\\\"398014\\\",\\\"title\\\":\\\"Housing Starts\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Housing Starts\\\",\\\"ticker\\\":\\\"ECONOMICS:USHST\\\",\\\"comment\\\":\\\"Housing Starts refer to the number of new residential construction projects that have begun during any particular month. Estimates of housing starts include units in structures being totally rebuilt on an existing foundation.\\\",\\\"category\\\":\\\"hse\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Census Bureau\\\",\\\"source_url\\\":\\\"https:\\/\\/www.census.gov\\/\\\",\\\"actual\\\":null,\\\"previous\\\":1.404,\\\"forecast\\\":1.35,\\\"actualRaw\\\":null,\\\"previousRaw\\\":1404000,\\\"forecastRaw\\\":1350000,\\\"currency\\\":\\\"USD\\\",\\\"scale\\\":\\\"M\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-12T12:30:00.000Z\\\",\\\"timestamp\\\":1773318600000}]],\\\"316\\\":[[{\\\"id\\\":\\\"399077\\\",\\\"title\\\":\\\"GDP Growth Rate QoQ 2nd Est\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"GDP Growth Rate\\\",\\\"ticker\\\":\\\"ECONOMICS:USGDPQQ\\\",\\\"comment\\\":\\\"On the expenditure side, personal consumption expenditures accounts for 68 percent of total GDP out of which purchases of goods constitute 23 percent and services 45 percent. Private investment accounts for 16 percent of GDP and government consumption and investment for 18 percent. As the value of goods exported (13.5 percent) is lower than the value of goods imported (16.5 percent), net exports subtracts 3 percent from the total GDP value.\\\",\\\"category\\\":\\\"gdp\\\",\\\"period\\\":\\\"Q4\\\",\\\"referenceDate\\\":\\\"2025-12-31T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Economics Analysis\\\",\\\"source_url\\\":\\\"http:\\/\\/www.bea.gov\\\",\\\"actual\\\":null,\\\"previous\\\":4.4,\\\"forecast\\\":1.4,\\\"actualRaw\\\":null,\\\"previousRaw\\\":4.4,\\\"forecastRaw\\\":1.4,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T12:30:00.000Z\\\",\\\"timestamp\\\":1773405000000},{\\\"id\\\":\\\"399071\\\",\\\"title\\\":\\\"Personal Spending MoM\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Personal Spending\\\",\\\"ticker\\\":\\\"ECONOMICS:USPSP\\\",\\\"comment\\\":\\\"Personal consumption expenditures (PCE) is the primary measure of consumer spending on goods and services in the U.S. economy. 1 It accounts for about two-thirds of domestic final spending, and thus it is the primary engine that drives future economic growth. PCE shows how much of the income earned by households is being spent on current consumption as opposed to how much is being saved for future consumption. PCE also provides a comprehensive measure of types of goods and services that are purchased by households. Thus, for example, it shows the portion of spending that is accounted for by discretionary items, such as motor vehicles, or the adjustments that consumers make to changes in prices, such as a sharp run-up in gasoline prices.\\\",\\\"category\\\":\\\"cnsm\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Economics Analysis\\\",\\\"source_url\\\":\\\"https:\\/\\/www.bea.gov\\\",\\\"actual\\\":null,\\\"previous\\\":0.4,\\\"forecast\\\":0.3,\\\"actualRaw\\\":null,\\\"previousRaw\\\":0.4,\\\"forecastRaw\\\":0.3,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T12:30:00.000Z\\\",\\\"timestamp\\\":1773405000000},{\\\"id\\\":\\\"399065\\\",\\\"title\\\":\\\"Personal Income MoM\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Personal Income\\\",\\\"ticker\\\":\\\"ECONOMICS:USPI\\\",\\\"comment\\\":\\\"Personal Income refers to the income that persons receive in return for their provision of labor, land, and capital used in current production, plus current transfer receipts less contributions for government social insurance.\\\",\\\"category\\\":\\\"cnsm\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Economics Analysis\\\",\\\"source_url\\\":\\\"https:\\/\\/www.bea.gov\\\",\\\"actual\\\":null,\\\"previous\\\":0.3,\\\"forecast\\\":0.5,\\\"actualRaw\\\":null,\\\"previousRaw\\\":0.3,\\\"forecastRaw\\\":0.5,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T12:30:00.000Z\\\",\\\"timestamp\\\":1773405000000},{\\\"id\\\":\\\"398822\\\",\\\"title\\\":\\\"Core PCE Price Index MoM\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Core PCE Price Index MoM\\\",\\\"ticker\\\":\\\"ECONOMICS:USCPCEPIMM\\\",\\\"category\\\":\\\"prce\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Economics Analysis\\\",\\\"source_url\\\":\\\"http:\\/\\/www.bea.gov\\/\\\",\\\"actual\\\":null,\\\"previous\\\":0.4,\\\"forecast\\\":0.4,\\\"actualRaw\\\":null,\\\"previousRaw\\\":0.4,\\\"forecastRaw\\\":0.4,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T12:30:00.000Z\\\",\\\"timestamp\\\":1773405000000},{\\\"id\\\":\\\"398585\\\",\\\"title\\\":\\\"Durable Goods Orders MoM\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Durable Goods Orders\\\",\\\"ticker\\\":\\\"ECONOMICS:USDGO\\\",\\\"comment\\\":\\\"Durable Goods Orders refer to new orders placed with manufacturers for delivery of hard goods which meant to last at least three years.\\\",\\\"category\\\":\\\"bsnss\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Census Bureau\\\",\\\"source_url\\\":\\\"https:\\/\\/www.census.gov\\/\\\",\\\"actual\\\":null,\\\"previous\\\":-1.4,\\\"forecast\\\":1.2,\\\"actualRaw\\\":null,\\\"previousRaw\\\":-1.4,\\\"forecastRaw\\\":1.2,\\\"currency\\\":\\\"USD\\\",\\\"unit\\\":\\\"%\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T12:30:00.000Z\\\",\\\"timestamp\\\":1773405000000}]],\\\"317\\\":[[{\\\"id\\\":\\\"398519\\\",\\\"title\\\":\\\"JOLTs Job Openings\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Job Offers\\\",\\\"ticker\\\":\\\"ECONOMICS:USJO\\\",\\\"comment\\\":\\\"In the United States, job openings refer to all positions that are open (not filled) on the last business day of the month. Job openings are part of the Job Openings and Labor Turnover Survey (JOLTS). The survey collects data from around 16400 nonfarm establishments including retailers and manufacturers, as well as federal, state, and local government entities in the 50 states and the District of Columbia. The JOLTS assesses the unmet demand for labor in the U.S. labor market and gained attention in 2014 as favorite labor market indicator of Federal Reserve Chair Janet Yellen.\\\",\\\"category\\\":\\\"lbr\\\",\\\"period\\\":\\\"Jan\\\",\\\"referenceDate\\\":\\\"2026-01-31T00:00:00Z\\\",\\\"source\\\":\\\"Bureau of Labour Statistics\\\",\\\"source_url\\\":\\\"http:\\/\\/www.bls.gov\\\",\\\"actual\\\":null,\\\"previous\\\":6.542,\\\"forecast\\\":6.7,\\\"actualRaw\\\":null,\\\"previousRaw\\\":6542000,\\\"forecastRaw\\\":6700000,\\\"currency\\\":\\\"USD\\\",\\\"scale\\\":\\\"M\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T14:00:00.000Z\\\",\\\"timestamp\\\":1773410400000},{\\\"id\\\":\\\"395286\\\",\\\"title\\\":\\\"Michigan Consumer Sentiment Prel\\\",\\\"country\\\":\\\"US\\\",\\\"indicator\\\":\\\"Consumer Confidence\\\",\\\"ticker\\\":\\\"ECONOMICS:USCCI\\\",\\\"comment\\\":\\\"The Index of Consumer Expectations focuses on three areas: how consumers view prospects for their own financial situation, how they view prospects for the general economy over the near term, and their view of prospects for the economy over the long term. Each monthly survey contains approximately 50 core questions, each of which tracks a different aspect of consumer attitudes and expectations. The samples for the Surveys of Consumers are statistically designed to be representative of all American households, excluding those in Alaska and Hawaii. Each month, a minimum of 500 interviews are conducted by telephone.\\\",\\\"category\\\":\\\"cnsm\\\",\\\"period\\\":\\\"Mar\\\",\\\"referenceDate\\\":\\\"2026-03-31T00:00:00Z\\\",\\\"source\\\":\\\"University of Michigan\\\",\\\"source_url\\\":\\\"http:\\/\\/www.sca.isr.umich.edu\\/\\\",\\\"actual\\\":null,\\\"previous\\\":56.6,\\\"forecast\\\":55,\\\"actualRaw\\\":null,\\\"previousRaw\\\":56.6,\\\"forecastRaw\\\":55,\\\"currency\\\":\\\"USD\\\",\\\"importance\\\":1,\\\"date\\\":\\\"2026-03-13T14:00:00.000Z\\\",\\\"timestamp\\\":1773410400000}]]}},\\\"zorder\\\":10000005},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"1jHAUQ\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":12,\\\"bold\\\":false,\\\"italic\\\":true,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Breakout\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221613.814},\\\"points\\\":[{\\\"time_t\\\":1772503200,\\\"offset\\\":0,\\\"price\\\":5228.737181821979,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1772179200,\\\"offset\\\":0,\\\"price\\\":5226.048392349753,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9966,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":249,\\\"time\\\":1772503200,\\\"price\\\":5228.737181821979,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":235,\\\"time\\\":1772179200,\\\"price\\\":5226.048392349753,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolHorzLine\\\",\\\"id\\\":\\\"AJdXZa\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(242, 54, 69, 1)\\\",\\\"linewidth\\\":2,\\\"linestyle\\\":0,\\\"showPrice\\\":true,\\\"textcolor\\\":\\\"rgba(242, 54, 69, 1)\\\",\\\"fontsize\\\":28,\\\"bold\\\":false,\\\"italic\\\":false,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"bottom\\\",\\\"showLabel\\\":true,\\\"adjustedToSplitTime\\\":1773221466.053,\\\"metricId\\\":null,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"visible\\\":true,\\\"frozen\\\":false,\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"title\\\":\\\"\\\",\\\"text\\\":\\\"Resistance Level\\\",\\\"interval\\\":\\\"180\\\"},\\\"points\\\":[{\\\"time_t\\\":1768593600,\\\"offset\\\":0,\\\"price\\\":5240,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":1052,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"price\\\":5240,\\\"index\\\":1,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"FfFl0A\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":12,\\\"bold\\\":false,\\\"italic\\\":true,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Started To Grow\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221706.546},\\\"points\\\":[{\\\"time_t\\\":1770094800,\\\"offset\\\":0,\\\"price\\\":4378.688058162187,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1769760000,\\\"offset\\\":0,\\\"price\\\":4376.436392035683,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9991,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":91,\\\"time\\\":1770094800,\\\"price\\\":4378.688058162187,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":76,\\\"time\\\":1769760000,\\\"price\\\":4376.436392035683,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolHorzLine\\\",\\\"id\\\":\\\"JusFD5\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(76, 175, 80, 1)\\\",\\\"linewidth\\\":2,\\\"linestyle\\\":0,\\\"showPrice\\\":true,\\\"textcolor\\\":\\\"rgba(76, 175, 80, 1)\\\",\\\"fontsize\\\":28,\\\"bold\\\":false,\\\"italic\\\":false,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"top\\\",\\\"showLabel\\\":true,\\\"adjustedToSplitTime\\\":1773221567.171,\\\"metricId\\\":null,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"visible\\\":true,\\\"frozen\\\":false,\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"title\\\":\\\"\\\",\\\"text\\\":\\\"Support Level\\\",\\\"interval\\\":\\\"120\\\"},\\\"points\\\":[{\\\"time_t\\\":1769806800,\\\"offset\\\":0,\\\"price\\\":5090,\\\"interval\\\":\\\"120\\\"}],\\\"zorder\\\":526,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"price\\\":5090,\\\"index\\\":0,\\\"interval\\\":\\\"240\\\"}]},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"NZmb5R\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":12,\\\"bold\\\":false,\\\"italic\\\":true,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Dropped\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221617.333},\\\"points\\\":[{\\\"time_t\\\":1772514000,\\\"offset\\\":0,\\\"price\\\":5429.431031598278,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1772406000,\\\"offset\\\":0,\\\"price\\\":5457.016558679979,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9997,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":250,\\\"time\\\":1772514000,\\\"price\\\":5429.431031598278,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":240,\\\"time\\\":1772406000,\\\"price\\\":5457.016558679979,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolTrendLine\\\",\\\"id\\\":\\\"R2Kx3I\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(255, 152, 0, 1)\\\",\\\"textcolor\\\":\\\"rgba(255, 152, 0, 1)\\\",\\\"linewidth\\\":2,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":0,\\\"horzLabelsAlign\\\":\\\"center\\\",\\\"vertLabelsAlign\\\":\\\"bottom\\\",\\\"fontsize\\\":18,\\\"bold\\\":true,\\\"italic\\\":false,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Resistance Line\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"120\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221457.487},\\\"points\\\":[{\\\"time_t\\\":1771488000,\\\"offset\\\":0,\\\"price\\\":5642.169714617665,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1773212400,\\\"offset\\\":40,\\\"price\\\":5072.773337630615,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":187,\\\"time\\\":1771488000,\\\"price\\\":5642.169714617665,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":339,\\\"time\\\":1773817200,\\\"price\\\":5072.773337630615,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolHorzRay\\\",\\\"id\\\":\\\"T9zI8c\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":2,\\\"linestyle\\\":0,\\\"showPrice\\\":true,\\\"textcolor\\\":\\\"rgba(8, 153, 129, 1)\\\",\\\"fontsize\\\":28,\\\"bold\\\":true,\\\"italic\\\":false,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"bottom\\\",\\\"showLabel\\\":true,\\\"adjustedToSplitTime\\\":1773221835.311,\\\"metricId\\\":null,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"visible\\\":true,\\\"frozen\\\":false,\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"title\\\":\\\"\\\",\\\"text\\\":\\\"TP1\\\",\\\"interval\\\":\\\"180\\\",\\\"intervalsVisibilities\\\":{\\\"ticks\\\":false,\\\"seconds\\\":false,\\\"ranges\\\":false}},\\\"points\\\":[{\\\"time_t\\\":1773212400,\\\"offset\\\":14,\\\"price\\\":5090,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":3156,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":313,\\\"time\\\":1773363600,\\\"price\\\":5090,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolRectangle\\\",\\\"id\\\":\\\"iIwBqN\\\",\\\"state\\\":{\\\"color\\\":\\\"rgba(255, 152, 0, 1)\\\",\\\"fillBackground\\\":true,\\\"backgroundColor\\\":\\\"rgba(255, 152, 0, 0.3953)\\\",\\\"linewidth\\\":2,\\\"transparency\\\":50,\\\"horzLabelsAlign\\\":\\\"left\\\",\\\"vertLabelsAlign\\\":\\\"bottom\\\",\\\"textColor\\\":\\\"rgba(255, 152, 0, 1)\\\",\\\"fontSize\\\":24,\\\"bold\\\":true,\\\"italic\\\":false,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"middleLine\\\":{\\\"showLine\\\":false,\\\"lineWidth\\\":1,\\\"lineColor\\\":\\\"#9c27b0\\\",\\\"lineStyle\\\":2},\\\"linestyle\\\":0,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221484.456,\\\"text\\\":\\\"Seller Zone\\\"},\\\"points\\\":[{\\\"time_t\\\":1770051600,\\\"offset\\\":0,\\\"price\\\":5216.576449649336,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1773212400,\\\"offset\\\":21,\\\"price\\\":5239.7594010834155,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":2104,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":87,\\\"time\\\":1770051600,\\\"price\\\":5216.576449649336,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":320,\\\"time\\\":1773612000,\\\"price\\\":5239.7594010834155,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"q4FL0s\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":12,\\\"bold\\\":false,\\\"italic\\\":true,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Breakout\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221721.472},\\\"points\\\":[{\\\"time_t\\\":1770019200,\\\"offset\\\":0,\\\"price\\\":5259.870156149872,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1769684400,\\\"offset\\\":0,\\\"price\\\":5257.165357073576,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":4734,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":84,\\\"time\\\":1770019200,\\\"price\\\":5259.870156149872,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":69,\\\"time\\\":1769684400,\\\"price\\\":5257.165357073576,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolText\\\",\\\"id\\\":\\\"xaNAH5\\\",\\\"state\\\":{\\\"color\\\":\\\"rgba(74, 74, 74, 1)\\\",\\\"backgroundColor\\\":\\\"rgba(76, 175, 80, 0.3)\\\",\\\"borderColor\\\":\\\"rgba(42, 46, 57, 1)\\\",\\\"backgroundTransparency\\\":70,\\\"fontsize\\\":40,\\\"bold\\\":true,\\\"italic\\\":false,\\\"fillBackground\\\":false,\\\"drawBorder\\\":false,\\\"wordWrap\\\":false,\\\"wordWrapWidth\\\":153.88833223737083,\\\"text\\\":\\\"Technical Analysis\\\",\\\"anchored\\\":false,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":null,\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773222170.036,\\\"barSpacing\\\":6.140571426522555},\\\"points\\\":[{\\\"time_t\\\":1772514000,\\\"offset\\\":0,\\\"price\\\":4596.677824333969,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":1578,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":250,\\\"time\\\":1772514000,\\\"price\\\":4596.677824333969,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolRectangle\\\",\\\"id\\\":\\\"znL6HV\\\",\\\"state\\\":{\\\"color\\\":\\\"rgba(41, 98, 255, 1)\\\",\\\"fillBackground\\\":true,\\\"backgroundColor\\\":\\\"rgba(76, 175, 80, 0.3953)\\\",\\\"linewidth\\\":2,\\\"transparency\\\":50,\\\"horzLabelsAlign\\\":\\\"center\\\",\\\"vertLabelsAlign\\\":\\\"top\\\",\\\"textColor\\\":\\\"rgba(41, 98, 255, 1)\\\",\\\"fontSize\\\":24,\\\"bold\\\":true,\\\"italic\\\":false,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"middleLine\\\":{\\\"showLine\\\":false,\\\"lineWidth\\\":1,\\\"lineColor\\\":\\\"#9c27b0\\\",\\\"lineStyle\\\":2},\\\"linestyle\\\":0,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221585.145,\\\"text\\\":\\\"                                  Buyer Zone\\\"},\\\"points\\\":[{\\\"time_t\\\":1770051600,\\\"offset\\\":0,\\\"price\\\":5089.576604221646,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1773212400,\\\"offset\\\":21,\\\"price\\\":5116.06224406775,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":2630,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":87,\\\"time\\\":1770051600,\\\"price\\\":5089.576604221646,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":320,\\\"time\\\":1773612000,\\\"price\\\":5116.06224406775,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolParallelChannel\\\",\\\"id\\\":\\\"bzHmjz\\\",\\\"state\\\":{\\\"level1\\\":{\\\"color\\\":\\\"#2962ff\\\",\\\"visible\\\":false,\\\"coeff\\\":-0.25,\\\"lineStyle\\\":0,\\\"lineWidth\\\":2},\\\"level2\\\":{\\\"color\\\":\\\"rgba(67, 70, 81, 1)\\\",\\\"visible\\\":true,\\\"coeff\\\":0,\\\"lineStyle\\\":0,\\\"lineWidth\\\":2},\\\"level3\\\":{\\\"color\\\":\\\"#2962ff\\\",\\\"visible\\\":false,\\\"coeff\\\":0.25,\\\"lineStyle\\\":0,\\\"lineWidth\\\":2},\\\"level4\\\":{\\\"color\\\":\\\"rgba(41, 98, 255, 0.4968)\\\",\\\"visible\\\":true,\\\"coeff\\\":0.5,\\\"lineStyle\\\":2,\\\"lineWidth\\\":2},\\\"level5\\\":{\\\"color\\\":\\\"#2962ff\\\",\\\"visible\\\":false,\\\"coeff\\\":0.75,\\\"lineStyle\\\":0,\\\"lineWidth\\\":2},\\\"level6\\\":{\\\"color\\\":\\\"rgba(67, 70, 81, 1)\\\",\\\"visible\\\":true,\\\"coeff\\\":1,\\\"lineStyle\\\":0,\\\"lineWidth\\\":2},\\\"level7\\\":{\\\"color\\\":\\\"#2962ff\\\",\\\"visible\\\":false,\\\"coeff\\\":1.25,\\\"lineStyle\\\":0,\\\"lineWidth\\\":2},\\\"labelTextColor\\\":\\\"rgba(242, 54, 69, 1)\\\",\\\"backgroundColor\\\":\\\"rgba(242, 54, 69, 0.1007)\\\",\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"fillBackground\\\":true,\\\"transparency\\\":20,\\\"labelVisible\\\":false,\\\"labelHorzAlign\\\":\\\"left\\\",\\\"labelVertAlign\\\":\\\"top\\\",\\\"labelFontSize\\\":16,\\\"labelBold\\\":false,\\\"labelItalic\\\":false,\\\"version\\\":2,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221687.771,\\\"labelText\\\":\\\"\\\"},\\\"points\\\":[{\\\"time_t\\\":1769781600,\\\"offset\\\":0,\\\"price\\\":4528.48023288272,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1772557200,\\\"offset\\\":0,\\\"price\\\":5139.918464415083,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1769781600,\\\"offset\\\":0,\\\"price\\\":4918.953675967626,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.5,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":78,\\\"time\\\":1769781600,\\\"price\\\":4528.48023288272,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":254,\\\"time\\\":1772557200,\\\"price\\\":5139.918464415083,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":78,\\\"time\\\":1769781600,\\\"price\\\":4918.953675967626,\\\"interval\\\":\\\"180\\\"}],\\\"version\\\":2},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"q0oIKA\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":12,\\\"bold\\\":false,\\\"italic\\\":true,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Breakout\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221701.059},\\\"points\\\":[{\\\"time_t\\\":1772524800,\\\"offset\\\":0,\\\"price\\\":5133.715396511012,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1772200800,\\\"offset\\\":0,\\\"price\\\":5131.075470380404,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.75,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":251,\\\"time\\\":1772524800,\\\"price\\\":5133.715396511012,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":237,\\\"time\\\":1772200800,\\\"price\\\":5131.075470380404,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolRectangle\\\",\\\"id\\\":\\\"GPthOI\\\",\\\"state\\\":{\\\"color\\\":\\\"rgba(41, 98, 255, 1)\\\",\\\"fillBackground\\\":true,\\\"backgroundColor\\\":\\\"rgba(76, 175, 80, 0.3953)\\\",\\\"linewidth\\\":2,\\\"transparency\\\":50,\\\"horzLabelsAlign\\\":\\\"center\\\",\\\"vertLabelsAlign\\\":\\\"top\\\",\\\"textColor\\\":\\\"rgba(76, 175, 80, 1)\\\",\\\"fontSize\\\":24,\\\"bold\\\":true,\\\"italic\\\":false,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"middleLine\\\":{\\\"showLine\\\":false,\\\"lineWidth\\\":1,\\\"lineColor\\\":\\\"#9c27b0\\\",\\\"lineStyle\\\":2},\\\"linestyle\\\":0,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221747.142,\\\"text\\\":\\\"Range\\\"},\\\"points\\\":[{\\\"time_t\\\":1772546400,\\\"offset\\\":0,\\\"price\\\":5202.548667259197,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1773136800,\\\"offset\\\":0,\\\"price\\\":5018.6472334759555,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.875,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":253,\\\"time\\\":1772546400,\\\"price\\\":5202.548667259197,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":292,\\\"time\\\":1773136800,\\\"price\\\":5018.6472334759555,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"M9IeIg\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(242, 54, 69, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":20,\\\"bold\\\":true,\\\"italic\\\":false,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Resistance Line\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221790.728},\\\"points\\\":[{\\\"time_t\\\":1771012800,\\\"offset\\\":0,\\\"price\\\":5262.2988251570705,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1771801200,\\\"offset\\\":0,\\\"price\\\":5413.756916548603,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.937,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":160,\\\"time\\\":1771012800,\\\"price\\\":5262.2988251570705,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":200,\\\"time\\\":1771801200,\\\"price\\\":5413.756916548603,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"2l3LD3\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(76, 175, 80, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":20,\\\"bold\\\":true,\\\"italic\\\":false,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Support Line\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221794.655},\\\"points\\\":[{\\\"time_t\\\":1770278400,\\\"offset\\\":0,\\\"price\\\":4588.420892529912,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1770883200,\\\"offset\\\":0,\\\"price\\\":4720.4836080680025,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.968,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":108,\\\"time\\\":1770278400,\\\"price\\\":4588.420892529912,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":148,\\\"time\\\":1770883200,\\\"price\\\":4720.4836080680025,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolArrow\\\",\\\"id\\\":\\\"j1wIXq\\\",\\\"state\\\":{\\\"linecolor\\\":\\\"rgba(0, 0, 0, 0)\\\",\\\"textcolor\\\":\\\"rgba(0, 0, 0, 1)\\\",\\\"linewidth\\\":1,\\\"linestyle\\\":0,\\\"extendLeft\\\":false,\\\"extendRight\\\":false,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"horzLabelsAlign\\\":\\\"right\\\",\\\"vertLabelsAlign\\\":\\\"middle\\\",\\\"fontsize\\\":12,\\\"bold\\\":false,\\\"italic\\\":true,\\\"alwaysShowStats\\\":false,\\\"showMiddlePoint\\\":false,\\\"showPriceLabels\\\":false,\\\"showPriceRange\\\":false,\\\"showPercentPriceRange\\\":false,\\\"showPipsPriceRange\\\":false,\\\"showBarsRange\\\":false,\\\"showDateTimeRange\\\":false,\\\"showDistance\\\":false,\\\"showAngle\\\":false,\\\"statsPosition\\\":2,\\\"text\\\":\\\"Fake Breakout\\\",\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"frozen\\\":false,\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\",\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"visible\\\":true,\\\"adjustedToSplitTime\\\":1773221815.704},\\\"points\\\":[{\\\"time_t\\\":1770256800,\\\"offset\\\":0,\\\"price\\\":5105.645347603629,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1770094800,\\\"offset\\\":0,\\\"price\\\":5103.019856019617,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.984,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":106,\\\"time\\\":1770256800,\\\"price\\\":5105.645347603629,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":91,\\\"time\\\":1770094800,\\\"price\\\":5103.019856019617,\\\"interval\\\":\\\"180\\\"}]},{\\\"type\\\":\\\"LineToolPath\\\",\\\"id\\\":\\\"S04sK0\\\",\\\"state\\\":{\\\"lineColor\\\":\\\"rgba(41, 98, 255, 1)\\\",\\\"lineWidth\\\":2,\\\"lineStyle\\\":0,\\\"leftEnd\\\":0,\\\"rightEnd\\\":1,\\\"adjustedToSplitTime\\\":1773222154.378,\\\"symbolStateVersion\\\":2,\\\"zOrderVersion\\\":2,\\\"visible\\\":true,\\\"frozen\\\":false,\\\"symbol\\\":\\\"FOREXCOM:XAUUSD\\\",\\\"currencyId\\\":null,\\\"unitId\\\":null,\\\"metricId\\\":\\\"price\\\",\\\"intervalsVisibilities\\\":{\\\"ticks\\\":false,\\\"seconds\\\":false,\\\"minutes\\\":false,\\\"weeks\\\":false,\\\"months\\\":false,\\\"ranges\\\":false},\\\"title\\\":\\\"\\\",\\\"interval\\\":\\\"180\\\"},\\\"points\\\":[{\\\"time_t\\\":1773212400,\\\"offset\\\":1,\\\"price\\\":5190.228264254386,\\\"interval\\\":\\\"180\\\"},{\\\"time_t\\\":1773212400,\\\"offset\\\":12,\\\"price\\\":5093.6077580480705,\\\"interval\\\":\\\"180\\\"}],\\\"zorder\\\":9999.992,\\\"ownerSource\\\":\\\"_seriesId\\\",\\\"indexes\\\":[{\\\"index\\\":300,\\\"time\\\":1773223200,\\\"price\\\":5190.228264254386,\\\"interval\\\":\\\"180\\\"},{\\\"index\\\":311,\\\"time\\\":1773342000,\\\"price\\\":5093.6077580480705,\\\"interval\\\":\\\"180\\\"}]}],\\\"mainSourceId\\\":\\\"_seriesId\\\",\\\"stretchFactor\\\":2000,\\\"leftAxisesState\\\":[],\\\"rightAxisesState\\\":[{\\\"state\\\":{\\\"id\\\":\\\"YrLt9zPBiCtZ\\\",\\\"m_priceRange\\\":null,\\\"m_isAutoScale\\\":true,\\\"m_isPercentage\\\":false,\\\"m_isIndexedTo100\\\":false,\\\"m_isLog\\\":true,\\\"m_isLockScale\\\":false,\\\"m_isInverted\\\":false,\\\"m_topMargin\\\":0.1,\\\"m_bottomMargin\\\":0.08,\\\"alignLabels\\\":true,\\\"logFormula\\\":{\\\"logicalOffset\\\":4,\\\"coordOffset\\\":0.0001},\\\"hasCalculatedPriceRange\\\":true},\\\"sources\\\":[\\\"_seriesId\\\",\\\"ESD$TV_DIVIDENDS\\\",\\\"ESD$TV_SPLITS\\\",\\\"ESD$TV_EARNINGS\\\",\\\"ESD$TV_ROLLDATES\\\",\\\"ChartEventsSource\\\",\\\"1jHAUQ\\\",\\\"AJdXZa\\\",\\\"FfFl0A\\\",\\\"JusFD5\\\",\\\"NZmb5R\\\",\\\"R2Kx3I\\\",\\\"T9zI8c\\\",\\\"iIwBqN\\\",\\\"q4FL0s\\\",\\\"xaNAH5\\\",\\\"znL6HV\\\",\\\"bzHmjz\\\",\\\"q0oIKA\\\",\\\"GPthOI\\\",\\\"M9IeIg\\\",\\\"2l3LD3\\\",\\\"j1wIXq\\\",\\\"S04sK0\\\"]}],\\\"overlayPriceScales\\\":{},\\\"priceScaleRatio\\\":null,\\\"isCollapsed\\\":false,\\\"isMaximized\\\":false,\\\"mode\\\":0}],\\\"timeScale\\\":{\\\"m_barSpacing\\\":6.140571426522555,\\\"m_rightOffset\\\":52.84679799999998,\\\"rightOffsetPercentage\\\":5,\\\"usePercentageRightOffset\\\":false,\\\"points\\\":{\\\"items\\\":[1769662800,1769673600,1769684400,1769695200,1769706000,1769716800,1769727600,1769738400,1769749200,1769760000,1769770800,1769781600,1769792400,1769803200,1769986800,1769997600,1770008400,1770019200,1770030000,1770040800,1770051600,1770062400,1770073200,1770084000,1770094800,1770105600,1770116400,1770127200,1770138000,1770148800,1770159600,1770170400,1770181200,1770192000,1770202800,1770213600,1770224400,1770235200,1770246000,1770256800,1770267600,1770278400,1770289200,1770300000,1770310800,1770321600,1770332400,1770343200,1770354000,1770364800,1770375600,1770386400,1770397200,1770408000,1770591600,1770602400,1770613200,1770624000,1770634800,1770645600,1770656400,1770667200,1770678000,1770688800,1770699600,1770710400,1770721200,1770732000,1770742800,1770753600,1770764400,1770775200,1770786000,1770796800,1770807600,1770818400,1770829200,1770840000,1770850800,1770861600,1770872400,1770883200,1770894000,1770904800,1770915600,1770926400,1770937200,1770948000,1770958800,1770969600,1770980400,1770991200,1771002000,1771012800,1771196400,1771207200,1771218000,1771228800,1771239600,1771250400,1771261200,1771282800,1771293600,1771304400,1771315200,1771326000,1771336800,1771347600,1771358400,1771369200,1771380000,1771390800,1771401600,1771412400,1771423200,1771434000,1771444800,1771455600,1771466400,1771477200,1771488000,1771498800,1771509600,1771520400,1771531200,1771542000,1771552800,1771563600,1771574400,1771585200,1771596000,1771606800,1771617600,1771801200,1771812000,1771822800,1771833600,1771844400,1771855200,1771866000,1771876800,1771887600,1771898400,1771909200,1771920000,1771930800,1771941600,1771952400,1771963200,1771974000,1771984800,1771995600,1772006400,1772017200,1772028000,1772038800,1772049600,1772060400,1772071200,1772082000,1772092800,1772103600,1772114400,1772125200,1772136000,1772146800,1772157600,1772168400,1772179200,1772190000,1772200800,1772211600,1772222400,1772406000,1772416800,1772427600,1772438400,1772449200,1772460000,1772470800,1772481600,1772492400,1772503200,1772514000,1772524800,1772535600,1772546400,1772557200,1772568000,1772578800,1772589600,1772600400,1772611200,1772622000,1772632800,1772643600,1772654400,1772665200,1772676000,1772686800,1772697600,1772708400,1772719200,1772730000,1772740800,1772751600,1772762400,1772773200,1772784000,1772794800,1772805600,1772816400,1772827200,1773007200,1773018000,1773028800,1773039600,1773050400,1773061200,1773072000,1773082800,1773093600,1773104400,1773115200,1773126000,1773136800,1773147600,1773158400,1773169200,1773180000,1773190800,1773201600,1773212400,1773223200,1773234000,1773244800,1773255600,1773266400,1773277200,1773288000,1773298800,1773309600,1773320400,1773331200,1773342000,1773352800,1773363600,1773374400,1773385200,1773396000,1773406800,1773417600,1773428400,1773612000,1773622800,1773633600,1773644400,1773655200,1773666000,1773676800,1773687600,1773698400,1773709200,1773720000,1773730800,1773741600,1773752400,1773763200,1773774000,1773784800,1773795600,1773806400,1773817200,1773828000,1773838800,1773849600,1773860400,1773871200,1773882000,1773892800,1773903600,1773914400,1773925200,1773936000,1773946800,1773957600],\\\"zoffset\\\":-67},\\\"tickmarks\\\":{\\\"marks\\\":[[60,1772406000,240],[60,1769986800,81],[40,1769738400,74],[50,1769997600,82],[40,1770084000,90],[40,1770170400,98],[40,1770256800,106],[40,1770343200,114],[40,1770591600,121],[50,1770602400,122],[40,1770688800,130],[40,1770775200,138],[40,1770861600,146],[40,1770948000,154],[40,1771196400,161],[50,1771207200,162],[40,1771293600,169],[40,1771380000,177],[40,1771466400,185],[40,1771552800,193],[40,1771801200,200],[50,1771812000,201],[40,1771898400,209],[40,1771984800,217],[40,1772071200,225],[40,1772157600,233],[50,1772416800,241],[40,1772503200,249],[40,1772589600,257],[40,1772676000,265],[40,1772762400,273],[40,1773007200,280],[50,1773018000,281],[40,1773104400,289],[40,1773190800,297],[40,1773277200,305],[40,1773363600,313],[40,1773612000,320],[50,1773622800,321],[40,1773709200,329],[40,1773795600,337],[40,1773882000,345],[33,1769695200,70],[33,1769781600,78],[33,1770040800,86],[33,1770127200,94],[33,1770213600,102],[33,1770300000,110],[33,1770386400,118],[33,1770645600,126],[33,1770732000,134],[33,1770818400,142],[33,1770904800,150],[33,1770991200,158],[33,1771250400,166],[33,1771336800,173],[33,1771423200,181],[33,1771509600,189],[33,1771596000,197],[33,1771855200,205],[33,1771941600,213],[33,1772028000,221],[33,1772114400,229],[33,1772200800,237],[33,1772460000,245],[33,1772546400,253],[33,1772632800,261],[33,1772719200,269],[33,1772805600,277],[33,1773061200,285],[33,1773147600,293],[33,1773234000,301],[33,1773320400,309],[33,1773406800,317],[33,1773666000,325],[33,1773752400,333],[33,1773838800,341],[33,1773925200,349],[32,1769673600,68],[32,1769716800,72],[32,1769760000,76],[32,1769803200,80],[32,1770019200,84],[32,1770062400,88],[32,1770105600,92],[32,1770148800,96],[32,1770192000,100],[32,1770235200,104],[32,1770278400,108],[32,1770321600,112],[32,1770364800,116],[32,1770408000,120],[32,1770624000,124],[32,1770667200,128],[32,1770710400,132],[32,1770753600,136],[32,1770796800,140],[32,1770840000,144],[32,1770883200,148],[32,1770926400,152],[32,1770969600,156],[32,1771012800,160],[32,1771228800,164],[32,1771282800,168],[32,1771315200,171],[32,1771358400,175],[32,1771401600,179],[32,1771444800,183],[32,1771488000,187],[32,1771531200,191],[32,1771574400,195],[32,1771617600,199],[32,1771833600,203],[32,1771876800,207],[32,1771920000,211],[32,1771963200,215],[32,1772006400,219],[32,1772049600,223],[32,1772092800,227],[32,1772136000,231],[32,1772179200,235],[32,1772222400,239],[32,1772438400,243],[32,1772481600,247],[32,1772524800,251],[32,1772568000,255],[32,1772611200,259],[32,1772654400,263],[32,1772697600,267],[32,1772740800,271],[32,1772784000,275],[32,1772827200,279],[32,1773039600,283],[32,1773082800,287],[32,1773126000,291],[32,1773169200,295],[32,1773212400,299],[32,1773255600,303],[32,1773298800,307],[32,1773342000,311],[32,1773385200,315],[32,1773428400,319],[32,1773644400,323],[32,1773687600,327],[32,1773730800,331],[32,1773774000,335],[32,1773817200,339],[32,1773860400,343],[32,1773903600,347],[32,1773946800,351],[31,1769662800,67],[31,1769684400,69],[31,1769706000,71],[31,1769727600,73],[31,1769749200,75],[31,1769770800,77],[31,1769792400,79],[31,1770008400,83],[31,1770030000,85],[31,1770051600,87],[31,1770073200,89],[31,1770094800,91],[31,1770116400,93],[31,1770138000,95],[31,1770159600,97],[31,1770181200,99],[31,1770202800,101],[31,1770224400,103],[31,1770246000,105],[31,1770267600,107],[31,1770289200,109],[31,1770310800,111],[31,1770332400,113],[31,1770354000,115],[31,1770375600,117],[31,1770397200,119],[31,1770613200,123],[31,1770634800,125],[31,1770656400,127],[31,1770678000,129],[31,1770699600,131],[31,1770721200,133],[31,1770742800,135],[31,1770764400,137],[31,1770786000,139],[31,1770807600,141],[31,1770829200,143],[31,1770850800,145],[31,1770872400,147],[31,1770894000,149],[31,1770915600,151],[31,1770937200,153],[31,1770958800,155],[31,1770980400,157],[31,1771002000,159],[31,1771218000,163],[31,1771239600,165],[31,1771261200,167],[31,1771304400,170],[31,1771326000,172],[31,1771347600,174],[31,1771369200,176],[31,1771390800,178],[31,1771412400,180],[31,1771434000,182],[31,1771455600,184],[31,1771477200,186],[31,1771498800,188],[31,1771520400,190],[31,1771542000,192],[31,1771563600,194],[31,1771585200,196],[31,1771606800,198],[31,1771822800,202],[31,1771844400,204],[31,1771866000,206],[31,1771887600,208],[31,1771909200,210],[31,1771930800,212],[31,1771952400,214],[31,1771974000,216],[31,1771995600,218],[31,1772017200,220],[31,1772038800,222],[31,1772060400,224],[31,1772082000,226],[31,1772103600,228],[31,1772125200,230],[31,1772146800,232],[31,1772168400,234],[31,1772190000,236],[31,1772211600,238],[31,1772427600,242],[31,1772449200,244],[31,1772470800,246],[31,1772492400,248],[31,1772514000,250],[31,1772535600,252],[31,1772557200,254],[31,1772578800,256],[31,1772600400,258],[31,1772622000,260],[31,1772643600,262],[31,1772665200,264],[31,1772686800,266],[31,1772708400,268],[31,1772730000,270],[31,1772751600,272],[31,1772773200,274],[31,1772794800,276],[31,1772816400,278],[31,1773028800,282],[31,1773050400,284],[31,1773072000,286],[31,1773093600,288],[31,1773115200,290],[31,1773136800,292],[31,1773158400,294],[31,1773180000,296],[31,1773201600,298],[31,1773223200,300],[31,1773244800,302],[31,1773266400,304],[31,1773288000,306],[31,1773309600,308],[31,1773331200,310],[31,1773352800,312],[31,1773374400,314],[31,1773396000,316],[31,1773417600,318],[31,1773633600,322],[31,1773655200,324],[31,1773676800,326],[31,1773698400,328],[31,1773720000,330],[31,1773741600,332],[31,1773763200,334],[31,1773784800,336],[31,1773806400,338],[31,1773828000,340],[31,1773849600,342],[31,1773871200,344],[31,1773892800,346],[31,1773914400,348],[31,1773936000,350],[31,1773957600,352]],\\\"version\\\":2},\\\"width\\\":1749,\\\"weights\\\":{\\\"type\\\":\\\"constant\\\",\\\"state\\\":{\\\"baseIndex\\\":299}},\\\"baseIndex\\\":299},\\\"chartProperties\\\":{\\\"paneProperties\\\":{\\\"backgroundType\\\":\\\"gradient\\\",\\\"gridLinesMode\\\":\\\"both\\\",\\\"vertGridProperties\\\":{\\\"color\\\":\\\"rgba(42, 46, 57, 0.06)\\\"},\\\"horzGridProperties\\\":{\\\"color\\\":\\\"rgba(42, 46, 57, 0.06)\\\"},\\\"crossHairProperties\\\":{\\\"style\\\":2,\\\"transparency\\\":0,\\\"width\\\":1,\\\"color\\\":\\\"#9598A1\\\"},\\\"topMargin\\\":10,\\\"bottomMargin\\\":8,\\\"axisProperties\\\":{\\\"autoScale\\\":true,\\\"autoScaleDisabled\\\":false,\\\"lockScale\\\":false,\\\"percentage\\\":false,\\\"percentageDisabled\\\":false,\\\"indexedTo100\\\":false,\\\"log\\\":false,\\\"logDisabled\\\":false,\\\"alignLabels\\\":true,\\\"isInverted\\\":false},\\\"legendProperties\\\":{\\\"showStudyArguments\\\":true,\\\"showStudyTitles\\\":true,\\\"showStudyValues\\\":true,\\\"showSeriesTitle\\\":true,\\\"showSeriesOHLC\\\":true,\\\"showLegend\\\":true,\\\"showLastDayChange\\\":false,\\\"showBarChange\\\":true,\\\"showVolume\\\":false,\\\"showBackground\\\":true,\\\"showPriceSource\\\":true,\\\"backgroundTransparency\\\":50,\\\"showLogo\\\":true,\\\"showTradingButtons\\\":false,\\\"showTradingButtonsMobile\\\":false,\\\"showSeriesLegendCloseOnMobile\\\":true,\\\"barChangeUpColor\\\":\\\"#089981\\\",\\\"barChangeDownColor\\\":\\\"#F23645\\\",\\\"useBarChangeCustomColors\\\":false},\\\"separatorColor\\\":\\\"#E0E3EB\\\",\\\"background\\\":\\\"rgba(185, 219, 173, 1)\\\",\\\"backgroundGradientStartColor\\\":\\\"rgba(185, 219, 173, 1)\\\",\\\"backgroundGradientEndColor\\\":\\\"rgba(255, 249, 196, 1)\\\",\\\"rightOffset\\\":null},\\\"scalesProperties\\\":{\\\"fontSize\\\":12,\\\"scaleSeriesOnly\\\":false,\\\"showSeriesLastValue\\\":true,\\\"seriesLastValueMode\\\":1,\\\"showSeriesPrevCloseValue\\\":false,\\\"showStudyLastValue\\\":true,\\\"showSymbolLabels\\\":false,\\\"showStudyPlotLabels\\\":false,\\\"showBidAskLabels\\\":false,\\\"showPrePostMarketPriceLabel\\\":true,\\\"showFundamentalNameLabel\\\":false,\\\"showFundamentalLastValue\\\":true,\\\"barSpacing\\\":6,\\\"axisHighlightColor\\\":\\\"rgba(41, 98, 255, 0.25)\\\",\\\"axisLineToolLabelBackgroundColorCommon\\\":\\\"#2962FF\\\",\\\"axisLineToolLabelBackgroundColorActive\\\":\\\"#143EB2\\\",\\\"showPriceScaleCrosshairLabel\\\":true,\\\"showTimeScaleCrosshairLabel\\\":true,\\\"crosshairLabelBgColorLight\\\":\\\"#0F0F0F\\\",\\\"crosshairLabelBgColorDark\\\":\\\"#3D3D3D\\\",\\\"saveLeftEdge\\\":false,\\\"textColor\\\":\\\"#131722\\\",\\\"lineColor\\\":\\\"rgba(42, 46, 57, 0)\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"},\\\"publishedChartsTimelineProperties\\\":{\\\"type\\\":\\\"BarsMarksContainer\\\",\\\"id\\\":\\\"PublishedChartsTimeline\\\",\\\"zorder\\\":10000003,\\\"pinnedTooltips\\\":{}},\\\"chartEventsSourceProperties\\\":{\\\"visible\\\":true,\\\"futureOnly\\\":true,\\\"breaks\\\":{\\\"color\\\":\\\"#555555\\\",\\\"visible\\\":false,\\\"style\\\":2,\\\"width\\\":1}},\\\"tradingProperties\\\":{\\\"showPositions\\\":true,\\\"positionPL\\\":{\\\"visibility\\\":true,\\\"display\\\":0},\\\"bracketsPL\\\":{\\\"visibility\\\":true,\\\"display\\\":0},\\\"positionAndBracketsPL\\\":true,\\\"showProjectMarketOrder\\\":false,\\\"showOrders\\\":true,\\\"showExecutions\\\":true,\\\"showExecutionsLabels\\\":false,\\\"showReverse\\\":true,\\\"horizontalAlignment\\\":2,\\\"extendLeft\\\":true,\\\"lineLength\\\":5,\\\"lineWidth\\\":1,\\\"lineStyle\\\":0},\\\"priceScaleSelectionStrategyName\\\":\\\"auto\\\",\\\"inactivityGaps\\\":false},\\\"sessions\\\":{\\\"properties\\\":{\\\"sessionHighlight\\\":{\\\"backgrounds\\\":{\\\"preMarket\\\":{\\\"color\\\":\\\"#FF9800\\\",\\\"transparency\\\":92},\\\"postMarket\\\":{\\\"color\\\":\\\"#2962FF\\\",\\\"transparency\\\":92},\\\"electronic\\\":{\\\"color\\\":\\\"#2962FF\\\",\\\"transparency\\\":92},\\\"outOfSession\\\":{\\\"color\\\":\\\"#2962FF\\\",\\\"transparency\\\":92,\\\"visible\\\":true,\\\"available\\\":false}},\\\"vertlines\\\":{\\\"sessBreaks\\\":{\\\"color\\\":\\\"#4985e7\\\",\\\"style\\\":2,\\\"visible\\\":false,\\\"width\\\":1,\\\"available\\\":true}}}},\\\"data\\\":{\\\"graphics\\\":{\\\"indexes\\\":[]},\\\"metaInfo\\\":{\\\"palettes\\\":{},\\\"inputs\\\":[],\\\"plots\\\":[],\\\"graphics\\\":{\\\"backgrounds\\\":{\\\"postMarket\\\":{\\\"name\\\":\\\"Post-Market Extended Hours\\\"},\\\"preMarket\\\":{\\\"name\\\":\\\"Pre-Market Extended Hours\\\"}},\\\"vertlines\\\":{\\\"sessBreaks\\\":{\\\"halign\\\":\\\"left\\\",\\\"name\\\":\\\"Session Break\\\"}}},\\\"defaults\\\":{\\\"graphics\\\":{\\\"backgrounds\\\":{\\\"postMarket\\\":{\\\"color\\\":\\\"#2962ff\\\",\\\"transparency\\\":92,\\\"visible\\\":false},\\\"preMarket\\\":{\\\"color\\\":\\\"#ff9800\\\",\\\"transparency\\\":92,\\\"visible\\\":false}},\\\"vertlines\\\":{\\\"sessBreaks\\\":{\\\"color\\\":\\\"#4985e7\\\",\\\"style\\\":2,\\\"visible\\\":false,\\\"width\\\":1}}}},\\\"_metainfoVersion\\\":53,\\\"description\\\":\\\"Sessions\\\",\\\"format\\\":{\\\"type\\\":\\\"inherit\\\"},\\\"id\\\":\\\"Sessions@tv-basicstudies-262\\\",\\\"is_hidden_study\\\":true,\\\"is_price_study\\\":true,\\\"linkedToSeries\\\":true,\\\"shortDescription\\\":\\\"Sessions\\\",\\\"description_localized\\\":\\\"Sessions\\\",\\\"shortId\\\":\\\"Sessions\\\",\\\"packageId\\\":\\\"tv-basicstudies\\\",\\\"version\\\":262,\\\"fullId\\\":\\\"Sessions@tv-basicstudies-262\\\",\\\"productId\\\":\\\"tv-basicstudies\\\",\\\"_serverMetaInfoVersion\\\":51}}},\\\"version\\\":3,\\\"timezone\\\":\\\"Etc\\/UTC\\\",\\\"shouldBeSavedEvenIfHidden\\\":true,\\\"linkingGroup\\\":null,\\\"lineToolsGroups\\\":{\\\"groups\\\":[]},\\\"chartId\\\":\\\"1\\\"}],\\\"symbolLock\\\":0,\\\"intervalLock\\\":0,\\\"trackTimeLock\\\":0,\\\"dateRangeLock\\\":0,\\\"crosshairLock\\\":1,\\\"studyMetaInfoMap\\\":{\\\"Dividends@tv-basicstudies-262\\\":{\\\"palettes\\\":{},\\\"inputs\\\":[],\\\"plots\\\":[{\\\"id\\\":\\\"Gross\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"ExDate\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Net\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"PayDate\\\",\\\"type\\\":\\\"line\\\"}],\\\"graphics\\\":{},\\\"defaults\\\":{},\\\"_metainfoVersion\\\":53,\\\"description\\\":\\\"Dividends\\\",\\\"format\\\":{\\\"type\\\":\\\"inherit\\\"},\\\"id\\\":\\\"Dividends@tv-basicstudies-262\\\",\\\"is_hidden_study\\\":true,\\\"is_price_study\\\":true,\\\"linkedToSeries\\\":true,\\\"shortDescription\\\":\\\"Dividends\\\",\\\"description_localized\\\":\\\"Dividends\\\",\\\"shortId\\\":\\\"Dividends\\\",\\\"packageId\\\":\\\"tv-basicstudies\\\",\\\"version\\\":262,\\\"fullId\\\":\\\"Dividends@tv-basicstudies-262\\\",\\\"productId\\\":\\\"tv-basicstudies\\\",\\\"_serverMetaInfoVersion\\\":51},\\\"Splits@tv-basicstudies-262\\\":{\\\"palettes\\\":{},\\\"inputs\\\":[],\\\"plots\\\":[{\\\"id\\\":\\\"Denominator\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Numerator\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Time\\\",\\\"type\\\":\\\"line\\\"}],\\\"graphics\\\":{},\\\"defaults\\\":{},\\\"_metainfoVersion\\\":53,\\\"description\\\":\\\"Splits\\\",\\\"format\\\":{\\\"type\\\":\\\"inherit\\\"},\\\"id\\\":\\\"Splits@tv-basicstudies-262\\\",\\\"is_hidden_study\\\":true,\\\"is_price_study\\\":true,\\\"linkedToSeries\\\":true,\\\"shortDescription\\\":\\\"Splits\\\",\\\"description_localized\\\":\\\"Splits\\\",\\\"shortId\\\":\\\"Splits\\\",\\\"packageId\\\":\\\"tv-basicstudies\\\",\\\"version\\\":262,\\\"fullId\\\":\\\"Splits@tv-basicstudies-262\\\",\\\"productId\\\":\\\"tv-basicstudies\\\",\\\"_serverMetaInfoVersion\\\":51},\\\"Earnings@tv-basicstudies-262\\\":{\\\"palettes\\\":{},\\\"inputs\\\":[],\\\"plots\\\":[{\\\"id\\\":\\\"Actual\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Estimate\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"FiscalDate\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Time\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Reported\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"RevenueEstimate\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"RevenueActual\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Flags\\\",\\\"type\\\":\\\"line\\\"}],\\\"graphics\\\":{},\\\"defaults\\\":{},\\\"_metainfoVersion\\\":53,\\\"description\\\":\\\"Earnings\\\",\\\"format\\\":{\\\"type\\\":\\\"inherit\\\"},\\\"id\\\":\\\"Earnings@tv-basicstudies-262\\\",\\\"is_hidden_study\\\":true,\\\"is_price_study\\\":true,\\\"linkedToSeries\\\":true,\\\"shortDescription\\\":\\\"Earnings\\\",\\\"description_localized\\\":\\\"Earnings\\\",\\\"shortId\\\":\\\"Earnings\\\",\\\"packageId\\\":\\\"tv-basicstudies\\\",\\\"version\\\":262,\\\"fullId\\\":\\\"Earnings@tv-basicstudies-262\\\",\\\"productId\\\":\\\"tv-basicstudies\\\",\\\"_serverMetaInfoVersion\\\":51},\\\"BarSetContinuousRollDates@tv-corestudies-37\\\":{\\\"palettes\\\":{},\\\"inputs\\\":[{\\\"defval\\\":\\\"now\\\",\\\"id\\\":\\\"currenttime\\\",\\\"name\\\":\\\"Currenttime\\\",\\\"type\\\":\\\"text\\\",\\\"display\\\":15}],\\\"plots\\\":[{\\\"id\\\":\\\"CurrentContractCode\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"NextContractCode\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"SwitchDate\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"CurrentContractCode2\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"NextContractCode2\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"SwitchDate2\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"CurrentContractCode3\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"NextContractCode3\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"SwitchDate3\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"CurrentContractCode4\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"NextContractCode4\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"SwitchDate4\\\",\\\"type\\\":\\\"line\\\"},{\\\"id\\\":\\\"Overflowed\\\",\\\"type\\\":\\\"line\\\"}],\\\"graphics\\\":{},\\\"defaults\\\":{\\\"inputs\\\":{\\\"currenttime\\\":\\\"now\\\"}},\\\"_metainfoVersion\\\":53,\\\"description\\\":\\\"Dates calculator for continuous\\\",\\\"format\\\":{\\\"type\\\":\\\"inherit\\\"},\\\"id\\\":\\\"BarSetContinuousRollDates@tv-corestudies-37\\\",\\\"is_hidden_study\\\":true,\\\"is_price_study\\\":true,\\\"shortDescription\\\":\\\"RollDatesCalculator\\\",\\\"description_localized\\\":\\\"Dates calculator for continuous\\\",\\\"shortId\\\":\\\"BarSetContinuousRollDates\\\",\\\"packageId\\\":\\\"tv-corestudies\\\",\\\"version\\\":37,\\\"fullId\\\":\\\"BarSetContinuousRollDates@tv-corestudies-37\\\",\\\"productId\\\":\\\"tv-corestudies\\\",\\\"_serverMetaInfoVersion\\\":51}},\\\"symbolAliasServiceState\\\":[]}\"},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":548,"avg_credits":117},"328","Community Ideas",{"endpoints":551,"name":926,"description":40,"ungrouped":6},[552,572,601,651,689,722,756,789,826,859,892],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":553,"description":556,"method":83,"name":557,"url_path":558,"root_url":49,"parameters":559,"responses":566,"result_stats":18},[554,555],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get All Leaderboard Configs - Get all active leaderboard configurations","getLeaderboardConfigs","/api/leaderboard/configs",{"url":560,"header":561,"post":563,"body":564,"path":565},[],[562],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[567],{"status":68,"status_code":69,"description":70,"schema":568,"examples":569,"example":571},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"total\":{\"type\":\"integer\",\"description\":\"Total number of results\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"description\":\"Screener result item\",\"properties\":{\"symbol\":{\"type\":\"string\",\"description\":\"Trading symbol\"},\"name\":{\"type\":\"string\",\"description\":\"Security name\"},\"price\":{\"type\":\"number\",\"description\":\"Current price\"},\"change\":{\"type\":\"number\",\"description\":\"Price change\"},\"changePercent\":{\"type\":\"number\",\"description\":\"Price change percentage\"},\"marketCap\":{\"type\":\"number\",\"description\":\"Market capitalization\"},\"volume\":{\"type\":\"number\",\"description\":\"Trading volume\"}}}}}}",[570],{"name":74,"summary":74,"description":40,"example":571},"{\"success\":true,\"total\":0,\"data\":[{\"symbol\":\"\",\"name\":\"\",\"price\":0,\"change\":0,\"changePercent\":0,\"marketCap\":0,\"volume\":0}]}",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":573,"description":576,"method":83,"name":577,"url_path":578,"root_url":49,"parameters":579,"responses":597,"result_stats":18},[574,575],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get Leaderboard Data - Get leaderboard ranking data with pagination","getLeaderboardData","/api/leaderboard/{configCode}/data",{"url":580,"header":589,"post":591,"body":592,"path":593},[581,584,588],{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},"start","Pagination start index",{"key":585,"example":586,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":586,"required":6,"name":40,"description":587},"count","50","Number of results (max 150)",{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[590],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[594],{"key":595,"example":596,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},"configCode","us_gainers",[598],{"status":68,"status_code":69,"description":70,"schema":568,"examples":599,"example":571},[600],{"name":74,"summary":74,"description":40,"example":571},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":602,"description":605,"method":83,"name":606,"url_path":607,"root_url":49,"parameters":608,"responses":625,"result_stats":18},[603,604],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get government bonds leaderboard ranking data.","getBondsLeaderboard","/api/leaderboard/bonds",{"url":609,"header":620,"post":622,"body":623,"path":624},[610,611,612,615,616],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":613,"example":90,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":614},"tab","Tab ID (e.g., all, major, usa, uk)",{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},"columnset","overview","Column set name",[621],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[626,631,639,646],{"status":68,"status_code":69,"description":70,"schema":627,"examples":628,"example":630},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"object\",\"description\":\"Leaderboard data from TradingView screener\"},\"msg\":{\"type\":\"string\"}}}",[629],{"name":74,"summary":40,"description":40,"example":630},"{\"success\":true,\"data\":{},\"msg\":\"Success\"}",{"status":632,"status_code":633,"description":634,"schema":635,"examples":636,"example":638},"400",400,"Bad request - Invalid parameters","{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"error\":{\"type\":\"string\"},\"msg\":{\"type\":\"string\"}}}",[637],{"name":74,"summary":40,"description":40,"example":638},"{\"success\":true,\"error\":\"\",\"msg\":\"Bad request\"}",{"status":640,"status_code":641,"description":642,"schema":635,"examples":643,"example":645},"404",404,"Tab not found",[644],{"name":74,"summary":40,"description":40,"example":645},"{\"success\":true,\"error\":\"\",\"msg\":\"Not found\"}",{"status":186,"status_code":187,"description":188,"schema":647,"examples":648,"example":650},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"error\":{\"type\":\"string\",\"description\":\"Error message\"},\"msg\":{\"type\":\"string\"}}}",[649],{"name":74,"summary":40,"description":40,"example":650},"{\"success\":true,\"error\":\"\",\"msg\":\"Failed\"}",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":652,"description":655,"method":83,"name":577,"url_path":656,"root_url":49,"parameters":657,"responses":675,"result_stats":18},[653,654],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get leaderboard ranking data with pagination using configuration ID. For stock types, market_code is required. This is a legacy endpoint - consider using the type-specific endpoints instead.","/api/leaderboard/data",{"url":658,"header":670,"post":672,"body":673,"path":674},[659,663,666,667,668,669],{"key":660,"example":661,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":662},"id","stocks_market_movers.gainers","Configuration ID (e.g., stocks_market_movers.gainers)",{"key":664,"example":334,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":665},"market_code","Market code (required for stock types, e.g., america, china)",{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[671],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[676,679,682,686],{"status":68,"status_code":69,"description":70,"schema":627,"examples":677,"example":630},[678],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":680,"example":638},[681],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":683,"schema":635,"examples":684,"example":645},"Configuration not found",[685],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":687,"example":650},[688],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":690,"description":693,"method":83,"name":694,"url_path":695,"root_url":49,"parameters":696,"responses":709,"result_stats":18},[691,692],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get cryptocurrency leaderboard ranking data.","getCryptoLeaderboard","/api/leaderboard/crypto",{"url":697,"header":704,"post":706,"body":707,"path":708},[698,699,700,701,702],{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":613,"example":90,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":703},"Tab ID (e.g., all, gainers, losers, large-cap)",[705],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[710,713,716,719],{"status":68,"status_code":69,"description":70,"schema":627,"examples":711,"example":630},[712],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":714,"example":638},[715],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":642,"schema":635,"examples":717,"example":645},[718],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":720,"example":650},[721],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":723,"description":726,"method":83,"name":727,"url_path":728,"root_url":49,"parameters":729,"responses":743,"result_stats":18},[724,725],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get ETF/funds leaderboard ranking data.","getETFsLeaderboard","/api/leaderboard/etfs",{"url":730,"header":738,"post":740,"body":741,"path":742},[731,732,733,736,737],{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":613,"example":734,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":735},"largest","Tab ID (e.g., largest, highest-returns, equity)",{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},[739],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[744,747,750,753],{"status":68,"status_code":69,"description":70,"schema":627,"examples":745,"example":630},[746],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":748,"example":638},[749],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":642,"schema":635,"examples":751,"example":645},[752],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":754,"example":650},[755],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":757,"description":760,"method":83,"name":761,"url_path":762,"root_url":49,"parameters":763,"responses":776,"result_stats":18},[758,759],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get futures leaderboard ranking data.","getFuturesLeaderboard","/api/leaderboard/futures",{"url":764,"header":771,"post":773,"body":774,"path":775},[765,767,768,769,770],{"key":613,"example":90,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":766},"Tab ID (e.g., all, agricultural, energy, metals)",{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},[772],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[777,780,783,786],{"status":68,"status_code":69,"description":70,"schema":627,"examples":778,"example":630},[779],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":781,"example":638},[782],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":642,"schema":635,"examples":784,"example":645},[785],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":787,"example":650},[788],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":790,"description":793,"method":83,"name":794,"url_path":795,"root_url":49,"parameters":796,"responses":812,"result_stats":18},[791,792],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get stock leaderboard ranking data. Requires market_code parameter.","getStockLeaderboard","/api/leaderboard/stocks",{"url":797,"header":807,"post":809,"body":810,"path":811},[798,799,802,803,804,805],{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":613,"example":800,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":801},"gainers","Tab ID (e.g., gainers, losers, all-stocks)",{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":664,"example":334,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":806},"Market code (e.g., america, china, japan)",[808],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[813,816,819,823],{"status":68,"status_code":69,"description":70,"schema":627,"examples":814,"example":630},[815],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":817,"example":638},[818],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":820,"schema":635,"examples":821,"example":645},"Tab or market not found",[822],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":824,"example":650},[825],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":827,"description":830,"method":83,"name":831,"url_path":832,"root_url":49,"parameters":833,"responses":846,"result_stats":18},[828,829],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get forex leaderboard ranking data.","getForexLeaderboard","/api/leaderboard/forex",{"url":834,"header":841,"post":843,"body":844,"path":845},[835,836,838,839,840],{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":613,"example":90,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":837},"Tab ID (e.g., all, major, minor, exotic)",{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[842],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[847,850,853,856],{"status":68,"status_code":69,"description":70,"schema":627,"examples":848,"example":630},[849],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":851,"example":638},[852],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":642,"schema":635,"examples":854,"example":645},[855],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":857,"example":650},[858],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":860,"description":863,"method":83,"name":864,"url_path":865,"root_url":49,"parameters":866,"responses":879,"result_stats":18},[861,862],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get indices leaderboard ranking data.","getIndicesLeaderboard","/api/leaderboard/indices",{"url":867,"header":874,"post":876,"body":877,"path":878},[868,869,871,872,873],{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},{"key":613,"example":90,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":870},"Tab ID (e.g., all, major, us, europe)",{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},[875],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[880,883,886,889],{"status":68,"status_code":69,"description":70,"schema":627,"examples":881,"example":630},[882],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":884,"example":638},[885],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":642,"schema":635,"examples":887,"example":645},[888],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":890,"example":650},[891],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":893,"description":896,"method":83,"name":897,"url_path":898,"root_url":49,"parameters":899,"responses":913,"result_stats":18},[894,895],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get corporate bonds leaderboard ranking data.","getCorporateBondsLeaderboard","/api/leaderboard/corporate-bonds",{"url":900,"header":908,"post":910,"body":911,"path":912},[901,902,905,906,907],{"key":617,"example":618,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":618,"required":6,"name":40,"description":619},{"key":613,"example":903,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":17,"name":40,"description":904},"highest-yield","Tab ID (e.g., highest-yield, long-term, short-term)",{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":583},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":436},{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":587},[909],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[914,917,920,923],{"status":68,"status_code":69,"description":70,"schema":627,"examples":915,"example":630},[916],{"name":74,"summary":40,"description":40,"example":630},{"status":632,"status_code":633,"description":634,"schema":635,"examples":918,"example":638},[919],{"name":74,"summary":40,"description":40,"example":638},{"status":640,"status_code":641,"description":642,"schema":635,"examples":921,"example":645},[922],{"name":74,"summary":40,"description":40,"example":645},{"status":186,"status_code":187,"description":188,"schema":647,"examples":924,"example":650},[925],{"name":74,"summary":40,"description":40,"example":650},"Leaderboard",{"endpoints":928,"name":995,"description":40,"ungrouped":6},[929,954],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":930,"description":933,"method":83,"name":934,"url_path":935,"root_url":49,"parameters":936,"responses":947,"result_stats":952},[931,932],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get TradingView Symbol Logo (Cached) - Proxy logo image and cache it on edge","getLogo","/logo/{logoPath}",{"url":937,"header":938,"post":940,"body":941,"path":942},[],[939],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[943],{"key":944,"example":945,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":946,"required":17},"logoPath","apple--big.svg","Logo file path relative to /logo/. This parameter supports slashes. File name patterns: {logo}.svg or {logo}--big.svg. Examples: apple.svg, apple--big.svg, crypto/XTVCMIDLE--big.svg\n\nImage Proxy Setup Guide\n\nProblem\n\nHTML \u003Cimg> tags cannot set custom HTTP headers required for secure API access.\n\nSolution\n\nUse a backend proxy to fetch images with authentication headers, then serve them to the frontend.\n\nSteps\n\nBackend Setup (Node.js/Express)\n\n// server.js\napp.get('/api/proxy-image', async (req, res) => {\n  const response = await fetch(API_URL, {\n    headers: {\n      'X-RapidAPI-Host': 'tradingview-data1.p.rapidapi.com',\n      'X-RapidAPI-Key': 'YOUR_API_KEY'\n    }\n  });\n  response.body.pipe(res);\n});\n\n\nFrontend Usage\n\n\u003Cimg src=\\\"/api/proxy-image?symbol=apple--big.svg\\\" alt=\\\"Logo\\\">\n\n\nBenefits\n\n• ✅ Secures API keys\n\n• ✅ Bypasses CORS restrictions\n\n• ✅ Works with standard HTML\n\n• ✅ Centralized request handling\n\nAlternative\n\nFor small projects, use JavaScript fetch() with URL.createObjectURL() (client-side only).",[948],{"status":68,"status_code":69,"description":218,"schema":18,"examples":949,"example":951},[950],{"name":221,"summary":40,"description":40,"example":951},"{\"raw\":\"\u003C!-- by TradingView -->\u003Csvg width=\\\"56\\\" height=\\\"56\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\">\u003Cpath fill=\\\"url(#paint0_linear)\\\" d=\\\"M0 0h56v56H0z\\\"\\/>\u003Cpath d=\\\"M41 32.988c-.172.485-.353.948-.544 1.392a16.208 16.208 0 01-1.661 2.9c-.871 1.21-1.586 2.046-2.137 2.51-.853.764-1.768 1.155-2.748 1.176-.703 0-1.55-.194-2.538-.588-.99-.393-1.9-.587-2.732-.587-.872 0-1.808.194-2.81.587-1.002.394-1.81.6-2.427.62-.94.039-1.875-.362-2.81-1.207-.596-.506-1.342-1.373-2.236-2.6-.959-1.31-1.747-2.832-2.364-4.566-.662-1.872-.993-3.685-.993-5.44 0-2.01.447-3.744 1.342-5.197a7.765 7.765 0 012.812-2.764 7.727 7.727 0 013.8-1.043c.746 0 1.724.225 2.94.665 1.212.443 1.99.667 2.332.667.255 0 1.12-.262 2.585-.785 1.386-.485 2.556-.686 3.515-.607 2.597.204 4.547 1.2 5.845 2.992-2.322 1.368-3.47 3.283-3.448 5.74.021 1.915.735 3.509 2.139 4.774A7.09 7.09 0 0041 32.988zM34.468 11c.02.2.03.401.03.6 0 1.5-.563 2.902-1.686 4.198-1.357 1.542-2.998 2.432-4.778 2.292a4.54 4.54 0 01-.036-.569c0-1.44.645-2.982 1.791-4.242.572-.638 1.3-1.169 2.18-1.592.882-.417 1.715-.647 2.498-.687z\\\" fill=\\\"#fff\\\"\\/>\u003Cdefs>\u003ClinearGradient id=\\\"paint0_linear\\\" x1=\\\"10.418\\\" y1=\\\"9.712\\\" x2=\\\"68.147\\\" y2=\\\"76.017\\\" gradientUnits=\\\"userSpaceOnUse\\\">\u003Cstop stop-color=\\\"#1A1E21\\\"\\/>\u003Cstop offset=\\\"1\\\" stop-color=\\\"#06060A\\\"\\/>\u003C\\/linearGradient>\u003C\\/defs>\u003C\\/svg>\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":953,"avg_credits":117},"261",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":955,"description":958,"method":83,"name":934,"url_path":959,"root_url":49,"parameters":960,"responses":976,"result_stats":18},[956,957],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get TradingView logo images. The logo path should be obtained from currency-logoid, base-currency-logoid, or logoid fields returned by other endpoints. If the path does not have an extension, .svg will be automatically added. Use the big parameter to get large size versions.","/logo",{"url":961,"header":971,"post":973,"body":974,"path":975},[962,967],{"key":963,"example":964,"schema":18,"example_disabled":6,"example_type":56,"value_type":965,"enum_values":18,"default_value":964,"required":6,"name":40,"description":966},"big","false","boolean","Set to true to get large size version",{"key":968,"example":969,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":969,"required":17,"name":40,"description":970},"url","apple","Logo path (e.g., apple.svg or crypto/XTVCMIDLE). If no extension is provided, .svg will be automatically added\n\nGet TradingView logo images. The logo path should be obtained from currency-logoid, base-currency-logoid, or logoid fields returned by other endpoints. These fields can be retrieved from Quote endpoints (`/api/quote/{symbol}` and `/api/quote/batch`) and Leaderboard endpoints (`/api/leaderboard/*`). If the path does not have an extension, .svg will be automatically added. Use the `big` parameter to get large size versions.\n\n**Logo Path Examples by Category:**\n\n| Category | Example Paths |\n|----------|---------------|\n| **Exchange Providers** | `provider/binance`, `provider/coinbase`, `provider/kraken`, `provider/bitfinex`, `provider/bybit`, `provider/okx`, `provider/huobi`, `provider/okex`, `provider/bitmex`, `provider/deribit`, `provider/ftx`, `provider/gateio`, `provider/kucoin`, `provider/bitstamp`, `provider/gemini` |\n| **Exchange Sources** | `source/NASDAQ`, `source/NYSE`, `source/SSE`, `source/HKEX`, `source/LSE`, `source/TSX`, `source/ASX`, `source/FWB`, `source/EURONEXT`, `source/TSE`, `source/BSE`, `source/NSE`, `source/SGX`, `source/KRX` |\n| **Cryptocurrencies** | `crypto/XTVCBTC`, `crypto/XTVCETH`, `crypto/XTVCSOL`, `crypto/XTVCDOGE`, `crypto/XTVCADA`, `crypto/XTVCDOT`, `crypto/XTVCLINK`, `crypto/XTVCMATIC`, `crypto/XTVCAVAX`, `crypto/XTVCLUNA` |\n| **Stock Companies** | `apple`, `microsoft`, `alphabet`, `tesla`, `amazon`, `meta-platforms`, `nvidia`, `jpmorgan-chase`, `visa`, `johnson-and-johnson`, `berkshire-hathaway`, `unitedhealth-group`, `mastercard`, `home-depot`, `bank-of-america` |\n| **Countries/Regions** | `country/EU`, `country/US`, `country/GB`, `country/JP`, `country/CN`, `country/CA`, `country/AU`, `country/DE`, `country/FR`, `country/IN`, `country/KR`, `country/SG`, `country/HK`, `country/CH`, `country/NL` |",[972],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[977,982,986,989],{"status":68,"status_code":69,"description":978,"schema":18,"examples":979,"example":981},"Success - Image returned",[980],{"name":74,"summary":74,"description":40,"example":981},"{}",{"status":632,"status_code":633,"description":983,"schema":647,"examples":984,"example":650},"Bad request - Invalid path",[985],{"name":74,"summary":74,"description":40,"example":650},{"status":186,"status_code":187,"description":188,"schema":647,"examples":987,"example":650},[988],{"name":74,"summary":74,"description":40,"example":650},{"status":990,"status_code":991,"description":992,"schema":647,"examples":993,"example":650},"502",502,"Bad gateway - Failed to fetch image from origin",[994],{"name":74,"summary":74,"description":40,"example":650},"Logo",{"endpoints":997,"name":1405,"description":40,"ungrouped":6},[998,1020,1042,1064,1085,1107,1132,1158,1180,1202,1223,1245,1267,1289,1311,1333,1355,1378,1400],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":999,"description":1002,"method":83,"name":1003,"url_path":1004,"root_url":49,"parameters":1005,"responses":1013,"result_stats":1018},[1000,1001],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get operating, investing, financing activities cash flow and other cash flow statement data","CashFlow","/api/market-data/{symbol}/cash-flow",{"url":1006,"header":1007,"post":1009,"body":1010,"path":1011},[],[1008],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1012],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1014],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1015,"example":1017},[1016],{"name":221,"summary":40,"description":40,"example":1017},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"cash_flow\":{\"free_cash_flow_estimate_ntm\":147924888749.99997,\"cash_f_operating_activities_fh\":63071000000,\"capital_expenditures_estimate_ntm\":12976038160,\"operating_cash_flow_per_share\":9.97126949991967,\"free_cash_flow_fh\":58645000000,\"cash_f_financing_activities_fh\":-54919000000,\"cash_f_operating_activities_estimate_ntm\":162291889096,\"cash_f_investing_activities_fh\":-13925000000,\"capital_expenditures_fh\":-4426000000,\"free_cash_flow\":136683000000,\"cash_f_financing_activities_estimate_ntm\":-105925500000,\"cash_f_investing_activities_estimate_ntm\":-13746300000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1019,"avg_credits":117},"354",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1021,"description":1024,"method":83,"name":1025,"url_path":1026,"root_url":49,"parameters":1027,"responses":1035,"result_stats":1040},[1022,1023],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get analyst buy/hold/sell recommendations, price targets and other analyst rating data","AnalystRecommendations","/api/market-data/{symbol}/analyst-recommendations",{"url":1028,"header":1029,"post":1031,"body":1032,"path":1033},[],[1030],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1034],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1036],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1037,"example":1039},[1038],{"name":221,"summary":40,"description":40,"example":1039},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"analyst_recommendations\":{\"recommendation_mark\":1.554348,\"price_target_down_num\":9,\"recommendation_sell\":3,\"price_target_average_prev\":333.101667,\"price_target_date\":\"2026-08-23T00:00:00Z\",\"price_target_average\":333.101667,\"price_target_estimates_num\":36,\"recommendation_date\":\"2026-08-21T00:00:00Z\",\"recommendation_over\":8,\"price_target_median\":340,\"price_target_high\":400,\"recommendation_under\":1,\"recommendation_hold\":14,\"recommendation_mark_prev\":1.542553,\"price_target_low\":245,\"price_target_up_num\":14,\"recommendation_buy\":20,\"recommendation_total\":46},\"summary\":{\"rating\":{\"key\":\"buy\",\"label\":\"Buy\"},\"recommendation_mark\":1.554348,\"recommendation_mark_prev\":1.542553,\"recommendation_mark_change\":0.011795,\"counts\":{\"strong_buy\":20,\"buy\":8,\"hold\":14,\"sell\":1,\"strong_sell\":3,\"total\":46},\"price_target\":{\"average\":333.101667,\"average_prev\":333.101667,\"median\":340,\"high\":400,\"low\":245,\"estimates_num\":36,\"up_num\":14,\"down_num\":9,\"date\":\"2026-08-23T00:00:00Z\"},\"recommendation_date\":\"2026-08-21T00:00:00Z\"}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1041,"avg_credits":117},"181",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1043,"description":1046,"method":83,"name":1047,"url_path":1048,"root_url":49,"parameters":1049,"responses":1057,"result_stats":1062},[1044,1045],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get historical multiple quarters financial data arrays","HistoryQuarterly","/api/market-data/{symbol}/history-quarterly",{"url":1050,"header":1051,"post":1053,"body":1054,"path":1055},[],[1052],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1056],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1058],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1059,"example":1061},[1060],{"name":221,"summary":40,"description":40,"example":1061},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"history_quarterly\":{\"revenue_forecast_fq_h\":[109038899874,109457588844],\"fiscal_period_fq_h\":[\"2026-Q3\",\"2026-Q2\"],\"short_term_debt_excl_current_port_fq_h\":[1997000000,1997000000],\"inventory_progress_payments_fq_h\":[0,0],\"dps_common_stock_prim_issue_fq_h\":[0.27,0.26],\"total_revenue_fq_h\":[109417000000,111184000000],\"common_dividends_cash_flow_fq_h\":[-4035000000,-3822000000],\"earnings_per_share_fq_h\":[2.02,2.01],\"change_in_accounts_payable_fq_h\":[7094000000,-13145000000],\"ppe_total_net_fq_h\":[51431000000,50116000000],\"cash_f_operating_activities_estimates_fq_h\":[{\"Actual\":29728000000,\"Estimate\":{\"average\":41286192000,\"date\":1760918400,\"est_num\":9,\"high\":57533000000,\"low\":32987000000,\"median\":41154300000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":53925000000,\"Estimate\":{\"average\":46459056143,\"date\":1768953600,\"est_num\":7,\"high\":61059000000,\"low\":31138000000,\"median\":46207000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"amortization_fq_h\":[null,null],\"unusual_expense_inc_fq_h\":[0,0],\"total_liabilities_fq_h\":[275746000000,264591000000],\"diluted_net_income_fq_h\":[29789000000,29578000000],\"cash_f_operating_activities_fq_h\":[34369000000,28702000000],\"other_receivables_fq_h\":[27509000000,23172000000],\"income_tax_fq_h\":[-6478000000,-6255000000],\"cash_n_equivalents_fq_h\":[34617000000,36328000000],\"issuance_of_long_term_debt_fq_h\":[-232000000,-5750000000],\"capital_lease_obligations_fq_h\":[0,0],\"ncavps_ratio_fq_h\":[-10.315532591913614,-9.767315301939881],\"accrued_payroll_fq_h\":[null,null],\"price_sales_fq_h\":[8.94499790130306,8.11576504268544],\"total_assets_fq_h\":[383266000000,371082000000],\"earnings_publication_type_fq_h\":[22,22],\"total_debt_estimates_fq_h\":[{\"Actual\":98657000000,\"Estimate\":{\"average\":101698000000,\"date\":1760486400,\"est_num\":2,\"high\":101698000000,\"low\":101698000000,\"median\":101698000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":90509000000,\"Estimate\":{\"average\":98657000000,\"date\":1768348800,\"est_num\":3,\"high\":98657000000,\"low\":98657000000,\"median\":98657000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"deferred_charges_fq_h\":[null,null],\"total_extra_items_fq_h\":[0,0],\"asset_turnover_fq_h\":[1.30623523107724,1.28558268013641],\"total_shares_outstanding_fq_h\":[14608963000,14667688000],\"price_cash_flow_fq_h\":[28.46,26.13],\"cash_n_short_term_invest_estimates_fq_h\":[{\"Actual\":35934000000,\"Estimate\":{\"average\":54484698667,\"date\":1760918400,\"est_num\":9,\"high\":68983000000,\"low\":36955000000,\"median\":53329000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":45317000000,\"Estimate\":{\"average\":59654254778,\"date\":1768953600,\"est_num\":9,\"high\":110944000000,\"low\":35415000000,\"median\":54783000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"accounts_receivables_net_fq_h\":[31398000000,30339000000],\"funds_f_operations_fq_h\":[36190000000,35356000000],\"research_and_dev_estimates_fq_h\":[{\"Actual\":8866000000,\"Estimate\":{\"average\":8808312722,\"date\":1761264000,\"est_num\":18,\"high\":9047000000,\"low\":8542000000,\"median\":8805964500},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":10887000000,\"Estimate\":{\"average\":10271643316,\"date\":1768521600,\"est_num\":19,\"high\":10893000000,\"low\":9622000000,\"median\":10373000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"purchase_of_investments_fq_h\":[-16320000000,-19739000000],\"sell_gen_admin_exp_total_estimates_fq_h\":[{\"Actual\":7048000000,\"Estimate\":{\"average\":6949215526,\"date\":1761264000,\"est_num\":19,\"high\":7543000000,\"low\":6615000000,\"median\":6932000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":7492000000,\"Estimate\":{\"average\":7994360700,\"date\":1769126400,\"est_num\":20,\"high\":8591000000,\"low\":7435000000,\"median\":7907500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"diluted_shares_outstanding_fq_h\":[14714676000,14725873000],\"accum_deprec_total_fq_h\":[-76744000000,-77441000000],\"operating_lease_liabilities_fq_h\":[null,null],\"minority_interest_fq_h\":[0,0],\"net_income_starting_line_fq_h\":[29789000000,29578000000],\"long_term_debt_to_assets_fq_h\":[0.1861370432023712,0.20050554863884532],\"invent_turnover_fq_h\":[28.1718281718282,36.1664105716042],\"sales_of_business_fq_h\":[0,0],\"gross_margin_fq_h\":[50.0562069879452,49.2705785005037],\"total_cash_dividends_paid_fq_h\":[-4035000000,-3822000000],\"capital_expenditures_unchanged_fq_h\":[2455000000,1971000000],\"discontinued_operations_fq_h\":[0,0],\"other_proceeds_from_stock_sales_fq_h\":[0,0],\"enterprise_value_fq_h\":[4197675755280,3680001202400],\"total_receivables_net_fq_h\":[58907000000,53511000000],\"dep_amort_exp_income_s_fq_h\":[-3320000000,-3439000000],\"other_investing_cash_flow_sources_fq_h\":[0,0],\"long_term_note_receivable_fq_h\":[null,null],\"sales_of_investments_fq_h\":[11214000000,16972000000],\"other_intangibles_net_fq_h\":[20342000000,21334000000],\"other_common_equity_fq_h\":[-4508000000,-5375000000],\"long_term_debt_excl_capital_lease_fq_h\":[71340000000,74404000000],\"preferred_dividends_fq_h\":[0,0],\"sell_gen_admin_exp_total_fq_h\":[-19075000000,-18896000000],\"intangibles_net_fq_h\":[20342000000,21334000000],\"additional_paid_in_capital_fq_h\":[null,null],\"long_term_debt_to_equity_fq_h\":[0.6635044642857143,0.698688152050408],\"book_value_per_share_estimates_fq_h\":[{\"Actual\":4.961469,\"Estimate\":{\"average\":4.429844,\"date\":1761264000,\"est_num\":2,\"high\":4.469688,\"low\":4.39,\"median\":4.429844},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":5.951314,\"Estimate\":{\"average\":5.959833,\"date\":1768348800,\"est_num\":2,\"high\":5.999666,\"low\":5.92,\"median\":5.959833},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"supplying_of_long_term_debt_fq_h\":[0,0],\"oper_income_fq_h\":[35695000000,35885000000],\"total_assets_estimates_fq_h\":[{\"Actual\":359241000000,\"Estimate\":{\"average\":358334872000,\"date\":1760918400,\"est_num\":10,\"high\":396027000000,\"low\":338510000000,\"median\":351786260000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":379297000000,\"Estimate\":{\"average\":373656251556,\"date\":1768953600,\"est_num\":9,\"high\":403934000000,\"low\":362817000000,\"median\":370512000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"price_book_fwd_fq_h\":[7.626266677815753,7.210499279021691],\"purchase_sale_investments_fq_h\":[-5106000000,-2767000000],\"other_financing_cash_flow_uses_fq_h\":[-3268000000,-418000000],\"ebitda_per_share_fq_h\":[2.65143452699876,2.6704019517213005],\"debt_to_equity_fq_h\":[0.784449404761905,0.7954756740006199],\"deferred_tax_liabilities_fq_h\":[null,null],\"earnings_per_share_basic_fq_h\":[2.0325,2.0158],\"enterprise_value_ebitda_fq_h\":[24.9922645126489,23.0034580337051],\"minority_interest_exp_fq_h\":[0,0],\"dividend_payout_ratio_fq_h\":[13.3372851215175,12.9443393408344],\"net_margin_fq_h\":[27.2252026650338,26.6027485969204],\"interest_expense_on_debt_fq_h\":[null,null],\"cash_flow_deferred_taxes_fq_h\":[0,0],\"earnings_fq_h\":[{\"Actual\":1.4,\"Estimate\":0.986396,\"FiscalPeriod\":\"2021-Q2\",\"IsReported\":true,\"Type\":22},{\"Actual\":1.3,\"Estimate\":1.010662,\"FiscalPeriod\":\"2021-Q3\",\"IsReported\":true,\"Type\":22}],\"other_current_liabilities_fq_h\":[62259000000,57654000000],\"cost_of_goods_excl_dep_amort_fq_h\":[-51327000000,-52964000000],\"issuance_of_stock_net_fq_h\":[-25105000000,-12288000000],\"cash_f_investing_activities_estimates_fq_h\":[{\"Actual\":-2587000000,\"Estimate\":{\"average\":-3668433333,\"date\":1760918400,\"est_num\":6,\"high\":-2750000000,\"low\":-4412000000,\"median\":-3728800000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":-4886000000,\"Estimate\":{\"average\":-3675166667,\"date\":1768953600,\"est_num\":6,\"high\":-3000000000,\"low\":-4349000000,\"median\":-3561000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"price_earnings_fq_h\":[32.5312668370915,30.0973809955846],\"goodwill_fq_h\":[0,0],\"earnings_per_share_forecast_fq_h\":[1.891883,1.945766],\"gross_profit_fq_h\":[54770000000,54781000000],\"net_debt_fq_h\":[21945000000,16204000000],\"inventory_finished_goods_fq_h\":[11092000000,6747000000],\"current_port_debt_capital_leases_fq_h\":[11007000000,8310000000],\"deferred_income_current_fq_h\":[9538000000,9331000000],\"other_investments_fq_h\":[84118000000,78088000000],\"cash_per_share_fq_h\":[4.240596259136117,4.652152032005166],\"total_debt_per_share_fq_h\":[5.731964468670598,5.752528220228437],\"non_oper_interest_income_fq_h\":[0,0],\"purchase_sale_business_fq_h\":[0,0],\"purchase_of_business_fq_h\":[0,0],\"preferred_dividends_cash_flow_fq_h\":[0,0],\"working_capital_per_share_fq_h\":[0.0336779551019467,0.645841389590507],\"price_earnings_fwd_fq_h\":[30.849877265799478,27.70709943195993],\"short_term_invest_fq_h\":[27782000000,32179000000],\"treasury_stock_common_fq_h\":[0,0],\"cash_flow_deprecation_n_amortization_fq_h\":[3320000000,3439000000],\"pre_tax_margin_fq_h\":[33.1456720619282,32.2285580659088],\"debt_to_asset_fq_h\":[0.220066481242792,0.228281080731483],\"non_oper_interest_exp_fq_h\":[null,null],\"pretax_equity_in_earnings_fq_h\":[0,0],\"book_tangible_per_share_fq_h\":[5.96743245910062,5.80575479925671],\"other_oper_expense_total_fq_h\":[0,0],\"other_financing_cash_flow_items_total_fq_h\":[-3268000000,-418000000],\"quick_ratio_fq_h\":[0.929014371241445,1.0202464331073],\"provision_f_risks_fq_h\":[0,0],\"capex_per_share_fq_h\":[0.16684023487843,0.133846054491982],\"prepaid_expenses_fq_h\":[null,null],\"other_income_fq_h\":[572000000,-52000000],\"price_sales_fwd_fq_h\":[8.247129773098402,7.37171872707714],\"purchase_of_stock_fq_h\":[-25105000000,-12288000000],\"dilution_adjustment_fq_h\":[0,0],\"ebit_fq_h\":[35695000000,35885000000],\"total_current_assets_fq_h\":[149818000000,144114000000],\"operating_expenses_fq_h\":[-19075000000,-18896000000],\"issuance_of_debt_net_fq_h\":[-232000000,-5751000000],\"cash_n_short_term_invest_fq_h\":[62399000000,68507000000],\"capital_expenditures_fixed_assets_fq_h\":[-2455000000,-1971000000],\"changes_in_working_capital_fq_h\":[-1821000000,-6654000000],\"capital_expenditures_other_assets_fq_h\":[0,0],\"shrhldrs_equity_fq_h\":[107520000000,106491000000],\"cash_f_financing_activities_fq_h\":[-32640000000,-22279000000],\"ebitda_estimates_fq_h\":[{\"Actual\":35554000000,\"Estimate\":{\"average\":34670596256,\"date\":1761264000,\"est_num\":11,\"high\":35529000000,\"low\":33765240502,\"median\":34532268000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":54066000000,\"Estimate\":{\"average\":50770710266,\"date\":1769126400,\"est_num\":9,\"high\":52305000000,\"low\":49687000000,\"median\":50543005000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"cash_f_investing_activities_fq_h\":[-7757000000,-6168000000],\"retained_earnings_fq_h\":[11326000000,12359000000],\"earnings_release_date_fq_h\":[1785443580,1777581000],\"total_oper_expense_fq_h\":[-73722000000,-75299000000],\"ebit_estimates_fq_h\":[{\"Actual\":32427000000,\"Estimate\":{\"average\":31775308844,\"date\":1761264000,\"est_num\":29,\"high\":32913000000,\"low\":30056000000,\"median\":31851000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":50852000000,\"Estimate\":{\"average\":47323744095,\"date\":1769126400,\"est_num\":28,\"high\":48950000000,\"low\":43668000000,\"median\":47417000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"preferred_stock_carrying_value_fq_h\":[0,0],\"total_liabilities_shrhldrs_equity_fq_h\":[383266000000,371082000000],\"other_current_assets_total_fq_h\":[17420000000,15349000000],\"earnings_per_share_diluted_fq_h\":[2.0244,2.0086],\"common_stock_par_fq_h\":[100702000000,99507000000],\"capital_expenditures_fq_h\":[-2455000000,-1971000000],\"accounts_payable_fq_h\":[64525000000,57349000000],\"total_non_current_liabilities_fq_h\":[126420000000,129950000000],\"ebitda_fq_h\":[39015000000,39324000000],\"free_cash_flow_per_share_fq_h\":[2.168855094057117,1.8152404275114964],\"free_cash_flow_fq_h\":[31914000000,26731000000],\"inventory_raw_materials_fq_h\":[0,0],\"net_income_fq_h\":[29789000000,29578000000],\"eps_estimates_fq_h\":[{\"Actual\":1.24,\"Estimate\":{\"average\":1.238778,\"date\":1635206400,\"est_num\":32,\"high\":1.34,\"low\":1.01,\"median\":1.245},\"FiscalPeriod\":\"2021-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":2.1,\"Estimate\":{\"average\":1.899115,\"date\":1643155200,\"est_num\":34,\"high\":2.043942,\"low\":1.75,\"median\":1.903},\"FiscalPeriod\":\"2022-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"other_investing_cash_flow_items_total_fq_h\":[-196000000,-1430000000],\"gross_profit_estimates_fq_h\":[{\"Actual\":48363952000,\"Estimate\":{\"average\":47730077870,\"date\":1761264000,\"est_num\":23,\"high\":49495000000,\"low\":45856000000,\"median\":47830000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":69231000000,\"Estimate\":{\"average\":65648198317.99999,\"date\":1769126400,\"est_num\":22,\"high\":67100000000,\"low\":64325000000,\"median\":65606500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"total_equity_fq_h\":[107520000000,106491000000],\"enterprise_value_sales_fwd_fq_h\":[8.290471471468638,7.4043218772120065],\"equity_in_earnings_fq_h\":[0,0],\"non_cash_items_fq_h\":[3081000000,2339000000],\"change_in_accounts_receivable_fq_h\":[-5316000000,16675000000],\"book_value_per_share_fq_h\":[7.35987,7.26024],\"return_on_invested_capital_fq_h\":[78.8273416483248,75.1401502496498],\"other_financing_cash_flow_sources_fq_h\":[0,0],\"long_term_investments_fq_h\":[84118000000,78088000000],\"dps_estimates_fq_h\":[{\"Actual\":0.26,\"Estimate\":{\"average\":0.261111,\"date\":1761264000,\"est_num\":9,\"high\":0.27,\"low\":0.26,\"median\":0.26},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":0.26,\"Estimate\":{\"average\":0.261429,\"date\":1766620800,\"est_num\":7,\"high\":0.27,\"low\":0.26,\"median\":0.26},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"non_oper_income_fq_h\":[572000000,-52000000],\"ebitda_margin_fq_h\":[35.6571647915772,35.3683983306951],\"issuance_of_short_term_debt_fq_h\":[0,-1000000],\"issuance_of_other_debt_fq_h\":[null,null],\"sale_of_stock_fq_h\":[0,0],\"revenue_estimates_fq_h\":[{\"Actual\":83360000000,\"Estimate\":{\"average\":85054907222,\"date\":1635206400,\"est_num\":28,\"high\":90905000000,\"low\":77654000000,\"median\":84838500000},\"FiscalPeriod\":\"2021-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":123945000000,\"Estimate\":{\"average\":119002502550,\"date\":1643068800,\"est_num\":30,\"high\":130848506317,\"low\":111806000000,\"median\":118788500000},\"FiscalPeriod\":\"2022-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"short_term_debt_fq_h\":[13004000000,10307000000],\"revenue_fq_h\":[109417000000,111184000000],\"total_inventory_fq_h\":[11092000000,6747000000],\"free_cash_flow_estimates_fq_h\":[{\"Actual\":26486000000,\"Estimate\":{\"average\":37653125333,\"date\":1760918400,\"est_num\":9,\"high\":54071000000,\"low\":29178000000,\"median\":37864700000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":51552000000,\"Estimate\":{\"average\":43267049125,\"date\":1768953600,\"est_num\":8,\"high\":57817000000,\"low\":26300000000,\"median\":43171000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"estimates_fiscal_period_fq_h\":[\"2029-Q1\",\"2028-Q4\"],\"ebit_per_share_fq_h\":[2.42580944357864,2.43686741016984],\"investments_in_unconcsolidate_fq_h\":[0,0],\"depreciation_depletion_fq_h\":[null,null],\"deferred_tax_assests_fq_h\":[null,null],\"change_in_other_assets_fq_h\":[778000000,-9311000000],\"reduction_of_long_term_debt_fq_h\":[-232000000,-5750000000],\"long_term_other_assets_total_fq_h\":[77557000000,77430000000],\"total_current_liabilities_fq_h\":[149326000000,134641000000],\"net_income_bef_disc_oper_fq_h\":[29789000000,29578000000],\"operating_margin_fq_h\":[32.6229013772997,32.2753273852353],\"common_equity_total_fq_h\":[107520000000,106491000000],\"long_term_debt_fq_h\":[71340000000,74404000000],\"research_and_dev_fq_h\":[-11729000000,-11419000000],\"paid_in_capital_fq_h\":[100702000000,99507000000],\"net_income_estimates_fq_h\":[{\"Actual\":27466000000,\"Estimate\":{\"average\":26337476343,\"date\":1761696000,\"est_num\":27,\"high\":27282000000,\"low\":24731000000,\"median\":26370097493},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":42097000000,\"Estimate\":{\"average\":39418283960,\"date\":1769126400,\"est_num\":28,\"high\":40900000000,\"low\":36369000000,\"median\":39465500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"cash_f_financing_activities_estimates_fq_h\":[{\"Actual\":-27476000000,\"Estimate\":{\"average\":-29134171429,\"date\":1760918400,\"est_num\":7,\"high\":-25007000000,\"low\":-34475000000,\"median\":-29010000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":-39656000000,\"Estimate\":{\"average\":-30229000000,\"date\":1768953600,\"est_num\":6,\"high\":-26121000000,\"low\":-36843000000,\"median\":-29740000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"total_non_current_assets_fq_h\":[233448000000,226968000000],\"price_book_fq_h\":[38.5577,34.2688],\"current_ratio_fq_h\":[1.00329480465559,1.07035746912159],\"sell_gen_admin_exp_other_fq_h\":[-7346000000,-7477000000],\"return_on_assets_fq_h\":[36.0763947669221,34.905989477656],\"deferred_income_non_current_fq_h\":[null,null],\"basic_shares_outstanding_fq_h\":[14656110000,14673278000],\"total_non_oper_income_fq_h\":[572000000,-52000000],\"cost_of_goods_fq_h\":[-54647000000,-56403000000],\"capital_expenditures_estimates_fq_h\":[{\"Actual\":3242000000,\"Estimate\":{\"average\":3688304381,\"date\":1761264000,\"est_num\":10,\"high\":4412000000,\"low\":2750000000,\"median\":3738021907},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":2373000000,\"Estimate\":{\"average\":3821051696,\"date\":1769558400,\"est_num\":8,\"high\":4838000000,\"low\":3000000000,\"median\":3793500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"after_tax_other_income_fq_h\":[0,0],\"proceeds_from_stock_options_fq_h\":[0,0],\"enterprise_value_ebitda_fwd_fq_h\":[24.767515945023558,21.932677552293],\"inventory_work_in_progress_fq_h\":[0,0],\"fiscal_period_end_fq_h\":[1782777600,1774915200],\"earnings_fiscal_period_fq_h\":[\"2026-Q3\",\"2026-Q2\"],\"change_in_taxes_payable_fq_h\":[null,null],\"total_debt_fq_h\":[84344000000,84711000000],\"market_cap_basic_fq_h\":[4145731520140,3649320774400],\"revenue_per_share_fq_h\":[7.43590956402982,7.55024846404692],\"cost_of_goods_estimates_fq_h\":[{\"Actual\":54125000000,\"Estimate\":{\"average\":54811978136,\"date\":1761264000,\"est_num\":22,\"high\":58296000000,\"low\":53528000000,\"median\":54690000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":74525000000,\"Estimate\":{\"average\":72501333591,\"date\":1769126400,\"est_num\":22,\"high\":73994000000,\"low\":71437000000,\"median\":72460500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"other_investing_cash_flow_uses_fq_h\":[-196000000,-1430000000],\"other_liabilities_total_fq_h\":[55080000000,55546000000],\"capital_operating_lease_obligations_fq_h\":[0,0],\"operating_cash_flow_per_share_fq_h\":[2.33569532893555,1.94908648200348],\"pretax_income_fq_h\":[36267000000,35833000000],\"return_on_equity_fq_h\":[148.751081626767,141.470508462839],\"ppe_total_gross_fq_h\":[128175000000,127557000000],\"change_in_inventories_fq_h\":[-4377000000,-873000000],\"revenues_fq_h\":[{\"Actual\":89584000000,\"Estimate\":77088700724,\"FiscalPeriod\":\"2021-Q2\",\"IsReported\":true,\"Type\":22},{\"Actual\":81434000000,\"Estimate\":73334747261,\"FiscalPeriod\":\"2021-Q3\",\"IsReported\":true,\"Type\":22}],\"interest_capitalized_fq_h\":[0,0],\"change_in_accrued_expenses_fq_h\":[null,null],\"enterprise_value_ebit_fwd_fq_h\":[26.450568268985876,23.56262921166338],\"income_tax_payable_fq_h\":[null,null]}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1063,"avg_credits":117},"179",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1065,"description":1068,"method":83,"name":1069,"url_path":1070,"root_url":49,"parameters":1071,"responses":1079,"result_stats":1084},[1066,1067],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get P/E ratio, P/B ratio, EPS and other technical analysis indicators","Indicators","/api/market-data/{symbol}/indicators",{"url":1072,"header":1073,"post":1075,"body":1076,"path":1077},[],[1074],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1078],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":1068,"required":17},[1080],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1081,"example":1083},[1082],{"name":221,"summary":40,"description":40,"example":1083},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"indicators\":{\"earnings_release_date\":1785443580,\"price_52_week_low\":225.95,\"price_percent_change_52_week\":37.60552906696993,\"beta_1_year\":0.8202143,\"earnings_availability\":1,\"earnings_release_next_date\":1793275200,\"price_52_week_high\":344.5699,\"market_cap_basic\":4609717399330,\"price_earnings\":35.93250260795799,\"market_cap_calc\":4609717399329.628,\"earnings_per_share_diluted_fh\":4.0329999999999995,\"price_annual_sales\":11.301448897542057,\"beta_5_year\":1.0871987,\"quick_ratio\":0.929014371241445,\"beta_2_year\":1.0346074,\"current_ratio\":1.00329480465559,\"earnings_per_share_forecast_next_fh\":4.888204,\"earnings_release_calendar_date\":1782777600,\"price_annual_book\":62.80329714805509,\"price_book_ratio\":62.80329714805509,\"earnings_per_share_fh\":4.029999999999999,\"pre_tax_margin\":0.33397240495862496,\"after_tax_margin\":0.27618604910212197,\"return_on_invested_capital\":0.7882734164832481,\"earnings_release_date_h\":[1785443580,1777581000],\"return_on_assets\":0.360763947669221,\"debt_to_equity\":0.784449404761905,\"earnings_per_share_basic_fh\":4.0483,\"price_sales_ratio\":11.301448897542057,\"net_margin\":0.27618604910212197,\"earnings_release_next_time\":0,\"operating_margin\":0.331729584874781,\"price_percent_change_1_week\":-0.9056401694728388,\"gross_margin\":0.48652915559001997,\"beta_10_year\":1.1466154,\"earnings_release_time\":1,\"earnings_release_next_calendar_date\":1790726400,\"return_on_equity\":1.48751081626767,\"beta_3_year\":0.8743655}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":68,"avg_credits":117},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1086,"description":1089,"method":83,"name":1090,"url_path":1091,"root_url":49,"parameters":1092,"responses":1100,"result_stats":1105},[1087,1088],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get analyst targets, earnings and revenue forecasts, recommendation metrics, and upcoming earnings timing data.","Forecast","/api/market-data/{symbol}/forecast",{"url":1093,"header":1094,"post":1096,"body":1097,"path":1098},[],[1095],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1099],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},[1101],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1102,"example":1104},[1103],{"name":221,"summary":40,"description":40,"example":1104},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"forecast\":{\"analyst\":{\"rating\":{\"key\":\"buy\",\"label\":\"Buy\"},\"recommendation_mark\":1.554348,\"recommendation_mark_prev\":1.542553,\"recommendation_mark_change\":0.011795,\"recommendation_date\":\"2026-08-21T00:00:00Z\"},\"coverage\":{\"strong_buy\":20,\"buy\":8,\"hold\":14,\"sell\":1,\"strong_sell\":3,\"total\":46},\"price_target\":{\"average\":333.101667,\"average_prev\":333.101667,\"median\":340,\"high\":400,\"low\":245,\"estimates_num\":36,\"up_num\":14,\"down_num\":9,\"date\":\"2026-08-23T00:00:00Z\"},\"earnings\":{\"release\":{\"recent_date\":1785443580,\"recent_time\":1,\"recent_calendar_date\":1782777600,\"next_date\":1793275200,\"next_time\":0,\"next_calendar_date\":1790726400},\"history\":{\"quarterly_dates\":[1785443580,1777581000],\"annual_dates\":[1761856320,1730406900]}},\"eps\":{\"actual_fq\":null,\"actual_fy\":null,\"estimate_ntm\":9.198739999999999,\"forecast_fq\":1.891883,\"forecast_next_fq\":1.980165,\"forecast_fy\":7.381826,\"forecast_next_fy\":8.834303,\"history_fq\":[1.891883,1.945766],\"history_fy\":[7.381826,6.708209]},\"revenue\":{\"actual_fq\":null,\"actual_fy\":null,\"estimate_ntm\":506325336228,\"forecast_fq\":109038899874,\"forecast_next_fq\":113205172516,\"forecast_fy\":415406882375,\"forecast_next_fy\":477397859987,\"history_fq\":[109038899874,109457588844],\"history_fy\":[415406882375,390480701773]}}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1106,"avg_credits":117},"195",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1108,"description":1111,"method":83,"name":1112,"url_path":1113,"root_url":49,"parameters":1114,"responses":1125,"result_stats":1130},[1109,1110],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Query TradingView related ETF instruments for the specified symbol using the screener facade symbol relationship dataset.","Related ETFs","/api/market-data/{symbol}/related/etfs",{"url":1115,"header":1119,"post":1121,"body":1122,"path":1123},[1116,1117,1118],{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":439,"required":6,"name":40,"description":40},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":40},{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":40},[1120],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1124],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},[1126],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1127,"example":1129},[1128],{"name":221,"summary":40,"description":40,"example":1129},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"related_type\":\"etfs\",\"relation_key\":\"symbol_primary_listing\",\"totalCount\":1941,\"items\":[{\"rank\":1,\"symbol\":\"AMEX:VTI\",\"description\":\"Vanguard Morningstar Total Stock Market ETF\",\"exchange\":\"AMEX\",\"kind\":\"delay\",\"kind_delay\":900,\"logo\":{\"logoid\":\"vanguard\",\"style\":\"single\"},\"name\":\"VTI\",\"type\":\"fund\",\"typespecs\":[\"etf\"],\"marketvalue\":144471930199,\"currency\":\"USD\",\"holdingweight\":6.281515334859733,\"issuer\":\"The Vanguard Group, Inc.\",\"management\":\"Passive\",\"focus\":\"Total market\",\"expenseratio\":0.03,\"assetsundermanagement\":689363233935.04,\"price\":381.02,\"change\":0.10246170822057808,\"relativevolume\":0.04760858793020019,\"navtotalreturn\":77.43808731562953},{\"rank\":2,\"symbol\":\"AMEX:VOO\",\"description\":\"Vanguard S&P 500 ETF\",\"exchange\":\"AMEX\",\"kind\":\"delay\",\"kind_delay\":900,\"logo\":{\"logoid\":\"vanguard\",\"style\":\"single\"},\"name\":\"VOO\",\"type\":\"fund\",\"typespecs\":[\"etf\"],\"marketvalue\":119107023352,\"currency\":\"USD\",\"holdingweight\":7.042034393836452,\"issuer\":\"The Vanguard Group, Inc.\",\"management\":\"Passive\",\"focus\":\"Large cap\",\"expenseratio\":0.03,\"assetsundermanagement\":1044707474424.79,\"price\":709.58,\"change\":0.11710758377425622,\"relativevolume\":0.04071602048746543,\"navtotalreturn\":78.67424061871486}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1131,"avg_credits":117},"670",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1133,"description":1136,"method":83,"name":1137,"url_path":1138,"root_url":49,"parameters":1139,"responses":1151,"result_stats":1156},[1134,1135],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Query TradingView related government or bond instruments for the specified symbol using the screener facade symbol relationship dataset.","Related Bonds","/api/market-data/{symbol}/related/bonds",{"url":1140,"header":1145,"post":1147,"body":1148,"path":1149},[1141,1143,1144],{"key":585,"example":439,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":1142,"required":6,"name":40,"description":40},"24",{"key":582,"example":287,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":287,"required":6,"name":40,"description":40},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":40},[1146],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1150],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},[1152],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1153,"example":1155},[1154],{"name":221,"summary":40,"description":40,"example":1155},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"related_type\":\"bonds\",\"relation_key\":\"symbol_primary_name\",\"totalCount\":51,\"items\":[{\"rank\":1,\"symbol\":\"MUN:US37833EL0\",\"description\":\"Apple Inc. 2.85% 05-AUG-2061\",\"kind\":\"delay\",\"kind_delay\":900,\"logo\":{\"logoid\":\"apple\",\"style\":\"single\"},\"name\":\"US37833EL0\",\"type\":\"bond\",\"typespecs\":[\"corporate\"],\"yieldtoworst\":5.913957892372634,\"bondclose\":54.82,\"currentcoupon\":2.85,\"maturitydate\":20610805,\"outstandingamount\":1400000000,\"currency\":\"USD\",\"facevalue\":1000,\"snpratinglongterm\":\"AA+\",\"fitchratinglongterm\":null,\"bondissuer\":\"Apple, Inc.\"},{\"rank\":2,\"symbol\":\"MUN:US37833EG1\",\"description\":\"Apple Inc. 2.8% 08-FEB-2061\",\"kind\":\"delay\",\"kind_delay\":900,\"logo\":{\"logoid\":\"apple\",\"style\":\"single\"},\"name\":\"US37833EG1\",\"type\":\"bond\",\"typespecs\":[\"corporate\"],\"yieldtoworst\":5.911661726823159,\"bondclose\":54.385999999999996,\"currentcoupon\":2.8,\"maturitydate\":20610208,\"outstandingamount\":1750000000,\"currency\":\"USD\",\"facevalue\":1000,\"snpratinglongterm\":\"AA+\",\"fitchratinglongterm\":null,\"bondissuer\":\"Apple, Inc.\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1157,"avg_credits":117},"263",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1159,"description":1162,"method":83,"name":1163,"url_path":1164,"root_url":49,"parameters":1165,"responses":1173,"result_stats":1178},[1160,1161],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get high-level company and market snapshot data, including revenue and earnings summary fields, share counts, all-time price extremes, and revenue breakdown fields.","Overview","/api/market-data/{symbol}/overview",{"url":1166,"header":1167,"post":1169,"body":1170,"path":1171},[],[1168],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1172],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},[1174],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1175,"example":1177},[1176],{"name":221,"summary":40,"description":40,"example":1177},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"overview\":{\"all_time_low\":0.049107,\"total_shares_outstanding_calculated\":14594179064.552738,\"last_annual_eps\":7.465,\"all_time_high\":344.5699,\"all_time_high_day\":1785283200,\"total_revenue\":416161000000,\"all_time_low_day\":394934400,\"days_to_maturity\":null,\"float_shares_outstanding\":14576205351.4,\"gross_profit\":195201000000,\"number_of_shareholders\":22429,\"revenue_seg_by_business_h\":[{\"date\":2025,\"segments\":[{\"label\":\"iPhone\",\"value\":209586000000},{\"label\":\"Services\",\"value\":109158000000}]},{\"date\":2024,\"segments\":[{\"label\":\"iPhone\",\"value\":201183000000},{\"label\":\"Services\",\"value\":96169000000}]}],\"revenue_seg_by_region_h\":[{\"date\":2025,\"segments\":[{\"label\":\"United States\",\"value\":151790000000},{\"label\":\"Europe\",\"value\":111032000000}]},{\"date\":2024,\"segments\":[{\"label\":\"United States\",\"value\":142196000000},{\"label\":\"Europe\",\"value\":101328000000}]}],\"goodwill\":0,\"total_shares_outstanding\":14594200000,\"net_debt\":21945000000,\"total_shares_outstanding_fundamental\":14594200000,\"all_time_open\":0.128348,\"total_revenue_h\":[416161000000,391035000000],\"total_revenue_fh\":220601000000,\"net_income\":112010000000,\"revenue_per_employee\":2506993.97590361,\"basic_eps_net_income\":7.4931,\"last_annual_revenue\":416161000000,\"ebitda\":167959000000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1179,"avg_credits":117},"168",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1181,"description":1184,"method":83,"name":1185,"url_path":1186,"root_url":49,"parameters":1187,"responses":1195,"result_stats":1200},[1182,1183],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get S&P, Fitch and other credit rating agency information","CreditRatings","/api/market-data/{symbol}/credit-ratings",{"url":1188,"header":1189,"post":1191,"body":1192,"path":1193},[],[1190],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1194],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1196],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1197,"example":1199},[1198],{"name":221,"summary":40,"description":40,"example":1199},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"credit_ratings\":{\"issuer_snp_rating_st_h\":[{\"date\":1398297600,\"outlook\":null,\"rating\":730},{\"date\":856742400,\"outlook\":null,\"rating\":500}],\"issuer_snp_rating_lt\":740,\"issuer_snp_rating_lt_h\":[{\"date\":1366675200,\"outlook\":0,\"rating\":740},{\"date\":1082073600,\"outlook\":null,\"rating\":500}],\"issuer_snp_rating_st\":730}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1201,"avg_credits":117},"226",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1203,"description":1206,"method":83,"name":1207,"url_path":1208,"root_url":49,"parameters":1209,"responses":1217,"result_stats":1222},[1204,1205],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get enterprise value, EV/EBITDA and other enterprise valuation metrics","EnterpriseValue","/api/market-data/{symbol}/enterprise-value",{"url":1210,"header":1211,"post":1213,"body":1214,"path":1215},[],[1212],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1216],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1218],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1219,"example":1221},[1220],{"name":221,"summary":40,"description":40,"example":1221},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"enterprise_value\":{\"sum_for_enterprise_value\":21945000000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1201,"avg_credits":117},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1224,"description":1227,"method":83,"name":1228,"url_path":1229,"root_url":49,"parameters":1230,"responses":1238,"result_stats":1243},[1225,1226],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get dividend, dividend yield, ex-dividend date and other dividend related data","Dividend","/api/market-data/{symbol}/dividend",{"url":1231,"header":1232,"post":1234,"body":1235,"path":1236},[],[1233],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1237],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1239],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1240,"example":1242},[1241],{"name":221,"summary":40,"description":40,"example":1242},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"dividend\":{\"dividends_yield\":0.34331489605187876,\"last_splits\":[[1598832000,0.25],[1402272000,0.142857]],\"dividends_availability\":1,\"dividend_payment_date_recent\":1786622340,\"ex_date_recent\":1786363140,\"dividend_payment_date_h\":[1786622340,1778759940],\"dividend_record_date_h\":[1786363140,1778500740],\"continuous_dividend_growth\":13,\"dividends_paid\":-15421000000,\"dividend_ex_date_h\":[1786363140,1778500740],\"dividend_amount_recent\":0.270000011,\"dps_common_stock_prim_issue_fh\":0.53,\"continuous_dividend_payout\":14,\"dividend_ex_date_recent\":1786363140,\"payment_date_recent\":1786622340,\"total_cash_dividends_paid_fh\":-7857000000,\"ex_dividend_date_recent\":1786320000,\"dividend_type_h\":[\"Quarterly\",\"Quarterly\"],\"dividend_amount_h\":[0.270000011,0.270000011],\"rates_dividend_recent\":{\"time\":1786320000,\"to_aud\":1.417917,\"to_cad\":1.3947,\"to_chf\":0.810307,\"to_cny\":6.753106,\"to_eur\":0.866499,\"to_gbp\":0.740412,\"to_inr\":95.347063,\"to_jpy\":159.311773,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"split_last_date\":1598832000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1244,"avg_credits":117},"185",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1246,"description":1249,"method":83,"name":1250,"url_path":1251,"root_url":49,"parameters":1252,"responses":1260,"result_stats":1265},[1247,1248],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get historical multiple years financial data arrays","HistoryAnnual","/api/market-data/{symbol}/history-annual",{"url":1253,"header":1254,"post":1256,"body":1257,"path":1258},[],[1255],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1259],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1261],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1262,"example":1264},[1263],{"name":221,"summary":40,"description":40,"example":1264},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"history_annual\":{\"inventory_raw_materials_fy_h\":[0,0],\"price_earnings_fy_h\":[34.2210314802411,37.4432901571438],\"dividends_yield_fy_h\":[0.399279730681907,0.430220817419553],\"pretax_income_fy_h\":[132729000000,123485000000],\"reduction_of_long_term_debt_fy_h\":[-10932000000,-9958000000],\"oper_income_fy_h\":[133050000000,123216000000],\"price_sales_fwd_fy_h\":[8.029151818410707,8.449089576906891],\"cost_of_goods_estimates_fy_h\":[{\"Actual\":210352000000,\"Estimate\":{\"average\":210260930933,\"date\":1729814400,\"est_num\":30,\"high\":212526000000,\"low\":209516000000,\"median\":210051000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":220960000000,\"Estimate\":{\"average\":221375483967,\"date\":1761264000,\"est_num\":30,\"high\":225131000000,\"low\":213997000000,\"median\":221557500000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"price_earnings_fwd_fy_h\":[28.916825696379195,30.8582185491774],\"proceeds_from_stock_options_fy_h\":[0,0],\"other_current_assets_total_fy_h\":[14585000000,14287000000],\"purchase_of_investments_fy_h\":[-24407000000,-48656000000],\"net_debt_fy_h\":[57680000000,53888000000],\"income_tax_deferred_domestic_fy_h\":[1943000000,3378000000],\"accum_deprec_other_intang_fy_h\":[null,null],\"cash_f_investing_activities_fy_h\":[15195000000,2935000000],\"capital_expenditures_fixed_assets_fy_h\":[-12715000000,-9447000000],\"ppe_gross_buildings_fy_h\":[27337000000,24690000000],\"long_term_debt_to_assets_fy_h\":[0.250336125330906,0.2645295632637405],\"earnings_fy_h\":[{\"Actual\":2.3025,\"Estimate\":2.248051,\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":22},{\"Actual\":2.9775,\"Estimate\":2.936966,\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":22}],\"operating_expenses_fy_h\":[-62151000000,-57467000000],\"inventory_progress_payments_fy_h\":[0,0],\"cash_flow_deprecation_n_amortization_fy_h\":[11698000000,11445000000],\"ppe_gross_leases_fy_h\":[null,null],\"ppe_total_net_fy_h\":[61039000000,55914000000],\"short_term_debt_excl_current_port_fy_h\":[9558000000,11455000000],\"dps_estimates_fy_h\":[{\"Actual\":0.99,\"Estimate\":{\"average\":0.990508,\"date\":1729814400,\"est_num\":18,\"high\":1.02,\"low\":0.97,\"median\":0.99},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":1.02,\"Estimate\":{\"average\":1.027473,\"date\":1761696000,\"est_num\":22,\"high\":1.11,\"low\":1,\"median\":1.022458},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"working_capital_per_share_fy_h\":[-1.19635070390692,-1.54827884710414],\"fiscal_period_fy_h\":[\"2025\",\"2024\"],\"short_term_debt_fy_h\":[22446000000,22511000000],\"capital_expenditures_unchanged_fy_h\":[12715000000,9447000000],\"cash_per_share_fy_h\":[3.6453251938376363,4.229659798956328],\"purchase_sale_investments_fy_h\":[29390000000,13690000000],\"estimates_fiscal_period_fy_h\":[\"2031\",\"2030\"],\"cost_of_goods_excl_dep_amort_fy_h\":[-209262000000,-198907000000],\"revenue_fy_h\":[416161000000,391035000000],\"gross_profit_estimates_fy_h\":[{\"Actual\":180683000000,\"Estimate\":{\"average\":180311887419,\"date\":1729900800,\"est_num\":31,\"high\":182597000000,\"low\":178543000000,\"median\":180185000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":195201000000,\"Estimate\":{\"average\":194699930969,\"date\":1761264000,\"est_num\":32,\"high\":202256000000,\"low\":192287000000,\"median\":194442000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"total_current_liabilities_fy_h\":[165631000000,176392000000],\"legal_claim_expense_fy_h\":[null,null],\"net_income_bef_disc_oper_fy_h\":[112010000000,93736000000],\"supplying_of_long_term_debt_fy_h\":[4481000000,0],\"income_tax_credits_fy_h\":[0,0],\"operating_margin_fy_h\":[31.9707997625919,31.5102228700756],\"non_oper_income_fy_h\":[-321000000,269000000],\"free_cash_flow_fy_h\":[98767000000,108807000000],\"minority_interest_exp_fy_h\":[0,0],\"return_on_invested_capital_fy_h\":[70.6326735233099,58.1864230024333],\"total_cash_dividends_paid_fy_h\":[-15421000000,-15234000000],\"total_debt_per_share_fy_h\":[7.489454802052983,7.727042181398804],\"ppe_gross_machinery_fy_h\":[83420000000,80205000000],\"cash_f_operating_activities_fy_h\":[111482000000,118254000000],\"income_tax_payable_fy_h\":[13016000000,26601000000],\"other_income_fy_h\":[-321000000,269000000],\"cash_f_financing_activities_fy_h\":[-120686000000,-121983000000],\"accum_deprec_trans_equip_fy_h\":[null,null],\"book_value_per_share_fy_h\":[4.99098,3.76734],\"total_non_current_liabilities_fy_h\":[119877000000,131638000000],\"revenue_estimates_fy_h\":[{\"Actual\":229234000000,\"Estimate\":{\"average\":227461939394,\"date\":1509408000,\"est_num\":33,\"high\":229750000000,\"low\":224962000000,\"median\":227320000000},\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":265595000000,\"Estimate\":{\"average\":264521756757,\"date\":1540771200,\"est_num\":37,\"high\":274232000000,\"low\":262802000000,\"median\":264254000000},\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":\"1\"}],\"accum_deprec_machinery_fy_h\":[null,null],\"ppe_gross_other_fy_h\":[15091000000,14233000000],\"ppe_gross_construction_fy_h\":[null,null],\"earnings_per_share_fy_h\":[7.46,6.75],\"earnings_publication_type_fy_h\":[22,22],\"short_term_invest_fy_h\":[21158000000,37194000000],\"sell_gen_admin_exp_total_estimates_fy_h\":[{\"Actual\":26097000000,\"Estimate\":{\"average\":25895332692,\"date\":1729814400,\"est_num\":26,\"high\":26409000000,\"low\":24010000000,\"median\":25950000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":27601000000,\"Estimate\":{\"average\":27446830217,\"date\":1761264000,\"est_num\":23,\"high\":28096000000,\"low\":26529000000,\"median\":27485000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"number_of_employees_fy_h\":[166000,164000],\"cash_f_investing_activities_estimates_fy_h\":[{\"Actual\":2935000000,\"Estimate\":{\"average\":-1941147059,\"date\":1729814400,\"est_num\":17,\"high\":28316000000,\"low\":-15519000000,\"median\":-1260000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":15195000000,\"Estimate\":{\"average\":6002423810,\"date\":1761264000,\"est_num\":21,\"high\":19635000000,\"low\":-17896000000,\"median\":13853000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"cash_n_short_term_invest_fy_h\":[54697000000,65171000000],\"amortization_of_intangibles_fy_h\":[-3698000000,-3245000000],\"goodwill_fy_h\":[0,null],\"earnings_per_share_forecast_fy_h\":[7.381826,6.708209],\"change_in_accrued_expenses_fy_h\":[null,null],\"current_ratio_fy_h\":[0.893292922218667,0.867312576534083],\"total_equity_fy_h\":[73733000000,56950000000],\"price_cash_flow_fy_h\":[34.38,29.68],\"provision_f_risks_fy_h\":[0,9254000000],\"earnings_release_date_fy_h\":[1761856320,1730406900],\"change_in_inventories_fy_h\":[1400000000,-1046000000],\"issuance_of_stock_net_fy_h\":[-90711000000,-94949000000],\"dividends_payable_fy_h\":[0,0],\"revenue_per_share_fy_h\":[27.7353817941142,25.3785429022861],\"price_book_fwd_fy_h\":[34.92513329199078,52.97087210597804],\"deferred_income_non_current_fy_h\":[null,null],\"free_cash_flow_estimates_fy_h\":[{\"Actual\":108807000000,\"Estimate\":{\"average\":107228071506,\"date\":1729814400,\"est_num\":16,\"high\":120234000000,\"low\":91531000000,\"median\":109181500000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":98767000000,\"Estimate\":{\"average\":111006549913,\"date\":1761264000,\"est_num\":20,\"high\":144859000000,\"low\":85419000000,\"median\":111205000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"net_margin_fy_h\":[26.9150641218182,23.9712557699439],\"minority_interest_fy_h\":[0,0],\"other_financing_cash_flow_uses_fy_h\":[-6071000000,-5802000000],\"earnings_per_share_basic_fy_h\":[7.4931,6.109],\"equity_in_earnings_fy_h\":[0,0],\"book_value_per_share_estimates_fy_h\":[{\"Actual\":3.705,\"Estimate\":{\"average\":4.208321,\"date\":1729814400,\"est_num\":11,\"high\":4.78,\"low\":3.76,\"median\":4.21},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":4.93,\"Estimate\":{\"average\":4.300287,\"date\":1761264000,\"est_num\":13,\"high\":5,\"low\":3.09,\"median\":4.39},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"other_short_term_debt_fy_h\":[9558000000,11455000000],\"accum_deprec_leased_prop_fy_h\":[null,null],\"change_in_accounts_receivable_fy_h\":[-7029000000,-5144000000],\"enterprise_value_ebit_fwd_fy_h\":[24.856028898117785,26.930088686410766],\"dps_common_stock_prim_issue_fy_h\":[1.02,0.98],\"long_term_other_assets_total_fy_h\":[51745000000,45101000000],\"long_term_investments_fy_h\":[77723000000,91479000000],\"net_income_starting_line_fy_h\":[112010000000,93736000000],\"non_oper_interest_income_fy_h\":[0,0],\"cash_f_financing_activities_estimates_fy_h\":[{\"Actual\":-121983000000,\"Estimate\":{\"average\":-106735750000,\"date\":1729814400,\"est_num\":20,\"high\":3670000000,\"low\":-128130000000,\"median\":-115535000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":-120686000000,\"Estimate\":{\"average\":-117784215000,\"date\":1761264000,\"est_num\":20,\"high\":-82962000000,\"low\":-140641000000,\"median\":-120342000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"deferred_tax_liabilities_fy_h\":[null,null],\"deferred_tax_assests_fy_h\":[20777000000,19499000000],\"total_extra_items_fy_h\":[0,0],\"other_financing_cash_flow_items_total_fy_h\":[-6071000000,-5802000000],\"ppe_total_gross_fy_h\":[137053000000,129362000000],\"total_liabilities_shrhldrs_equity_fy_h\":[359241000000,364980000000],\"operating_lease_liabilities_fy_h\":[10911000000,10046000000],\"total_receivables_net_fy_h\":[72957000000,66243000000],\"inventory_finished_goods_fy_h\":[5718000000,7286000000],\"long_term_debt_excl_capital_lease_fy_h\":[89239000000,95796000000],\"cost_of_goods_fy_h\":[-220960000000,-210352000000],\"issuance_of_short_term_debt_fy_h\":[-2032000000,3960000000],\"capital_lease_obligations_fy_h\":[692000000,752000000],\"depreciation_depletion_fy_h\":[8000000000,8200000000],\"accounts_payable_fy_h\":[69860000000,68960000000],\"other_intangibles_net_fy_h\":[null,null],\"accum_deprec_land_fy_h\":[null,null],\"capex_per_share_fy_h\":[0.847401317067582,0.613119272693996],\"price_sales_fy_h\":[9.21061775519571,8.97569261076374],\"accum_deprec_buildings_fy_h\":[null,null],\"asset_turnover_fy_h\":[1.14926521048133,1.08989733305647],\"retained_earnings_fy_h\":[-14264000000,-19154000000],\"income_tax_current_domestic_fy_h\":[-13167000000,-7297000000],\"enterprise_value_sales_fwd_fy_h\":[8.149973474380362,8.578812993360435],\"other_liabilities_total_fy_h\":[29946000000,25836000000],\"total_assets_estimates_fy_h\":[{\"Actual\":364980000000,\"Estimate\":{\"average\":353471461619,\"date\":1729814400,\"est_num\":21,\"high\":458924000000,\"low\":328600000000,\"median\":347125000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":359241000000,\"Estimate\":{\"average\":361890987826,\"date\":1761264000,\"est_num\":23,\"high\":424664000000,\"low\":312200000000,\"median\":356909000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"non_oper_interest_exp_fy_h\":[null,null],\"amortization_fy_h\":[3698000000,3245000000],\"revenues_fy_h\":[{\"Actual\":229234000000,\"Estimate\":227461939394,\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":22},{\"Actual\":265595000000,\"Estimate\":264521756757,\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":22}],\"sales_of_business_fy_h\":[0,0],\"diluted_shares_outstanding_fy_h\":[15004697000,15408095000],\"change_in_accounts_payable_fy_h\":[902000000,6020000000],\"capital_operating_lease_obligations_fy_h\":[11603000000,10798000000],\"ebitda_per_share_fy_h\":[9.64684591764832,8.739626800068406],\"ppe_gross_land_fy_h\":[null,null],\"investments_in_unconcsolidate_fy_h\":[0,0],\"accum_deprec_construction_fy_h\":[null,null],\"total_assets_fy_h\":[359241000000,364980000000],\"invent_turnover_fy_h\":[33.9833897262381,30.8954982742161],\"enterprise_value_ebitda_fwd_fy_h\":[23.014690938358285,24.7881765195028],\"market_cap_basic_fy_h\":[3773976999600,3443452682940],\"common_equity_total_fy_h\":[73733000000,56950000000],\"depreciation_fy_h\":[-8000000000,-8200000000],\"changes_in_working_capital_fy_h\":[-25000000000,3651000000],\"float_shares_outstanding_fy_h\":[14758265141.1,15100626155.766],\"total_oper_expense_fy_h\":[-283111000000,-267819000000],\"ebitda_margin_fy_h\":[34.7817311088737,34.4370708504354],\"diluted_net_income_fy_h\":[112010000000,93736000000],\"interest_capitalized_fy_h\":[0,0],\"change_in_taxes_payable_fy_h\":[null,null],\"return_on_equity_fy_h\":[171.422449744802,157.412507556929],\"income_tax_fy_h\":[-20719000000,-29749000000],\"intangibles_net_fy_h\":[null,null],\"ppe_gross_trans_equip_fy_h\":[null,null],\"accum_deprec_total_fy_h\":[-76014000000,-73448000000],\"capital_expenditures_estimates_fy_h\":[{\"Actual\":9447000000,\"Estimate\":{\"average\":9367027589,\"date\":1729814400,\"est_num\":22,\"high\":12000000000,\"low\":3873000000,\"median\":9107000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":12715000000,\"Estimate\":{\"average\":12081787455,\"date\":1761264000,\"est_num\":26,\"high\":15112000000,\"low\":6316000000,\"median\":12826395013},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"book_tangible_per_share_fy_h\":[4.99097694077001,3.76733519942665],\"total_liabilities_fy_h\":[285508000000,308030000000],\"income_tax_deferred_foreign_fy_h\":[-604000000,-347000000],\"other_current_liabilities_fy_h\":[51254000000,50071000000],\"total_debt_fy_h\":[112377000000,119059000000],\"accum_deprec_other_fy_h\":[null,null],\"operating_cash_flow_per_share_fy_h\":[7.42980681315991,7.67479691681548],\"non_cash_items_fy_h\":[12774000000,9422000000],\"other_financing_cash_flow_sources_fy_h\":[0,0],\"sale_of_stock_fy_h\":[0,0],\"research_and_dev_fy_h\":[-34550000000,-31370000000],\"common_stock_par_fy_h\":[93568000000,83276000000],\"number_of_shareholders_fy_h\":[22429,22429],\"total_inventory_fy_h\":[5718000000,7286000000],\"accounts_receivables_net_fy_h\":[39777000000,33410000000],\"purchase_sale_business_fy_h\":[0,0],\"sell_gen_admin_exp_total_fy_h\":[-62151000000,-57467000000],\"preferred_dividends_fy_h\":[0,0],\"ebitda_estimates_fy_h\":[{\"Actual\":134661000000,\"Estimate\":{\"average\":134262020017,\"date\":1729814400,\"est_num\":20,\"high\":135600000000,\"low\":131608000000,\"median\":134110620325},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":144748000000,\"Estimate\":{\"average\":143766039315,\"date\":1761264000,\"est_num\":23,\"high\":148459000000,\"low\":138889000000,\"median\":143934940311},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"capital_expenditures_fy_h\":[-12715000000,-9447000000],\"preferred_dividends_cash_flow_fy_h\":[0,0],\"return_on_assets_fy_h\":[30.93254683308,26.1262077336763],\"debt_to_equity_fy_h\":[1.5241072518410999,2.09058823529412],\"issuance_of_other_debt_fy_h\":[null,null],\"total_revenue_fy_h\":[416161000000,391035000000],\"prepaid_expenses_fy_h\":[null,null],\"other_investments_fy_h\":[77723000000,91479000000],\"cash_n_equivalents_fy_h\":[33539000000,27977000000],\"other_common_equity_fy_h\":[-5571000000,-7172000000],\"pre_tax_margin_fy_h\":[31.8936661532436,31.5790146662064],\"common_dividends_cash_flow_fy_h\":[-15421000000,-15234000000],\"other_receivables_fy_h\":[33180000000,32833000000],\"long_term_note_receivable_fy_h\":[null,null],\"enterprise_value_ebitda_fy_h\":[26.7933919337055,26.3785651380132],\"accum_deprec_comp_soft_fy_h\":[null,null],\"income_tax_deferred_fy_h\":[1339000000,3031000000],\"other_oper_expense_total_fy_h\":[0,0],\"accum_deprec_leases_fy_h\":[null,null],\"notes_payable_short_term_debt_fy_h\":[null,null],\"quick_ratio_fy_h\":[0.858770399261008,0.826006848383147],\"gross_margin_fy_h\":[46.9051641071605,46.2063498152339],\"income_tax_current_fy_h\":[-22058000000,-32780000000],\"total_shares_outstanding_fy_h\":[14773260000,15116786000],\"doubtful_accounts_fy_h\":[null,null],\"shrhldrs_equity_fy_h\":[73733000000,56950000000],\"ppe_gross_leased_prop_fy_h\":[null,null],\"total_debt_estimates_fy_h\":[{\"Actual\":106629000000,\"Estimate\":{\"average\":101304000000,\"date\":1729036800,\"est_num\":4,\"high\":101304000000,\"low\":101304000000,\"median\":101304000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":98657000000,\"Estimate\":{\"average\":106229833333,\"date\":1760486400,\"est_num\":6,\"high\":128889000000,\"low\":101698000000,\"median\":101698000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"unrealized_gain_loss_fy_h\":[null,null],\"ncavps_ratio_fy_h\":[-9.310808853293045,-10.256346818695455],\"cash_n_short_term_invest_estimates_fy_h\":[{\"Actual\":29943000000,\"Estimate\":{\"average\":39301930706,\"date\":1729814400,\"est_num\":17,\"high\":85673000000,\"low\":21776000000,\"median\":30424000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":35934000000,\"Estimate\":{\"average\":52530204190,\"date\":1761264000,\"est_num\":21,\"high\":93558000000,\"low\":21566000000,\"median\":49583000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"purchase_of_business_fy_h\":[0,0],\"enterprise_value_fy_h\":[3890779895620,3563697960050],\"dep_amort_exp_income_s_fy_h\":[-11698000000,-11445000000],\"ebit_estimates_fy_h\":[{\"Actual\":123216000000,\"Estimate\":{\"average\":122736974968,\"date\":1729814400,\"est_num\":40,\"high\":124200000000,\"low\":121271000000,\"median\":122674000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":133050000000,\"Estimate\":{\"average\":132331460232.00002,\"date\":1761264000,\"est_num\":42,\"high\":140224000000,\"low\":127963000000,\"median\":132353000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"debt_to_asset_fy_h\":[0.312817857649879,0.32620691544742203],\"inventory_work_in_progress_fy_h\":[0,0],\"sell_gen_admin_exp_other_fy_h\":[-27601000000,-26097000000],\"unusual_expense_inc_fy_h\":[0,0],\"gross_profit_fy_h\":[195201000000,180683000000],\"issuance_of_debt_net_fy_h\":[-8483000000,-5998000000],\"ebit_per_share_fy_h\":[8.86722337678662,7.9968354296881],\"other_investing_cash_flow_sources_fy_h\":[0,0],\"amortization_of_deferred_charges_fy_h\":[0,0],\"interest_expense_on_debt_fy_h\":[null,null],\"revenue_forecast_fy_h\":[415406882375,390480701773],\"after_tax_other_income_fy_h\":[0,0],\"net_income_fy_h\":[112010000000,93736000000],\"issuance_of_long_term_debt_fy_h\":[-6451000000,-9958000000],\"other_investing_cash_flow_items_total_fy_h\":[-1480000000,-1308000000],\"treasury_stock_common_fy_h\":[0,0],\"accrued_payroll_fy_h\":[null,null],\"price_book_fy_h\":[51.1843,60.4644],\"accrued_expenses_fy_h\":[8919000000,null],\"impairments_fy_h\":[null,null],\"other_proceeds_from_stock_sales_fy_h\":[0,0],\"deferred_charges_fy_h\":[null,null],\"other_investing_cash_flow_uses_fy_h\":[-1480000000,-1308000000],\"capital_expenditures_other_assets_fy_h\":[0,0],\"research_and_dev_estimates_fy_h\":[{\"Actual\":31370000000,\"Estimate\":{\"average\":31501049154,\"date\":1729814400,\"est_num\":26,\"high\":31834000000,\"low\":30980000000,\"median\":31539500000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":34550000000,\"Estimate\":{\"average\":34459201261,\"date\":1761264000,\"est_num\":23,\"high\":34731000000,\"low\":33982000000,\"median\":34450000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"basic_shares_outstanding_fy_h\":[14948500000,15343783000],\"current_port_debt_capital_leases_fy_h\":[12888000000,11056000000],\"deferred_income_current_fy_h\":[9055000000,8249000000],\"restructuring_charge_fy_h\":[0,0],\"long_term_debt_fy_h\":[89931000000,96548000000],\"pretax_equity_in_earnings_fy_h\":[0,0],\"ppe_gross_comp_soft_fy_h\":[null,null],\"free_cash_flow_per_share_fy_h\":[6.582405496092323,7.061677644121483],\"additional_paid_in_capital_fy_h\":[null,null],\"total_non_oper_income_fy_h\":[-321000000,269000000],\"eps_estimates_fy_h\":[{\"Actual\":2.3025,\"Estimate\":{\"average\":2.248051,\"date\":1509580800,\"est_num\":35,\"high\":2.2975,\"low\":2.16,\"median\":2.25},\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":2.9775,\"Estimate\":{\"average\":2.936966,\"date\":1540771200,\"est_num\":41,\"high\":3.0225,\"low\":2.86,\"median\":2.94},\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":\"1\"}],\"fiscal_period_end_fy_h\":[1759190400,1727654400],\"earnings_fiscal_period_fy_h\":[\"2025\",\"2024\"],\"dilution_adjustment_fy_h\":[0,0],\"paid_in_capital_fy_h\":[93568000000,83276000000],\"net_income_estimates_fy_h\":[{\"Actual\":93736000000,\"Estimate\":{\"average\":103322770481,\"date\":1729814400,\"est_num\":36,\"high\":104800000000,\"low\":102107000000,\"median\":103277500000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":112010000000,\"Estimate\":{\"average\":110823872305,\"date\":1761696000,\"est_num\":42,\"high\":112979000000,\"low\":107608000000,\"median\":110927231150},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"1\"}],\"cash_flow_deferred_taxes_fy_h\":[0,0],\"total_non_current_assets_fy_h\":[211284000000,211993000000],\"goodwill_gross_fy_h\":[null,null],\"goodwill_amortization_fy_h\":[null,null],\"preferred_stock_carrying_value_fy_h\":[0,0],\"discontinued_operations_fy_h\":[0,0],\"other_intangibles_gross_fy_h\":[null,null],\"income_tax_current_foreign_fy_h\":[-8891000000,-25483000000],\"change_in_other_assets_fy_h\":[-20273000000,3821000000],\"other_exceptional_charges_fy_h\":[null,null],\"long_term_debt_to_equity_fy_h\":[1.219684537452701,1.6953116769095697],\"dividend_payout_ratio_fy_h\":[13.6637642330877,16.1088828982839],\"sales_of_investments_fy_h\":[53797000000,62346000000],\"ebit_fy_h\":[133050000000,123216000000],\"cash_f_operating_activities_estimates_fy_h\":[{\"Actual\":118254000000,\"Estimate\":{\"average\":116917307478,\"date\":1729814400,\"est_num\":23,\"high\":141156000000,\"low\":101537000000,\"median\":114426000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":111482000000,\"Estimate\":{\"average\":125521377120,\"date\":1761264000,\"est_num\":25,\"high\":154952000000,\"low\":99305000000,\"median\":123902428000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"total_current_assets_fy_h\":[147957000000,152987000000],\"earnings_per_share_diluted_fy_h\":[7.465,6.0836],\"funds_f_operations_fy_h\":[136482000000,114603000000],\"ebitda_fy_h\":[144748000000,134661000000],\"purchase_of_stock_fy_h\":[-90711000000,-94949000000],\"accounts_receivables_gross_fy_h\":[39777000000,33410000000]}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1266,"avg_credits":117},"182",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1268,"description":1271,"method":83,"name":1272,"url_path":1273,"root_url":49,"parameters":1274,"responses":1282,"result_stats":1287},[1269,1270],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get latest annual balance sheet, income statement, and cash flow statement data","FinancialsAnnual","/api/market-data/{symbol}/financials-annual",{"url":1275,"header":1276,"post":1278,"body":1279,"path":1280},[],[1277],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1281],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1283],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1284,"example":1286},[1285],{"name":221,"summary":40,"description":40,"example":1286},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"financials_annual\":{\"dps_common_stock_prim_issue_fy\":1.02,\"rates_fy\":{\"time\":1759190400,\"to_aud\":1.512814,\"to_cad\":1.392758,\"to_chf\":0.796495,\"to_cny\":7.120986,\"to_eur\":0.852195,\"to_gbp\":0.743937,\"to_inr\":88.873089,\"to_jpy\":147.928994,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"net_margin_fy\":26.9150641218182,\"ebitda_per_employee_fy\":871975.9036144578,\"goodwill_fy\":0,\"oper_income_per_employee_fy\":801506.0240963855,\"return_on_total_capital_fy\":73.4841309072432,\"capital_expenditures_estimate_fy\":10288052287,\"earnings_per_share_fy\":7.46,\"purchase_sale_investments_fy\":29390000000,\"return_on_common_equity_fy\":171.422449744802,\"reduction_of_long_term_debt_fy\":-10932000000,\"debt_to_equity_fy\":1.5241072518410999,\"other_proceeds_from_stock_sales_fy\":0,\"change_in_other_assets_fy\":-20273000000,\"sustainable_growth_rate_fy\":147.999690369089,\"ebit_fy\":133050000000,\"purchase_of_business_fy\":0,\"net_income_starting_line_fy\":112010000000,\"other_financing_cash_flow_sources_fy\":0,\"cost_of_goods_estimate_fy\":244374130182,\"zmijewski_score_fy\":-1.2261588856208425,\"working_capital_per_share_fy\":-1.19635070390692,\"free_cash_flow_fy\":98767000000,\"book_value_per_share_estimate_fy\":7.314498,\"free_cash_flow_per_employee_fy\":594981.9277108434,\"operating_margin_fy\":31.9707997625919,\"total_cash_dividends_paid_fy\":-15421000000,\"unusual_expense_inc_fy\":0,\"debt_to_revenue_fy\":0.2700325114559029,\"gross_profit_fy\":195201000000,\"piotroski_f_score_fy\":8,\"ppe_gross_buildings_fy\":27337000000,\"graham_numbers_fy\":28.95336730416689,\"earnings_publication_type_next_fy\":10,\"other_oper_expense_total_fy\":0,\"provision_f_risks_fy\":0,\"cost_of_goods_excl_dep_amort_fy\":-209262000000,\"total_non_current_liabilities_fy\":119877000000,\"common_stock_par_fy\":93568000000,\"accounts_receivables_gross_fy\":39777000000,\"fiscal_period_end_fy\":1759190400,\"interest_capitalized_fy\":0,\"dividends_yield_fy\":0.399279730681907,\"pretax_equity_in_earnings_fy\":0,\"capital_operating_lease_obligations_fy\":11603000000,\"cash_flow_deferred_taxes_fy\":0,\"change_in_inventories_fy\":1400000000,\"total_receivables_net_fy\":72957000000,\"accrued_expenses_fy\":8919000000,\"deferred_income_current_fy\":9055000000,\"cash_flow_deprecation_n_amortization_fy\":11698000000,\"total_assets_to_equity_fy\":4.8721874872852,\"cash_f_financing_activities_fy\":-120686000000,\"total_assets_fy\":359241000000,\"price_book_fy\":51.1843,\"gross_profit_estimate_fy\":232481959292,\"earnings_per_share_diluted_fy\":7.465,\"cash_f_investing_activities_estimate_fy\":-19402066667,\"net_income_estimate_fy\":129914035182,\"working_capital_fy\":-17674000000,\"total_current_liabilities_fy\":165631000000,\"invent_turnover_fy\":33.9833897262381,\"total_assets_estimate_fy\":396281515176,\"number_of_shareholders_fy\":22429,\"market_cap_basic_fy\":3773976999600,\"total_inventory_fy\":5718000000,\"sell_gen_admin_exp_total_fy\":-62151000000,\"gross_margin_fy\":46.9051641071605,\"dps_estimate_fy\":1.081467,\"return_on_equity_fy\":171.422449744802,\"cash_per_share_fy\":3.6453251938376363,\"float_shares_outstanding_fy\":14758265141.1,\"capex_per_share_fy\":0.847401317067582,\"depreciation_fy\":-8000000000,\"ppe_total_net_fy\":61039000000,\"amortization_of_deferred_charges_fy\":0,\"return_on_capital_employed_fy\":69.62359823965588,\"issuance_of_debt_net_fy\":-8483000000,\"total_assets_per_employee_fy\":2164102.40963855,\"preferred_dividends_fy\":0,\"proceeds_from_stock_options_fy\":0,\"earnings_release_next_date_fy\":1793275200,\"cash_f_financing_activities_estimate_fy\":-119208466667,\"accounts_payable_fy\":69860000000,\"pre_tax_margin_fy\":31.8936661532436,\"net_debt_fy\":57680000000,\"total_non_oper_income_fy\":-321000000,\"current_ratio_fy\":0.893292922218667,\"income_tax_current_domestic_fy\":-13167000000,\"cash_n_equivalents_fy\":33539000000,\"income_tax_deferred_fy\":1339000000,\"common_equity_total_fy\":73733000000,\"restructuring_charge_fy\":0,\"operating_expenses_fy\":-62151000000,\"income_tax_fy\":-20719000000,\"revenue_forecast_fy\":415406882375,\"minority_interest_fy\":0,\"ppe_total_gross_fy\":137053000000,\"inventory_finished_goods_fy\":5718000000,\"ebit_estimate_fy\":156532642908,\"investments_in_unconcsolidate_fy\":0,\"net_income_per_employee_fy\":674759.036144578,\"sell_gen_admin_exp_other_fy\":-27601000000,\"dividend_payout_ratio_fy\":13.6637642330877,\"ppe_gross_other_fy\":15091000000,\"long_term_other_assets_total_fy\":51745000000,\"supplying_of_long_term_debt_fy\":4481000000,\"total_equity_fy\":73733000000,\"return_on_equity_adjust_to_book_fy\":3.3491193072391447,\"cash_f_operating_activities_estimate_fy\":151854371444,\"rates_earnings_next_fy\":{\"time\":1790726400,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"next_earnings_fiscal_period_fy\":\"2026\",\"return_on_assets_fy\":30.93254683308,\"after_tax_other_income_fy\":0,\"deferred_tax_assests_fy\":20777000000,\"price_sales_fy\":9.21061775519571,\"eps_estimate_fy\":8.834303,\"sales_of_business_fy\":0,\"non_cash_items_fy\":12774000000,\"other_financing_cash_flow_items_total_fy\":-6071000000,\"income_tax_deferred_foreign_fy\":-604000000,\"tobin_q_ratio_fy\":10.505418367057214,\"earnings_release_trading_date_fy\":1761782400,\"issuance_of_short_term_debt_fy\":-2032000000,\"accum_deprec_total_fy\":-76014000000,\"net_debt_to_ebitda_fy\":0.3984856440158068,\"ppe_gross_machinery_fy\":83420000000,\"quick_ratio_fy\":0.858770399261008,\"purchase_of_investments_fy\":-24407000000,\"inventory_work_in_progress_fy\":0,\"cash_f_operating_activities_fy\":111482000000,\"non_oper_income_fy\":-321000000,\"pretax_income_fy\":132729000000,\"operating_cash_flow_per_share_fy\":7.42980681315991,\"capital_expenditures_fixed_assets_fy\":-12715000000,\"research_and_dev_estimate_fy\":45628327944,\"ebitda_margin_fy\":34.7817311088737,\"short_term_debt_excl_current_port_fy\":9558000000,\"minority_interest_exp_fy\":0,\"sale_of_stock_fy\":0,\"eps_diluted_growth_percent_fy\":0.227069498323361,\"number_of_employees_fy\":166000,\"other_current_assets_total_fy\":14585000000,\"funds_f_operations_fy\":136482000000,\"return_on_invested_capital_fy\":70.6326735233099,\"other_investments_fy\":77723000000,\"ebitda_per_share_fy\":9.64684591764832,\"ncavps_ratio_fy\":-9.310808853293045,\"revenue_estimate_fy\":477397859987,\"fixed_assets_turnover_fy\":7.116722102040991,\"long_term_investments_fy\":77723000000,\"earnings_per_share_forecast_fy\":7.381826,\"earnings_per_share_forecast_next_fy\":8.834303,\"sales_of_investments_fy\":53797000000,\"earnings_fiscal_period_fy\":\"2025\",\"price_cash_flow_fy\":34.38,\"asset_turnover_fy\":1.14926521048133,\"revenue_per_employee_fy\":2506993.97590361,\"free_cash_flow_estimate_fy\":141139773009,\"other_short_term_debt_fy\":9558000000,\"ebitda_estimate_fy\":169056360828,\"total_revenue_fy\":416161000000,\"preferred_stock_carrying_value_fy\":0,\"treasury_stock_common_fy\":0,\"ebitda_fy\":144748000000,\"amortization_fy\":3698000000,\"capital_expenditures_other_assets_fy\":0,\"short_term_debt_fy\":22446000000,\"issuance_of_long_term_debt_fy\":-6451000000,\"research_and_dev_fy\":-34550000000,\"inventory_raw_materials_fy\":0,\"total_current_assets_fy\":147957000000,\"book_tangible_per_share_fy\":4.99097694077001,\"common_dividends_cash_flow_fy\":-15421000000,\"income_tax_deferred_domestic_fy\":1943000000,\"retained_earnings_fy\":-14264000000,\"revenue_fy\":416161000000,\"purchase_of_stock_fy\":-90711000000,\"other_income_fy\":-321000000,\"accounts_receivables_net_fy\":39777000000,\"long_term_debt_to_equity_fy\":1.219684537452701,\"oper_income_fy\":133050000000,\"other_current_liabilities_fy\":51254000000,\"basic_shares_outstanding_fy\":14948500000,\"total_debt_per_share_fy\":7.489454802052983,\"earnings_release_next_trading_date_fy\":1793232000,\"total_non_current_assets_fy\":211284000000,\"discontinued_operations_fy\":0,\"capital_expenditures_unchanged_fy\":12715000000,\"operating_lease_liabilities_fy\":10911000000,\"rates_earnings_fy\":{\"time\":1759190400,\"to_aud\":1.512814,\"to_cad\":1.392758,\"to_chf\":0.796495,\"to_cny\":7.120986,\"to_eur\":0.852195,\"to_gbp\":0.743937,\"to_inr\":88.873089,\"to_jpy\":147.928994,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"total_extra_items_fy\":0,\"income_tax_current_fy\":-22058000000,\"change_in_accounts_payable_fy\":902000000,\"fiscal_period_fy\":\"2025\",\"dividends_payable_fy\":0,\"total_debt_estimate_fy\":84405166667,\"equity_in_earnings_fy\":0,\"long_term_debt_fy\":89931000000,\"inventory_progress_payments_fy\":0,\"net_income_fy\":112010000000,\"dilution_adjustment_fy\":0,\"total_liabilities_shrhldrs_equity_fy\":359241000000,\"return_on_tang_equity_fy\":171.42244974480232,\"tangible_assets_fy\":359241000000,\"total_liabilities_fy\":285508000000,\"total_debt_to_capital_fy\":0.603820321315351,\"earnings_per_share_basic_fy\":7.4931,\"long_term_debt_to_assets_fy\":0.250336125330906,\"total_shares_outstanding_fy\":14773260000,\"cash_f_investing_activities_fy\":15195000000,\"purchase_sale_business_fy\":0,\"short_term_invest_fy\":21158000000,\"other_investing_cash_flow_items_total_fy\":-1480000000,\"cash_n_short_term_invest_estimate_fy\":51797310600,\"non_oper_interest_income_fy\":0,\"other_common_equity_fy\":-5571000000,\"shrhldrs_equity_fy\":73733000000,\"return_on_tang_assets_fy\":30.93254683307996,\"earnings_release_date_fy\":1761856320,\"change_in_accounts_receivable_fy\":-7029000000,\"income_tax_payable_fy\":13016000000,\"other_liabilities_total_fy\":29946000000,\"ebit_per_share_fy\":8.86722337678662,\"issuance_of_stock_net_fy\":-90711000000,\"long_term_debt_excl_capital_lease_fy\":89239000000,\"receivables_turnover_fy\":5.97932471264368,\"diluted_shares_outstanding_fy\":15004697000,\"income_tax_current_foreign_fy\":-8891000000,\"depreciation_depletion_fy\":8000000000,\"sloan_ratio_fy\":-4.082774516271806,\"total_debt_fy\":112377000000,\"share_buyback_ratio_fy\":2.2724804068801387,\"other_investing_cash_flow_sources_fy\":0,\"changes_in_working_capital_fy\":-25000000000,\"cash_n_short_term_invest_fy\":54697000000,\"capital_expenditures_fy\":-12715000000,\"enterprise_value_fy\":3890779895620,\"price_earnings_fy\":34.2210314802411,\"invested_capital_fy\":163664000000,\"preferred_dividends_cash_flow_fy\":0,\"sell_gen_admin_exp_total_estimate_fy\":29889118235,\"current_port_debt_capital_leases_fy\":12888000000,\"paid_in_capital_fy\":93568000000,\"cash_dividend_coverage_ratio_fy\":8.85039880682187,\"debt_to_asset_fy\":0.312817857649879,\"revenue_per_share_fy\":27.7353817941142,\"enterprise_value_ebitda_fy\":26.7933919337055,\"other_financing_cash_flow_uses_fy\":-6071000000,\"total_oper_expense_fy\":-283111000000,\"revenue_forecast_next_fy\":477397859987,\"other_receivables_fy\":33180000000,\"total_debt_per_employee_fy\":676969.8795180724,\"income_tax_credits_fy\":0,\"dep_amort_exp_income_s_fy\":-11698000000,\"net_income_bef_disc_oper_fy\":112010000000,\"cost_of_goods_fy\":-220960000000,\"research_and_dev_per_employee_fy\":208132.53012048194,\"amortization_of_intangibles_fy\":-3698000000,\"dividend_payout_ratio_percent_fy\":0.136637642330877,\"earnings_publication_type_fy\":22,\"capital_lease_obligations_fy\":692000000,\"book_per_share_fy\":4.99098,\"other_investing_cash_flow_uses_fy\":-1480000000,\"free_cash_flow_per_share_fy\":6.582405496092323,\"book_value_per_share_fy\":4.99098,\"diluted_net_income_fy\":112010000000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1288,"avg_credits":117},"164",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1290,"description":1293,"method":83,"name":1294,"url_path":1295,"root_url":49,"parameters":1296,"responses":1304,"result_stats":1309},[1291,1292],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get latest quarterly balance sheet, income statement, and cash flow statement data","FinancialsQuarterly","/api/market-data/{symbol}/financials-quarterly",{"url":1297,"header":1298,"post":1300,"body":1301,"path":1302},[],[1299],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1303],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1305],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1306,"example":1308},[1307],{"name":221,"summary":40,"description":40,"example":1308},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"financials_quarterly\":{\"earnings_per_share_forecast_next_fq\":1.980165,\"earnings_per_share_fq\":2.02,\"total_current_assets_fq\":149818000000,\"oper_income_fq\":35695000000,\"provision_f_risks_fq\":0,\"ebit_estimate_fq\":34509353412,\"proceeds_from_stock_options_fq\":0,\"earnings_per_share_basic_fq\":2.0325,\"earnings_release_trading_date_fq\":1785369600,\"equity_in_earnings_fq\":0,\"discontinued_operations_fq\":0,\"revenue_per_share_fq\":7.43590956402982,\"inventory_raw_materials_fq\":0,\"ppe_total_net_fq\":51431000000,\"other_investing_cash_flow_uses_fq\":-196000000,\"changes_in_working_capital_fq\":-1821000000,\"long_term_other_assets_total_fq\":77557000000,\"gross_profit_estimate_fq\":53809580158,\"free_cash_flow_estimate_fq\":31139835750,\"total_shares_outstanding_fq\":14608963000,\"revenue_forecast_fq\":109038899874,\"other_current_liabilities_fq\":62259000000,\"price_earnings_fq\":32.5312668370915,\"total_receivables_net_fq\":58907000000,\"diluted_net_income_fq\":29789000000,\"revenue_forecast_next_fq\":113205172516,\"preferred_dividends_cash_flow_fq\":0,\"earnings_release_next_trading_date_fq\":1793232000,\"funds_f_operations_fq\":36190000000,\"short_term_debt_fq\":13004000000,\"ebitda_fq\":39015000000,\"cash_per_share_fq\":4.240596259136117,\"sales_of_business_fq\":0,\"return_on_tang_equity_fq\":168.52713583603472,\"cash_f_financing_activities_fq\":-32640000000,\"other_investing_cash_flow_sources_fq\":0,\"sell_gen_admin_exp_total_fq\":-19075000000,\"research_and_dev_estimate_fq\":11658618937,\"goodwill_fq\":0,\"capital_expenditures_estimate_fq\":3252761933,\"other_financing_cash_flow_sources_fq\":0,\"preferred_dividends_fq\":0,\"cash_n_short_term_invest_estimate_fq\":53376469875,\"issuance_of_stock_net_fq\":-25105000000,\"earnings_release_next_date_fq\":1793275200,\"other_current_assets_total_fq\":17420000000,\"share_buyback_ratio_fq\":0.40036984697247696,\"pre_tax_margin_fq\":33.1456720619282,\"free_cash_flow_fq\":31914000000,\"earnings_release_date_fq\":1785443580,\"capital_expenditures_fq\":-2455000000,\"cash_f_operating_activities_estimate_fq\":35619669429,\"total_current_liabilities_fq\":149326000000,\"earnings_per_share_forecast_fq\":1.891883,\"net_income_fq\":29789000000,\"cash_n_equivalents_fq\":34617000000,\"purchase_of_stock_fq\":-25105000000,\"other_oper_expense_total_fq\":0,\"return_on_assets_fq\":36.0763947669221,\"purchase_sale_business_fq\":0,\"pretax_equity_in_earnings_fq\":0,\"return_on_capital_employed_fq\":72.99247021670222,\"ebitda_margin_fq\":35.6571647915772,\"cash_f_investing_activities_fq\":-7757000000,\"dividends_per_share_fq\":0.27,\"pretax_income_fq\":36267000000,\"dep_amort_exp_income_s_fq\":-3320000000,\"revenue_estimate_fq\":113205172516,\"sales_of_investments_fq\":11214000000,\"tobin_q_ratio_fq\":10.816851795202288,\"paid_in_capital_fq\":100702000000,\"operating_cash_flow_per_share_fq\":2.33569532893555,\"operating_expenses_fq\":-19075000000,\"long_term_debt_excl_capital_lease_fq\":71340000000,\"inventory_finished_goods_fq\":11092000000,\"supplying_of_long_term_debt_fq\":0,\"other_liabilities_total_fq\":55080000000,\"book_value_per_share_estimate_fq\":7.808211,\"retained_earnings_fq\":11326000000,\"net_income_starting_line_fq\":29789000000,\"investments_in_unconcsolidate_fq\":0,\"quick_ratio_fq\":0.929014371241445,\"current_ratio_fq\":1.00329480465559,\"earnings_release_time_fq\":1,\"diluted_shares_outstanding_fq\":14714676000,\"ebit_per_share_fq\":2.42580944357864,\"common_equity_total_fq\":107520000000,\"other_receivables_fq\":27509000000,\"non_cash_items_fq\":3081000000,\"income_tax_fq\":-6478000000,\"fiscal_period_end_fq\":1782777600,\"capex_per_share_fq\":0.16684023487843,\"minority_interest_exp_fq\":0,\"inventory_work_in_progress_fq\":0,\"book_value_per_share_fq\":7.35987,\"total_inventory_fq\":11092000000,\"enterprise_value_ebitda_fq\":24.9922645126489,\"cash_flow_deferred_taxes_fq\":0,\"dps_estimate_fq\":0.272667,\"working_capital_fq\":492000000,\"return_on_invested_capital_fq\":78.8273416483248,\"revenue_fq\":109417000000,\"net_income_estimate_fq\":28984715737,\"dividend_payout_ratio_fq\":13.3372851215175,\"capital_operating_lease_obligations_fq\":0,\"fiscal_period_fq\":\"2026-Q3\",\"other_investments_fq\":84118000000,\"total_equity_fq\":107520000000,\"capital_lease_obligations_fq\":0,\"non_oper_interest_income_fq\":0,\"other_investing_cash_flow_items_total_fq\":-196000000,\"rates_fq\":{\"time\":1782777600,\"to_aud\":1.445525,\"to_cad\":1.420455,\"to_chf\":0.808342,\"to_cny\":6.794401,\"to_eur\":0.875611,\"to_gbp\":0.754318,\"to_inr\":94.562648,\"to_jpy\":162.62807,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"enterprise_value_fq\":4197675755280,\"rates_earnings_fq\":{\"time\":1782777600,\"to_aud\":1.445525,\"to_cad\":1.420455,\"to_chf\":0.808342,\"to_cny\":6.794401,\"to_eur\":0.875611,\"to_gbp\":0.754318,\"to_inr\":94.562648,\"to_jpy\":162.62807,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"dilution_adjustment_fq\":0,\"total_debt_per_share_fq\":5.731964468670598,\"net_debt_fq\":21945000000,\"net_debt_to_ebitda_fq\":0.130656886502063,\"ebitda_per_share_fq\":2.65143452699876,\"cash_flow_deprecation_n_amortization_fq\":3320000000,\"earnings_publication_type_next_fq\":10,\"other_financing_cash_flow_items_total_fq\":-3268000000,\"price_cash_flow_fq\":28.46,\"accounts_payable_fq\":64525000000,\"rates_earnings_next_fq\":{\"time\":1790726400,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"debt_to_equity_fq\":0.784449404761905,\"common_dividends_cash_flow_fq\":-4035000000,\"unusual_expense_inc_fq\":0,\"return_on_equity_fq\":148.751081626767,\"total_assets_to_equity_fq\":3.56460193452381,\"accum_deprec_total_fq\":-76744000000,\"net_margin_fq\":27.2252026650338,\"return_on_total_capital_fq\":86.1783233906153,\"preferred_stock_carrying_value_fq\":0,\"market_cap_basic_fq\":4145731520140,\"current_port_debt_capital_leases_fq\":11007000000,\"total_cash_dividends_paid_fq\":-4035000000,\"invent_turnover_fq\":28.1718281718282,\"deferred_income_current_fq\":9538000000,\"fixed_assets_turnover_fq\":9.34215871681726,\"ncavps_ratio_fq\":-10.315532591913614,\"cash_f_investing_activities_estimate_fq\":-4468800000,\"next_earnings_fiscal_period_fq\":\"2026-Q4\",\"dividend_payout_ratio_percent_fq\":0.133372851215175,\"cost_of_goods_excl_dep_amort_fq\":-51327000000,\"research_and_dev_fq\":-11729000000,\"capital_expenditures_unchanged_fq\":2455000000,\"book_tangible_per_share_fq\":5.96743245910062,\"receivables_turnover_fq\":8.82947173308619,\"purchase_of_investments_fq\":-16320000000,\"interest_capitalized_fq\":0,\"net_income_bef_disc_oper_fq\":29789000000,\"gross_margin_fq\":50.0562069879452,\"after_tax_other_income_fq\":0,\"intangibles_net_fq\":20342000000,\"asset_turnover_fq\":1.30623523107724,\"dividends_yield_fq\":0.370004933399112,\"minority_interest_fq\":0,\"total_assets_estimate_fq\":400448094750,\"capital_expenditures_other_assets_fq\":0,\"dps_common_stock_prim_issue_fq\":0.27,\"short_term_invest_fq\":27782000000,\"total_assets_fq\":383266000000,\"tangible_assets_fq\":362924000000,\"total_debt_to_capital_fq\":0.439603052161948,\"issuance_of_long_term_debt_fq\":-232000000,\"return_on_tang_assets_fq\":37.13320056046854,\"change_in_accounts_payable_fq\":7094000000,\"basic_shares_outstanding_fq\":14656110000,\"long_term_debt_to_assets_fq\":0.1861370432023712,\"total_non_oper_income_fq\":572000000,\"change_in_other_assets_fq\":778000000,\"long_term_investments_fq\":84118000000,\"accounts_receivables_net_fq\":31398000000,\"total_debt_estimate_fq\":84344000000,\"earnings_release_calendar_date_fq\":1782777600,\"total_extra_items_fq\":0,\"eps_estimate_fq\":1.980165,\"other_intangibles_net_fq\":20342000000,\"reduction_of_long_term_debt_fq\":-232000000,\"other_income_fq\":572000000,\"non_oper_income_fq\":572000000,\"issuance_of_debt_net_fq\":-232000000,\"total_debt_fq\":84344000000,\"free_cash_flow_per_share_fq\":2.168855094057117,\"short_term_debt_excl_current_port_fq\":1997000000,\"other_financing_cash_flow_uses_fq\":-3268000000,\"common_stock_par_fq\":100702000000,\"inventory_progress_payments_fq\":0,\"total_oper_expense_fq\":-73722000000,\"price_sales_fq\":8.94499790130306,\"book_per_share_fq\":7.35987,\"sale_of_stock_fq\":0,\"long_term_debt_to_equity_fq\":0.6635044642857143,\"sell_gen_admin_exp_total_estimate_fq\":7568118235,\"treasury_stock_common_fq\":0,\"ebit_fq\":35695000000,\"total_liabilities_fq\":275746000000,\"invested_capital_fq\":178860000000,\"operating_margin_fq\":32.6229013772997,\"cost_of_goods_fq\":-54647000000,\"cash_f_operating_activities_fq\":34369000000,\"purchase_sale_investments_fq\":-5106000000,\"earnings_fiscal_period_fq\":\"2026-Q3\",\"debt_to_asset_fq\":0.220066481242792,\"long_term_debt_fq\":71340000000,\"cash_n_short_term_invest_fq\":62399000000,\"capital_expenditures_fixed_assets_fq\":-2455000000,\"change_in_accounts_receivable_fq\":-5316000000,\"total_non_current_liabilities_fq\":126420000000,\"ppe_total_gross_fq\":128175000000,\"change_in_inventories_fq\":-4377000000,\"other_proceeds_from_stock_sales_fq\":0,\"gross_profit_fq\":54770000000,\"issuance_of_short_term_debt_fq\":0,\"cash_f_financing_activities_estimate_fq\":-27530000000,\"total_revenue_fq\":109417000000,\"earnings_publication_type_fq\":22,\"working_capital_per_share_fq\":0.0336779551019467,\"earnings_release_next_calendar_date_fq\":1790726400,\"eps_diluted_growth_percent_fq\":0.291318492058429,\"price_book_fq\":38.5577,\"shrhldrs_equity_fq\":107520000000,\"other_common_equity_fq\":-4508000000,\"purchase_of_business_fq\":0,\"cost_of_goods_estimate_fq\":59567159111,\"ebitda_estimate_fq\":37725045531,\"sell_gen_admin_exp_other_fq\":-7346000000,\"earnings_per_share_diluted_fq\":2.0244,\"total_liabilities_shrhldrs_equity_fq\":383266000000,\"earnings_release_next_time_fq\":0,\"total_non_current_assets_fq\":233448000000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1310,"avg_credits":117},"178",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1312,"description":1315,"method":83,"name":1316,"url_path":1317,"root_url":49,"parameters":1318,"responses":1326,"result_stats":1331},[1313,1314],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get current latest financial metrics data","Current","/api/market-data/{symbol}/current",{"url":1319,"header":1320,"post":1322,"body":1323,"path":1324},[],[1321],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1325],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1327],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1328,"example":1330},[1329],{"name":221,"summary":40,"description":40,"example":1330},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"current\":{\"trade_loaded\":true,\"ask_size\":42,\"bid_size\":62,\"bid\":315.62,\"ask\":315.65,\"chp\":0.33,\"open_price\":316.845,\"regular_close_time\":1787875195,\"subsessions\":[{\"description\":\"Night\",\"id\":\"night\",\"private\":true,\"session\":\"2000-0400\",\"session-display\":\"2000-0400\"},{\"description\":\"24h\",\"id\":\"24h\",\"private\":false,\"session\":\"2000-2000\",\"session-display\":\"2000-2000\"}],\"update_mode\":\"streaming\",\"session_holidays\":\"20000117,20000221,20000421,20000529,20000704,20000904,20001123,20001225,20010101,20010115,20010219,20010413,20010528,20010704,20010903,20011122,20011225,20020101,20020121,20020218,20020329,20020527,20020704,20020902,20021128,20021225,20030101,20030120,20030217,20030418,20030526,20030704,20030901,20031127,20031225,20040101,20040119,20040216,20040409,20040531,20040611,20040705,20040906,20041125,20041224,20050117,20050221,20050325,20050530,20050704,20050905,20051124,20051226,20060102,20060116,20060220,20060414,20060529,20060704,20060904,20061123,20061225,20070101,20070102,20070115,20070219,20070406,20070528,20070704,20070903,20071122,20071225,20080101,20080121,20080218,20080321,20080526,20080704,20080901,20081127,20081225,20090101,20090119,20090216,20090410,20090525,20090703,20090907,20091126,20091225,20100101,20100118,20100215,20100402,20100531,20100705,20100906,20101125,20101224,20110117,20110221,20110422,20110530,20110704,20110905,20111124,20111226,20120102,20120116,20120220,20120406,20120528,20120704,20120903,20121122,20121225,20130101,20130121,20130218,20130329,20130527,20130704,20130902,20131128,20131225,20140101,20140120,20140217,20140418,20140526,20140704,20140901,20141127,20141225,20150101,20150119,20150216,20150403,20150525,20150703,20150907,20151126,20151225,20160101,20160118,20160215,20160325,20160530,20160704,20160905,20161124,20161226,20170102,20170116,20170220,20170414,20170529,20170704,20170904,20171123,20171225,20180101,20180115,20180219,20180330,20180528,20180704,20180903,20181122,20181225,20190101,20190121,20190218,20190419,20190527,20190704,20190902,20191128,20191225,20200101,20200120,20200217,20200410,20200525,20200703,20200907,20201126,20201225,20210101,20210118,20210215,20210402,20210531,20210705,20210906,20211125,20211224,20220117,20220221,20220415,20220530,20220620,20220704,20220905,20221124,20221226,20230102,20230116,20230220,20230407,20230529,20230619,20230704,20230904,20231123,20231225,20240101,20240115,20240219,20240329,20240527,20240619,20240704,20240902,20241128,20241225,20250101,20250120,20250217,20250418,20250526,20250619,20250704,20250901,20251127,20251225,20260101,20260119,20260216,20260403,20260525,20260619,20260703,20260907,20261126,20261225,20270101,20270118,20270215,20270326,20270531,20270618,20270705,20270906,20271125,20271224\",\"price_earnings_current\":35.93250260795799,\"rt_update_period\":5,\"lp_time\":1787925059,\"rtc_time\":null,\"subsession_id\":\"regular\",\"rtc\":null,\"high_price\":318.13,\"lp\":315.61,\"regular_close\":314.58,\"enterprise_value_current\":4631662399330,\"average_volume\":38515079.899999306,\"low_price\":315.5,\"ch\":1.03,\"session-display\":\"0930-1600\",\"current_session\":\"market\",\"last_report_frequency\":4,\"hub_rt_loaded\":true,\"prev_close_price\":314.58,\"total_shares_outstanding_current\":14594200000,\"short_name\":\"AAPL\",\"volume\":3618024,\"session-extended-correction\":\"0400-1700:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"rates_current\":{\"time\":1787875200,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"gross_margin_current\":50.0562069879452,\"cash_per_share_current\":4.240596259136117,\"ebitda_per_share_current\":11.414386562096237,\"current_ratio_current\":1.00329480465559,\"return_on_assets_current\":36.0763947669221,\"subsession-id\":\"regular\",\"location\":\"Cupertino\",\"asset_turnover_current\":1.30623523107724,\"book_value_per_share_current\":7.35987,\"ebit_per_share_current\":10.524118913661436,\"capex_per_share_current\":0.682379958620903,\"session-premarket\":\"0400-0930\",\"session-extended\":\"0400-2000\",\"session-correction\":\"0930-1300:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"session-regular\":\"0930-1600\",\"enterprise_value_ebitda_current\":27.464928048672594,\"free_cash_flow_per_share_current\":9.288889541298769,\"debt_to_asset_current\":0.220066481242792,\"local_popularity\":{\"BR\":112381,\"CN\":589702,\"DE\":910620,\"ES\":1451493,\"FR\":209695,\"GB\":8,\"ID\":15454,\"IL\":63558,\"IN\":409002,\"IT\":158445,\"JP\":285722,\"KR\":158035,\"MY\":538,\"PL\":80748,\"RU\":246507,\"SA\":226805,\"TH\":107030,\"TR\":106836,\"TW\":341137,\"US\":26775711,\"VN\":40548},\"session-regular-correction\":\"0930-1300:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"return_on_invested_capital_current\":78.8273416483248,\"operating_margin_current\":32.6229013772997,\"debt_to_equity_current\":0.784449404761905,\"enterprise_value_ebitda_fwd_current\":27.21794349728275,\"ebitda_margin_current\":35.6571647915772,\"enterprise_value_ebit_fwd_current\":29.067512229094998,\"float_shares_outstanding_current\":14576205351.4,\"has-no-volume\":false,\"dividends_yield_current\":0.333778371161549,\"price_book_current\":42.589067469941725,\"session-extended-display\":\"0400-2000\",\"ncavps_ratio_current\":-10.315532591913614,\"enterprise_value_sales_fwd_current\":9.110707128528443,\"quick_ratio_current\":0.929014371241445,\"trade\":{\"data-update-time\":\"1787924277.185557\",\"price\":\"317.92\",\"size\":\"24\",\"time\":\"1787924277\"},\"revenue_per_share_current\":31.7249934691053,\"session-id\":\"us_stocks_overnight\",\"working_capital_per_share_current\":0.0336779551019467,\"prev-daily-bar\":{\"close\":\"314.58\",\"data-update-time\":\"1787923800.187867\",\"high\":\"315.4\",\"low\":\"309.4001\",\"open\":\"310.545\",\"time\":\"1787788800\",\"update-time\":\"1787875195.567708\",\"volume\":\"32419233\"},\"total_debt_per_share_current\":5.731964468670598,\"long_term_debt_to_equity_current\":0.6635044642857143,\"price_book_fwd_current\":8.423624492261297,\"invent_turnover_current\":28.1718281718282,\"return_on_equity_current\":148.751081626767,\"report_type\":\"industrial\",\"book_tangible_per_share_current\":5.96743245910062,\"session-holidays\":\"20000117,20000221,20000421,20000529,20000704,20000904,20001123,20001225,20010101,20010115,20010219,20010413,20010528,20010704,20010903,20011122,20011225,20020101,20020121,20020218,20020329,20020527,20020704,20020902,20021128,20021225,20030101,20030120,20030217,20030418,20030526,20030704,20030901,20031127,20031225,20040101,20040119,20040216,20040409,20040531,20040611,20040705,20040906,20041125,20041224,20050117,20050221,20050325,20050530,20050704,20050905,20051124,20051226,20060102,20060116,20060220,20060414,20060529,20060704,20060904,20061123,20061225,20070101,20070102,20070115,20070219,20070406,20070528,20070704,20070903,20071122,20071225,20080101,20080121,20080218,20080321,20080526,20080704,20080901,20081127,20081225,20090101,20090119,20090216,20090410,20090525,20090703,20090907,20091126,20091225,20100101,20100118,20100215,20100402,20100531,20100705,20100906,20101125,20101224,20110117,20110221,20110422,20110530,20110704,20110905,20111124,20111226,20120102,20120116,20120220,20120406,20120528,20120704,20120903,20121122,20121225,20130101,20130121,20130218,20130329,20130527,20130704,20130902,20131128,20131225,20140101,20140120,20140217,20140418,20140526,20140704,20140901,20141127,20141225,20150101,20150119,20150216,20150403,20150525,20150703,20150907,20151126,20151225,20160101,20160118,20160215,20160325,20160530,20160704,20160905,20161124,20161226,20170102,20170116,20170220,20170414,20170529,20170704,20170904,20171123,20171225,20180101,20180115,20180219,20180330,20180528,20180704,20180903,20181122,20181225,20190101,20190121,20190218,20190419,20190527,20190704,20190902,20191128,20191225,20200101,20200120,20200217,20200410,20200525,20200703,20200907,20201126,20201225,20210101,20210118,20210215,20210402,20210531,20210705,20210906,20211125,20211224,20220117,20220221,20220415,20220530,20220620,20220704,20220905,20221124,20221226,20230102,20230116,20230220,20230407,20230529,20230619,20230704,20230904,20231123,20231225,20240101,20240115,20240219,20240329,20240527,20240619,20240704,20240902,20241128,20241225,20250101,20250120,20250217,20250418,20250526,20250619,20250704,20250901,20251127,20251225,20260101,20260119,20260216,20260403,20260525,20260619,20260703,20260907,20261126,20261225,20270101,20270118,20270215,20270326,20270531,20270618,20270705,20270906,20271125,20271224\",\"pre_tax_margin_current\":33.1456720619282,\"market_cap_basic_current\":4591043436000,\"price_sales_fwd_current\":9.06736543015821,\"operating_cash_flow_per_share_current\":9.97126949991967,\"session-postmarket-correction\":\"1300-1700:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"fiscal_period_end_current\":1782777600,\"dividend_payout_ratio_current\":13.3372851215175,\"price_cash_flow_current\":31.435315232681777,\"session-regular-display\":\"0930-1600\",\"price_free_cash_flow_current\":33.74461485481003,\"fiscal_period_current\":\"2026-Q3\",\"session-postmarket\":\"1600-2000\",\"price_earnings_fwd_current\":34.07531901108195,\"long_term_debt_to_assets_current\":0.1861370432023712,\"price_sales_current\":9.880222680116436,\"net_margin_current\":27.2252026650338}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1332,"avg_credits":117},"218",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1334,"description":1337,"method":83,"name":1338,"url_path":1339,"root_url":49,"parameters":1340,"responses":1348,"result_stats":1353},[1335,1336],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get Trailing Twelve Months rolling financial data","TTM","/api/market-data/{symbol}/ttm",{"url":1341,"header":1342,"post":1344,"body":1345,"path":1346},[],[1343],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1347],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1349],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1350,"example":1352},[1351],{"name":221,"summary":40,"description":40,"example":1352},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"ttm\":{\"earnings_per_share_basic_ttm\":8.7566,\"price_earnings_ttm\":35.93250260795799,\"rates_ttm\":{\"time\":1782777600,\"to_aud\":1.445525,\"to_cad\":1.420455,\"to_chf\":0.808342,\"to_cny\":6.794401,\"to_eur\":0.875611,\"to_gbp\":0.754318,\"to_inr\":94.562648,\"to_jpy\":162.62807,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"net_income_ttm_h\":[128930000000,122575000000],\"ebit_ttm\":154859000000,\"equity_in_earnings_ttm\":0,\"other_financing_cash_flow_sources_ttm\":0,\"non_oper_income_ttm\":1047000000,\"earnings_per_share_ttm\":8.7233,\"sustainable_growth_rate_ttm\":147.999690369089,\"reduction_of_long_term_debt_ttm\":-9396000000,\"pre_tax_margin_ttm\":33.3972404958625,\"revenue_per_share_ttm\":31.7249934691053,\"cash_flow_deferred_taxes_ttm\":0,\"income_tax_ttm\":-26976000000,\"gross_margin_ttm\":48.652915559002,\"capital_expenditures_other_assets_ttm\":0,\"purchase_sale_investments_ttm\":-9072000000,\"net_income_bef_disc_oper_ttm\":128930000000,\"debt_to_revenue_ttm\":0.18067661619071895,\"net_margin_ttm\":27.6186049102122,\"total_cash_dividends_paid_ttm\":-15640000000,\"pretax_income_ttm\":155906000000,\"free_cash_flow_ttm\":136683000000,\"dep_amort_exp_income_s_ttm\":-13100000000,\"enterprise_value_ebitda_ttm\":27.464928048672594,\"cash_dividend_coverage_ratio_ttm\":9.93337595907928,\"non_cash_items_ttm\":13328000000,\"total_revenue_ttm\":466823000000,\"cash_f_operating_activities_ttm\":146724000000,\"ebitda_ttm\":167959000000,\"change_in_other_assets_ttm\":-5246000000,\"capital_expenditures_ttm\":-10041000000,\"other_financing_cash_flow_items_total_ttm\":-6911000000,\"gross_profit_ttm\":227123000000,\"preferred_dividends_ttm\":0,\"capital_expenditures_fixed_assets_ttm\":-10041000000,\"purchase_of_business_ttm\":0,\"ebit_per_share_ttm\":10.524118913661436,\"net_income_ttm\":128930000000,\"purchase_of_investments_ttm\":-55568000000,\"return_of_invested_capital_percent_ttm\":0.7882734164832481,\"operating_expenses_ttm\":-72264000000,\"capital_expenditures_unchanged_ttm\":10041000000,\"total_extra_items_ttm\":0,\"other_investing_cash_flow_sources_ttm\":0,\"other_investing_cash_flow_items_total_ttm\":-2285000000,\"discontinued_operations_ttm\":0,\"issuance_of_short_term_debt_ttm\":-7878000000,\"cost_of_goods_excl_dep_amort_ttm\":-226600000000,\"other_financing_cash_flow_uses_ttm\":-6911000000,\"other_income_ttm\":1047000000,\"sloan_ratio_ttm\":0.9403390856480877,\"gross_profit_ttm_h\":[227123000000,216071000000],\"cash_f_financing_activities_ttm\":-122051000000,\"issuance_of_long_term_debt_ttm\":-9396000000,\"pretax_equity_in_earnings_ttm\":0,\"common_dividends_cash_flow_ttm\":-15640000000,\"earnings_per_share_diluted_ttm\":8.7233,\"price_free_cash_flow_ttm\":45.9902082357882,\"price_earnings_growth_ttm\":1.1019122122776062,\"research_and_dev_ttm\":-42901000000,\"capex_per_share_ttm\":0.682379958620903,\"free_cash_flow_ttm_h\":[136683000000,129174000000],\"ebitda_ttm_h\":[167959000000,159976000000],\"change_in_accounts_payable_ttm\":14178000000,\"non_oper_interest_income_ttm\":0,\"purchase_of_stock_ttm\":-82226000000,\"unusual_expense_inc_ttm\":0,\"zmijewski_score_ttm\":-1.7643172544749481,\"sale_of_stock_ttm\":0,\"free_cash_flow_per_share_ttm\":9.288889541298769,\"operating_cash_flow_per_share_ttm\":9.97126949991967,\"total_revenue_ttm_h\":[466823000000,451442000000],\"earnings_per_share_diluted_ttm_h\":[8.7233,8.2665],\"return_on_equity_adjust_to_book_ttm\":3.3491193072391447,\"net_income_starting_line_ttm\":128930000000,\"purchase_sale_business_ttm\":0,\"operating_margin_ttm\":33.1729584874781,\"oper_income_ttm\":154859000000,\"sell_gen_admin_exp_other_ttm\":-29363000000,\"sales_of_business_ttm\":0,\"supplying_of_long_term_debt_ttm\":0,\"ebitda_margin_ttm\":35.97916126669,\"funds_f_operations_ttm\":155358000000,\"preferred_dividends_cash_flow_ttm\":0,\"change_in_accounts_receivable_ttm\":-12282000000,\"sell_gen_admin_exp_total_ttm\":-72264000000,\"sales_of_investments_ttm\":46496000000,\"minority_interest_exp_ttm\":0,\"graham_numbers_ttm\":38.00727515025906,\"altman_z_score_ttm\":11.6138370480295,\"interest_capitalized_ttm\":0,\"return_on_common_equity_ttm\":148.751081626767,\"cash_f_investing_activities_ttm\":-21398000000,\"cash_flow_deprecation_n_amortization_ttm\":13100000000,\"cost_of_goods_ttm\":-239700000000,\"changes_in_working_capital_ttm\":-8634000000,\"change_in_inventories_ttm\":-5284000000,\"diluted_net_income_ttm\":128930000000,\"price_revenue_ttm\":9.880222680116436,\"dilution_adjustment_ttm\":0,\"dividend_payout_ratio_ttm\":12.03672921944677,\"ebitda_per_share_ttm\":11.414386562096237,\"other_oper_expense_total_ttm\":0,\"piotroski_f_score_ttm\":9,\"issuance_of_stock_net_ttm\":-82226000000,\"total_oper_expense_ttm\":-311964000000,\"after_tax_other_income_ttm\":0,\"total_non_oper_income_ttm\":1047000000,\"capital_expenditures_unchanged_ttm_h\":[10041000000,11048000000],\"other_investing_cash_flow_uses_ttm\":-2285000000,\"issuance_of_debt_net_ttm\":-17274000000}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1354,"avg_credits":117},"173",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1356,"description":1359,"method":83,"name":1360,"url_path":1361,"root_url":49,"parameters":1362,"responses":1371,"result_stats":1376},[1357,1358],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get IPO shares issued, market cap and other IPO data","IPO","/api/market-data/{symbol}/ipo",{"url":1363,"header":1364,"post":1366,"body":1367,"path":1368},[],[1365],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1369],{"key":107,"example":1370,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},"HKEX:9988",[1372],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1373,"example":1375},[1374],{"name":221,"summary":40,"description":40,"example":1375},"{\"success\":true,\"data\":{\"symbol\":\"HKEX:9988\",\"ipo\":{\"ipo_offer_date\":1574726400,\"ipo_offer_status\":\"closed\",\"ipo_deal_amount_usd\":10119207328.56,\"ipo_offer_time\":1574731800,\"ipo_offer_currency\":\"HKD\",\"ipo_offered_shares\":575000000,\"ipo_announcement_date\":1573603200,\"ipo_blank_check_flag\":false,\"ipo_offer_price_adjusted_usd\":22.4871273968,\"ipo_offer_type\":\"IPO\",\"ipo_market_cap_usd\":480669403156.99,\"ipo_offered_shares_primary\":500000000,\"ipo_deal_amount\":88000000000.516,\"ipo_offer_price_adjusted\":176,\"ipo_market_cap\":3764074030464}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1377,"avg_credits":117},"407",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1379,"description":1382,"method":83,"name":1383,"url_path":1384,"root_url":49,"parameters":1385,"responses":1394,"result_stats":1399},[1380,1381],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get company name, industry, country, exchange and other basic information","Company","/api/market-data/{symbol}/company",{"url":1386,"header":1388,"post":1390,"body":1391,"path":1392},[1387],{"key":442,"example":39,"schema":18,"example_disabled":6,"example_type":56,"value_type":167,"enum_values":18,"default_value":39,"required":6,"name":40,"description":40},[1389],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1393],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1395],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1396,"example":1398},[1397],{"name":221,"summary":40,"description":40,"example":1398},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"company\":{\"currency_code\":\"USD\",\"minmov\":1,\"listed_exchange\":\"NASDAQ\",\"business_description\":\"Apple, Inc. engages in the design, manufacture, and sale of smartphones, personal computers, tablets, wearables and accessories, and other varieties of related services. It operates through the following geographical segments: Americas, Europe, Greater China, Japan, and Rest of Asia Pacific. The Americas segment includes North and South America. The Europe segment consists of European countries, as well as India, the Middle East, and Africa. The Greater China segment comprises China, Hong Kong, and Taiwan. The Rest of Asia Pacific segment includes Australia and Asian countries. Its products and services include iPhone, Mac, iPad, AirPods, Apple TV, Apple Watch, Beats products, AppleCare, iCloud, digital content stores, streaming, and licensing services. The company was founded by Steven Paul Jobs, Ronald Gerald Wayne, and Stephen G. Wozniak in April 1976 and is headquartered in Cupertino, CA.\",\"short_description\":\"Apple Inc.\",\"currency_id\":\"USD\",\"industry\":\"Telecommunications Equipment\",\"fund_view_mode\":\"industrial\",\"source-logoid\":\"source\\/NASDAQ\",\"measure\":\"price\",\"original_name\":\"BATS:AAPL\",\"first_bar_time_1s\":1660723200,\"country_code\":\"US\",\"pointvalue\":1,\"provider_id\":\"ice\",\"source2\":{\"country\":\"US\",\"description\":\"Cboe One\",\"exchange-type\":\"exchange\",\"id\":\"BATS\",\"name\":\"Cboe One\",\"url\":\"https:\\/\\/markets.cboe.com\\/us\\/equities\\/overview\\/\"},\"local_description\":\"Apple Inc.\",\"base_name\":[\"BATS:AAPL\"],\"typespecs\":[\"common\"],\"description\":\"Apple Inc.\",\"first_bar_time_1m\":946909800,\"timezone\":\"America\\/New_York\",\"allowed_adjustment\":\"any\",\"sector\":\"Electronic Technology\",\"exchange_traded_night_name\":\"BOATS\",\"logo\":{\"logoid\":\"apple\",\"style\":\"single\"},\"isin-displayed\":\"US0378331005\",\"logoid\":\"apple\",\"variable_tick_size\":\"0.0001 1 0.01\",\"language\":\"en\",\"cfi_code\":\"ESVUFR\",\"currency-logoid\":\"country\\/US\",\"pro_name\":\"NASDAQ:AAPL\",\"web_site_url\":\"http:\\/\\/www.apple.com\",\"figi\":{\"country-composite\":\"BBG000B9XRY4\",\"exchange-level\":\"BBG000B9XRY4\"},\"source_id\":\"BATS\",\"cusip\":\"037833100\",\"founded\":1976,\"isin\":\"US0378331005\",\"fundamental_currency_code\":\"USD\",\"minmove2\":0,\"exchange\":\"Cboe One\",\"popularity\":61519524,\"ceo\":\"Timothy Donald Cook\",\"pricescale\":100,\"first_bar_time_1d\":345427200,\"local_popularity_rank\":{\"BR\":2.5810891091178947,\"CN\":2.2785455076887016,\"DE\":2.149311027058332,\"ES\":2.0652092704716716,\"FR\":2.5552077257516776,\"GB\":1.3299061234002103,\"ID\":3.1126756420990693,\"IL\":2.096238215640356,\"IN\":3.000522305152278,\"IT\":2.2535147869859955,\"JP\":2.688506979056235,\"KR\":2.5483293485722345,\"MY\":2.5610792061923213,\"PL\":2.4288626549829817,\"RU\":2.7757086203586745,\"SA\":2.0105763792632367,\"TH\":2.396412429423773,\"TR\":2.9289611216349254,\"TW\":2.2686993488010807,\"US\":2.0511260656955392,\"VN\":2.7393329183988095},\"has-no-realtime\":false,\"has-depth\":false,\"feed-has-dwm\":true,\"currency\":\"USD\",\"fund_view_modes\":{\"traditional\":[\"industrial\"]},\"exchange-listed-symbol\":\"AAPL\",\"exchange-traded\":\"Cboe One\",\"has-adjustment\":true,\"has-price-snapshot\":true,\"currency_fund\":\"USD\",\"mic\":\"XNGS\",\"popularity_rank\":2.140985350630498,\"first_bar_time_1t\":1497004766.000001,\"is-primary\":true,\"is-replayable\":true,\"market-status\":{\"phase\":\"regular\",\"tradingday\":\"20260828\"},\"has-no-bbo\":false,\"currency-id\":\"USD\",\"provider-id\":\"ice\",\"exchange_traded_name\":\"Cboe One\",\"short-description\":\"Apple Inc.\",\"exchange-ticker\":\"AAPL\",\"history-tag\":\"20200830\",\"kind-delay\":900,\"cik-code\":320193,\"local-description\":\"Apple Inc.\",\"has-intraday\":true,\"source-id\":\"BATS\",\"feed-ticker\":\"AAPL-CO~CBOEONE~AAPL~NZ\",\"country_fund\":\"United States\",\"number_of_employees\":166000,\"exchange_listed_name\":\"NASDAQ\",\"is-tradable\":true,\"has-dwm\":true,\"has-options\":true,\"top_revenue_country_code\":\"US\",\"exchange-listed\":\"NASDAQ\",\"minmovement\":1,\"feed-has-intraday\":true,\"group\":\"cboeone_stocks_mix\",\"region\":\"CA\",\"documents\":1,\"minmovement2\":0,\"rts-source\":1781,\"is-primary-listing\":true,\"perms\":{\"delay\":{\"prefix\":\"BATS_DLY\"},\"rt\":{\"perm\":\"bats\",\"prefix\":\"BATS\"}},\"is-tickbars-available\":true,\"news-langs\":[\"es\",\"pl\"],\"country\":\"United States\",\"feed\":\"cboeone_stocks_mix\",\"adjustment\":\"splits\",\"country_code_fund\":\"US\",\"allowed-adjustment\":\"any\"}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1266,"avg_credits":117},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1401,"description":1404,"method":83,"name":1405,"url_path":1406,"root_url":49,"parameters":1407,"responses":1415,"result_stats":1420},[1402,1403],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Fetch comprehensive market data including company info, financials, indicators, analyst recommendations, enterprise value, credit ratings, and cash flow data. Returns categorized data for fundamental analysis.","Market Data","/api/market-data/{symbol}",{"url":1408,"header":1409,"post":1411,"body":1412,"path":1413},[],[1410],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1414],{"key":107,"example":215,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":178,"required":17},[1416],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1417,"example":1419},[1418],{"name":221,"summary":40,"description":40,"example":1419},"{\"success\":true,\"data\":{\"symbol\":\"NASDAQ:AAPL\",\"company\":{\"currency_code\":\"USD\",\"minmov\":1,\"listed_exchange\":\"NASDAQ\",\"business_description\":\"Apple, Inc. engages in the design, manufacture, and sale of smartphones, personal computers, tablets, wearables and accessories, and other varieties of related services. It operates through the following geographical segments: Americas, Europe, Greater China, Japan, and Rest of Asia Pacific. The Americas segment includes North and South America. The Europe segment consists of European countries, as well as India, the Middle East, and Africa. The Greater China segment comprises China, Hong Kong, and Taiwan. The Rest of Asia Pacific segment includes Australia and Asian countries. Its products and services include iPhone, Mac, iPad, AirPods, Apple TV, Apple Watch, Beats products, AppleCare, iCloud, digital content stores, streaming, and licensing services. The company was founded by Steven Paul Jobs, Ronald Gerald Wayne, and Stephen G. Wozniak in April 1976 and is headquartered in Cupertino, CA.\",\"short_description\":\"Apple Inc.\",\"currency_id\":\"USD\",\"industry\":\"Telecommunications Equipment\",\"fund_view_mode\":\"industrial\",\"source-logoid\":\"source\\/NASDAQ\",\"measure\":\"price\",\"original_name\":\"BATS:AAPL\",\"first_bar_time_1s\":1660723200,\"country_code\":\"US\",\"pointvalue\":1,\"provider_id\":\"ice\",\"source2\":{\"country\":\"US\",\"description\":\"Cboe One\",\"exchange-type\":\"exchange\",\"id\":\"BATS\",\"name\":\"Cboe One\",\"url\":\"https:\\/\\/markets.cboe.com\\/us\\/equities\\/overview\\/\"},\"local_description\":\"Apple Inc.\",\"base_name\":[\"BATS:AAPL\"],\"typespecs\":[\"common\"],\"description\":\"Apple Inc.\",\"first_bar_time_1m\":946909800,\"timezone\":\"America\\/New_York\",\"allowed_adjustment\":\"any\",\"sector\":\"Electronic Technology\",\"exchange_traded_night_name\":\"BOATS\",\"logo\":{\"logoid\":\"apple\",\"style\":\"single\"},\"isin-displayed\":\"US0378331005\",\"logoid\":\"apple\",\"variable_tick_size\":\"0.0001 1 0.01\",\"language\":\"en\",\"cfi_code\":\"ESVUFR\",\"currency-logoid\":\"country\\/US\",\"pro_name\":\"NASDAQ:AAPL\",\"web_site_url\":\"http:\\/\\/www.apple.com\",\"figi\":{\"country-composite\":\"BBG000B9XRY4\",\"exchange-level\":\"BBG000B9XRY4\"},\"source_id\":\"BATS\",\"cusip\":\"037833100\",\"founded\":1976,\"isin\":\"US0378331005\",\"fundamental_currency_code\":\"USD\",\"minmove2\":0,\"exchange\":\"Cboe One\",\"popularity\":61519524,\"ceo\":\"Timothy Donald Cook\",\"pricescale\":100,\"first_bar_time_1d\":345427200,\"local_popularity_rank\":{\"BR\":2.5810891091178947,\"CN\":2.2785455076887016,\"DE\":2.149311027058332,\"ES\":2.0652092704716716,\"FR\":2.5552077257516776,\"GB\":1.3299061234002103,\"ID\":3.1126756420990693,\"IL\":2.096238215640356,\"IN\":3.000522305152278,\"IT\":2.2535147869859955,\"JP\":2.688506979056235,\"KR\":2.5483293485722345,\"MY\":2.5610792061923213,\"PL\":2.4288626549829817,\"RU\":2.7757086203586745,\"SA\":2.0105763792632367,\"TH\":2.396412429423773,\"TR\":2.9289611216349254,\"TW\":2.2686993488010807,\"US\":2.0511260656955392,\"VN\":2.7393329183988095},\"has-no-realtime\":false,\"has-depth\":false,\"feed-has-dwm\":true,\"currency\":\"USD\",\"fund_view_modes\":{\"traditional\":[\"industrial\"]},\"exchange-listed-symbol\":\"AAPL\",\"exchange-traded\":\"Cboe One\",\"has-adjustment\":true,\"has-price-snapshot\":true,\"currency_fund\":\"USD\",\"mic\":\"XNGS\",\"popularity_rank\":2.140985350630498,\"first_bar_time_1t\":1497004766.000001,\"is-primary\":true,\"is-replayable\":true,\"market-status\":{\"phase\":\"regular\",\"tradingday\":\"20260828\"},\"has-no-bbo\":false,\"currency-id\":\"USD\",\"provider-id\":\"ice\",\"exchange_traded_name\":\"Cboe One\",\"short-description\":\"Apple Inc.\",\"exchange-ticker\":\"AAPL\",\"history-tag\":\"20200830\",\"kind-delay\":900,\"cik-code\":320193,\"local-description\":\"Apple Inc.\",\"has-intraday\":true,\"source-id\":\"BATS\",\"feed-ticker\":\"AAPL-CO~CBOEONE~AAPL~NZ\",\"country_fund\":\"United States\",\"number_of_employees\":166000,\"exchange_listed_name\":\"NASDAQ\",\"is-tradable\":true,\"has-dwm\":true,\"has-options\":true,\"top_revenue_country_code\":\"US\",\"exchange-listed\":\"NASDAQ\",\"minmovement\":1,\"feed-has-intraday\":true,\"group\":\"cboeone_stocks_mix\",\"region\":\"CA\",\"documents\":1,\"minmovement2\":0,\"rts-source\":1781,\"is-primary-listing\":true,\"perms\":{\"delay\":{\"prefix\":\"BATS_DLY\"},\"rt\":{\"perm\":\"bats\",\"prefix\":\"BATS\"}},\"is-tickbars-available\":true,\"news-langs\":[\"es\",\"pl\"],\"country\":\"United States\",\"feed\":\"cboeone_stocks_mix\",\"adjustment\":\"splits\",\"country_code_fund\":\"US\",\"allowed-adjustment\":\"any\"},\"ipo\":{\"ipo_offer_date\":345427200},\"indicators\":{\"earnings_release_date\":1785443580,\"price_52_week_low\":225.95,\"price_percent_change_52_week\":37.60552906696993,\"beta_1_year\":0.8202143,\"earnings_availability\":1,\"earnings_release_next_date\":1793275200,\"price_52_week_high\":344.5699,\"market_cap_basic\":4609717399330,\"price_earnings\":35.93250260795799,\"market_cap_calc\":4609717399329.628,\"earnings_per_share_diluted_fh\":4.0329999999999995,\"price_annual_sales\":11.301448897542057,\"beta_5_year\":1.0871987,\"quick_ratio\":0.929014371241445,\"beta_2_year\":1.0346074,\"current_ratio\":1.00329480465559,\"earnings_per_share_forecast_next_fh\":4.888204,\"earnings_release_calendar_date\":1782777600,\"price_annual_book\":62.80329714805509,\"price_book_ratio\":62.80329714805509,\"earnings_per_share_fh\":4.029999999999999,\"pre_tax_margin\":0.33397240495862496,\"after_tax_margin\":0.27618604910212197,\"return_on_invested_capital\":0.7882734164832481,\"earnings_release_date_h\":[1785443580,1777581000],\"return_on_assets\":0.360763947669221,\"debt_to_equity\":0.784449404761905,\"earnings_per_share_basic_fh\":4.0483,\"price_sales_ratio\":11.301448897542057,\"net_margin\":0.27618604910212197,\"earnings_release_next_time\":0,\"operating_margin\":0.331729584874781,\"price_percent_change_1_week\":-0.9056401694728388,\"gross_margin\":0.48652915559001997,\"beta_10_year\":1.1466154,\"earnings_release_time\":1,\"earnings_release_next_calendar_date\":1790726400,\"return_on_equity\":1.48751081626767,\"beta_3_year\":0.8743655},\"ttm\":{\"earnings_per_share_basic_ttm\":8.7566,\"price_earnings_ttm\":35.93250260795799,\"rates_ttm\":{\"time\":1782777600,\"to_aud\":1.445525,\"to_cad\":1.420455,\"to_chf\":0.808342,\"to_cny\":6.794401,\"to_eur\":0.875611,\"to_gbp\":0.754318,\"to_inr\":94.562648,\"to_jpy\":162.62807,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"net_income_ttm_h\":[128930000000,122575000000],\"ebit_ttm\":154859000000,\"equity_in_earnings_ttm\":0,\"other_financing_cash_flow_sources_ttm\":0,\"non_oper_income_ttm\":1047000000,\"earnings_per_share_ttm\":8.7233,\"sustainable_growth_rate_ttm\":147.999690369089,\"reduction_of_long_term_debt_ttm\":-9396000000,\"pre_tax_margin_ttm\":33.3972404958625,\"revenue_per_share_ttm\":31.7249934691053,\"cash_flow_deferred_taxes_ttm\":0,\"income_tax_ttm\":-26976000000,\"gross_margin_ttm\":48.652915559002,\"capital_expenditures_other_assets_ttm\":0,\"purchase_sale_investments_ttm\":-9072000000,\"net_income_bef_disc_oper_ttm\":128930000000,\"debt_to_revenue_ttm\":0.18067661619071895,\"net_margin_ttm\":27.6186049102122,\"total_cash_dividends_paid_ttm\":-15640000000,\"pretax_income_ttm\":155906000000,\"free_cash_flow_ttm\":136683000000,\"dep_amort_exp_income_s_ttm\":-13100000000,\"enterprise_value_ebitda_ttm\":27.464928048672594,\"cash_dividend_coverage_ratio_ttm\":9.93337595907928,\"non_cash_items_ttm\":13328000000,\"total_revenue_ttm\":466823000000,\"cash_f_operating_activities_ttm\":146724000000,\"ebitda_ttm\":167959000000,\"change_in_other_assets_ttm\":-5246000000,\"capital_expenditures_ttm\":-10041000000,\"other_financing_cash_flow_items_total_ttm\":-6911000000,\"gross_profit_ttm\":227123000000,\"preferred_dividends_ttm\":0,\"capital_expenditures_fixed_assets_ttm\":-10041000000,\"purchase_of_business_ttm\":0,\"ebit_per_share_ttm\":10.524118913661436,\"net_income_ttm\":128930000000,\"purchase_of_investments_ttm\":-55568000000,\"return_of_invested_capital_percent_ttm\":0.7882734164832481,\"operating_expenses_ttm\":-72264000000,\"capital_expenditures_unchanged_ttm\":10041000000,\"total_extra_items_ttm\":0,\"other_investing_cash_flow_sources_ttm\":0,\"other_investing_cash_flow_items_total_ttm\":-2285000000,\"discontinued_operations_ttm\":0,\"issuance_of_short_term_debt_ttm\":-7878000000,\"cost_of_goods_excl_dep_amort_ttm\":-226600000000,\"other_financing_cash_flow_uses_ttm\":-6911000000,\"other_income_ttm\":1047000000,\"sloan_ratio_ttm\":0.9403390856480877,\"gross_profit_ttm_h\":[227123000000,216071000000],\"cash_f_financing_activities_ttm\":-122051000000,\"issuance_of_long_term_debt_ttm\":-9396000000,\"pretax_equity_in_earnings_ttm\":0,\"common_dividends_cash_flow_ttm\":-15640000000,\"earnings_per_share_diluted_ttm\":8.7233,\"price_free_cash_flow_ttm\":45.9902082357882,\"price_earnings_growth_ttm\":1.1019122122776062,\"research_and_dev_ttm\":-42901000000,\"capex_per_share_ttm\":0.682379958620903,\"free_cash_flow_ttm_h\":[136683000000,129174000000],\"ebitda_ttm_h\":[167959000000,159976000000],\"change_in_accounts_payable_ttm\":14178000000,\"non_oper_interest_income_ttm\":0,\"purchase_of_stock_ttm\":-82226000000,\"unusual_expense_inc_ttm\":0,\"zmijewski_score_ttm\":-1.7643172544749481,\"sale_of_stock_ttm\":0,\"free_cash_flow_per_share_ttm\":9.288889541298769,\"operating_cash_flow_per_share_ttm\":9.97126949991967,\"total_revenue_ttm_h\":[466823000000,451442000000],\"earnings_per_share_diluted_ttm_h\":[8.7233,8.2665],\"return_on_equity_adjust_to_book_ttm\":3.3491193072391447,\"net_income_starting_line_ttm\":128930000000,\"purchase_sale_business_ttm\":0,\"operating_margin_ttm\":33.1729584874781,\"oper_income_ttm\":154859000000,\"sell_gen_admin_exp_other_ttm\":-29363000000,\"sales_of_business_ttm\":0,\"supplying_of_long_term_debt_ttm\":0,\"ebitda_margin_ttm\":35.97916126669,\"funds_f_operations_ttm\":155358000000,\"preferred_dividends_cash_flow_ttm\":0,\"change_in_accounts_receivable_ttm\":-12282000000,\"sell_gen_admin_exp_total_ttm\":-72264000000,\"sales_of_investments_ttm\":46496000000,\"minority_interest_exp_ttm\":0,\"graham_numbers_ttm\":38.00727515025906,\"altman_z_score_ttm\":11.6138370480295,\"interest_capitalized_ttm\":0,\"return_on_common_equity_ttm\":148.751081626767,\"cash_f_investing_activities_ttm\":-21398000000,\"cash_flow_deprecation_n_amortization_ttm\":13100000000,\"cost_of_goods_ttm\":-239700000000,\"changes_in_working_capital_ttm\":-8634000000,\"change_in_inventories_ttm\":-5284000000,\"diluted_net_income_ttm\":128930000000,\"price_revenue_ttm\":9.880222680116436,\"dilution_adjustment_ttm\":0,\"dividend_payout_ratio_ttm\":12.03672921944677,\"ebitda_per_share_ttm\":11.414386562096237,\"other_oper_expense_total_ttm\":0,\"piotroski_f_score_ttm\":9,\"issuance_of_stock_net_ttm\":-82226000000,\"total_oper_expense_ttm\":-311964000000,\"after_tax_other_income_ttm\":0,\"total_non_oper_income_ttm\":1047000000,\"capital_expenditures_unchanged_ttm_h\":[10041000000,11048000000],\"other_investing_cash_flow_uses_ttm\":-2285000000,\"issuance_of_debt_net_ttm\":-17274000000},\"current\":{\"trade_loaded\":true,\"ask_size\":42,\"bid_size\":62,\"bid\":315.62,\"ask\":315.65,\"chp\":0.33,\"open_price\":316.845,\"regular_close_time\":1787875195,\"subsessions\":[{\"description\":\"Night\",\"id\":\"night\",\"private\":true,\"session\":\"2000-0400\",\"session-display\":\"2000-0400\"},{\"description\":\"24h\",\"id\":\"24h\",\"private\":false,\"session\":\"2000-2000\",\"session-display\":\"2000-2000\"}],\"update_mode\":\"streaming\",\"session_holidays\":\"20000117,20000221,20000421,20000529,20000704,20000904,20001123,20001225,20010101,20010115,20010219,20010413,20010528,20010704,20010903,20011122,20011225,20020101,20020121,20020218,20020329,20020527,20020704,20020902,20021128,20021225,20030101,20030120,20030217,20030418,20030526,20030704,20030901,20031127,20031225,20040101,20040119,20040216,20040409,20040531,20040611,20040705,20040906,20041125,20041224,20050117,20050221,20050325,20050530,20050704,20050905,20051124,20051226,20060102,20060116,20060220,20060414,20060529,20060704,20060904,20061123,20061225,20070101,20070102,20070115,20070219,20070406,20070528,20070704,20070903,20071122,20071225,20080101,20080121,20080218,20080321,20080526,20080704,20080901,20081127,20081225,20090101,20090119,20090216,20090410,20090525,20090703,20090907,20091126,20091225,20100101,20100118,20100215,20100402,20100531,20100705,20100906,20101125,20101224,20110117,20110221,20110422,20110530,20110704,20110905,20111124,20111226,20120102,20120116,20120220,20120406,20120528,20120704,20120903,20121122,20121225,20130101,20130121,20130218,20130329,20130527,20130704,20130902,20131128,20131225,20140101,20140120,20140217,20140418,20140526,20140704,20140901,20141127,20141225,20150101,20150119,20150216,20150403,20150525,20150703,20150907,20151126,20151225,20160101,20160118,20160215,20160325,20160530,20160704,20160905,20161124,20161226,20170102,20170116,20170220,20170414,20170529,20170704,20170904,20171123,20171225,20180101,20180115,20180219,20180330,20180528,20180704,20180903,20181122,20181225,20190101,20190121,20190218,20190419,20190527,20190704,20190902,20191128,20191225,20200101,20200120,20200217,20200410,20200525,20200703,20200907,20201126,20201225,20210101,20210118,20210215,20210402,20210531,20210705,20210906,20211125,20211224,20220117,20220221,20220415,20220530,20220620,20220704,20220905,20221124,20221226,20230102,20230116,20230220,20230407,20230529,20230619,20230704,20230904,20231123,20231225,20240101,20240115,20240219,20240329,20240527,20240619,20240704,20240902,20241128,20241225,20250101,20250120,20250217,20250418,20250526,20250619,20250704,20250901,20251127,20251225,20260101,20260119,20260216,20260403,20260525,20260619,20260703,20260907,20261126,20261225,20270101,20270118,20270215,20270326,20270531,20270618,20270705,20270906,20271125,20271224\",\"price_earnings_current\":35.93250260795799,\"rt_update_period\":5,\"lp_time\":1787925059,\"rtc_time\":null,\"subsession_id\":\"regular\",\"rtc\":null,\"high_price\":318.13,\"lp\":315.61,\"regular_close\":314.58,\"enterprise_value_current\":4631662399330,\"average_volume\":38515079.899999306,\"low_price\":315.5,\"ch\":1.03,\"session-display\":\"0930-1600\",\"current_session\":\"market\",\"last_report_frequency\":4,\"hub_rt_loaded\":true,\"prev_close_price\":314.58,\"total_shares_outstanding_current\":14594200000,\"short_name\":\"AAPL\",\"volume\":3618024,\"session-extended-correction\":\"0400-1700:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"rates_current\":{\"time\":1787875200,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"gross_margin_current\":50.0562069879452,\"cash_per_share_current\":4.240596259136117,\"ebitda_per_share_current\":11.414386562096237,\"current_ratio_current\":1.00329480465559,\"return_on_assets_current\":36.0763947669221,\"subsession-id\":\"regular\",\"location\":\"Cupertino\",\"asset_turnover_current\":1.30623523107724,\"book_value_per_share_current\":7.35987,\"ebit_per_share_current\":10.524118913661436,\"capex_per_share_current\":0.682379958620903,\"session-premarket\":\"0400-0930\",\"session-extended\":\"0400-2000\",\"session-correction\":\"0930-1300:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"session-regular\":\"0930-1600\",\"enterprise_value_ebitda_current\":27.464928048672594,\"free_cash_flow_per_share_current\":9.288889541298769,\"debt_to_asset_current\":0.220066481242792,\"local_popularity\":{\"BR\":112381,\"CN\":589702,\"DE\":910620,\"ES\":1451493,\"FR\":209695,\"GB\":8,\"ID\":15454,\"IL\":63558,\"IN\":409002,\"IT\":158445,\"JP\":285722,\"KR\":158035,\"MY\":538,\"PL\":80748,\"RU\":246507,\"SA\":226805,\"TH\":107030,\"TR\":106836,\"TW\":341137,\"US\":26775711,\"VN\":40548},\"session-regular-correction\":\"0930-1300:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"return_on_invested_capital_current\":78.8273416483248,\"operating_margin_current\":32.6229013772997,\"debt_to_equity_current\":0.784449404761905,\"enterprise_value_ebitda_fwd_current\":27.21794349728275,\"ebitda_margin_current\":35.6571647915772,\"enterprise_value_ebit_fwd_current\":29.067512229094998,\"float_shares_outstanding_current\":14576205351.4,\"has-no-volume\":false,\"dividends_yield_current\":0.333778371161549,\"price_book_current\":42.589067469941725,\"session-extended-display\":\"0400-2000\",\"ncavps_ratio_current\":-10.315532591913614,\"enterprise_value_sales_fwd_current\":9.110707128528443,\"quick_ratio_current\":0.929014371241445,\"trade\":{\"data-update-time\":\"1787924277.185557\",\"price\":\"317.92\",\"size\":\"24\",\"time\":\"1787924277\"},\"revenue_per_share_current\":31.7249934691053,\"session-id\":\"us_stocks_overnight\",\"working_capital_per_share_current\":0.0336779551019467,\"prev-daily-bar\":{\"close\":\"314.58\",\"data-update-time\":\"1787923800.187867\",\"high\":\"315.4\",\"low\":\"309.4001\",\"open\":\"310.545\",\"time\":\"1787788800\",\"update-time\":\"1787875195.567708\",\"volume\":\"32419233\"},\"total_debt_per_share_current\":5.731964468670598,\"long_term_debt_to_equity_current\":0.6635044642857143,\"price_book_fwd_current\":8.423624492261297,\"invent_turnover_current\":28.1718281718282,\"return_on_equity_current\":148.751081626767,\"report_type\":\"industrial\",\"book_tangible_per_share_current\":5.96743245910062,\"session-holidays\":\"20000117,20000221,20000421,20000529,20000704,20000904,20001123,20001225,20010101,20010115,20010219,20010413,20010528,20010704,20010903,20011122,20011225,20020101,20020121,20020218,20020329,20020527,20020704,20020902,20021128,20021225,20030101,20030120,20030217,20030418,20030526,20030704,20030901,20031127,20031225,20040101,20040119,20040216,20040409,20040531,20040611,20040705,20040906,20041125,20041224,20050117,20050221,20050325,20050530,20050704,20050905,20051124,20051226,20060102,20060116,20060220,20060414,20060529,20060704,20060904,20061123,20061225,20070101,20070102,20070115,20070219,20070406,20070528,20070704,20070903,20071122,20071225,20080101,20080121,20080218,20080321,20080526,20080704,20080901,20081127,20081225,20090101,20090119,20090216,20090410,20090525,20090703,20090907,20091126,20091225,20100101,20100118,20100215,20100402,20100531,20100705,20100906,20101125,20101224,20110117,20110221,20110422,20110530,20110704,20110905,20111124,20111226,20120102,20120116,20120220,20120406,20120528,20120704,20120903,20121122,20121225,20130101,20130121,20130218,20130329,20130527,20130704,20130902,20131128,20131225,20140101,20140120,20140217,20140418,20140526,20140704,20140901,20141127,20141225,20150101,20150119,20150216,20150403,20150525,20150703,20150907,20151126,20151225,20160101,20160118,20160215,20160325,20160530,20160704,20160905,20161124,20161226,20170102,20170116,20170220,20170414,20170529,20170704,20170904,20171123,20171225,20180101,20180115,20180219,20180330,20180528,20180704,20180903,20181122,20181225,20190101,20190121,20190218,20190419,20190527,20190704,20190902,20191128,20191225,20200101,20200120,20200217,20200410,20200525,20200703,20200907,20201126,20201225,20210101,20210118,20210215,20210402,20210531,20210705,20210906,20211125,20211224,20220117,20220221,20220415,20220530,20220620,20220704,20220905,20221124,20221226,20230102,20230116,20230220,20230407,20230529,20230619,20230704,20230904,20231123,20231225,20240101,20240115,20240219,20240329,20240527,20240619,20240704,20240902,20241128,20241225,20250101,20250120,20250217,20250418,20250526,20250619,20250704,20250901,20251127,20251225,20260101,20260119,20260216,20260403,20260525,20260619,20260703,20260907,20261126,20261225,20270101,20270118,20270215,20270326,20270531,20270618,20270705,20270906,20271125,20271224\",\"pre_tax_margin_current\":33.1456720619282,\"market_cap_basic_current\":4591043436000,\"price_sales_fwd_current\":9.06736543015821,\"operating_cash_flow_per_share_current\":9.97126949991967,\"session-postmarket-correction\":\"1300-1700:20190703,20191129,20191224,20211126,20221125,20230703,20231124,20240703,20241129,20241224,20250703,20251128,20251224,20261127,20261224,20271126,20271223;dayoff:20250109\",\"fiscal_period_end_current\":1782777600,\"dividend_payout_ratio_current\":13.3372851215175,\"price_cash_flow_current\":31.435315232681777,\"session-regular-display\":\"0930-1600\",\"price_free_cash_flow_current\":33.74461485481003,\"fiscal_period_current\":\"2026-Q3\",\"session-postmarket\":\"1600-2000\",\"price_earnings_fwd_current\":34.07531901108195,\"long_term_debt_to_assets_current\":0.1861370432023712,\"price_sales_current\":9.880222680116436,\"net_margin_current\":27.2252026650338},\"financials_quarterly\":{\"earnings_per_share_forecast_next_fq\":1.980165,\"earnings_per_share_fq\":2.02,\"total_current_assets_fq\":149818000000,\"oper_income_fq\":35695000000,\"provision_f_risks_fq\":0,\"ebit_estimate_fq\":34509353412,\"proceeds_from_stock_options_fq\":0,\"earnings_per_share_basic_fq\":2.0325,\"earnings_release_trading_date_fq\":1785369600,\"equity_in_earnings_fq\":0,\"discontinued_operations_fq\":0,\"revenue_per_share_fq\":7.43590956402982,\"inventory_raw_materials_fq\":0,\"ppe_total_net_fq\":51431000000,\"other_investing_cash_flow_uses_fq\":-196000000,\"changes_in_working_capital_fq\":-1821000000,\"long_term_other_assets_total_fq\":77557000000,\"gross_profit_estimate_fq\":53809580158,\"free_cash_flow_estimate_fq\":31139835750,\"total_shares_outstanding_fq\":14608963000,\"revenue_forecast_fq\":109038899874,\"other_current_liabilities_fq\":62259000000,\"price_earnings_fq\":32.5312668370915,\"total_receivables_net_fq\":58907000000,\"diluted_net_income_fq\":29789000000,\"revenue_forecast_next_fq\":113205172516,\"preferred_dividends_cash_flow_fq\":0,\"earnings_release_next_trading_date_fq\":1793232000,\"funds_f_operations_fq\":36190000000,\"short_term_debt_fq\":13004000000,\"ebitda_fq\":39015000000,\"cash_per_share_fq\":4.240596259136117,\"sales_of_business_fq\":0,\"return_on_tang_equity_fq\":168.52713583603472,\"cash_f_financing_activities_fq\":-32640000000,\"other_investing_cash_flow_sources_fq\":0,\"sell_gen_admin_exp_total_fq\":-19075000000,\"research_and_dev_estimate_fq\":11658618937,\"goodwill_fq\":0,\"capital_expenditures_estimate_fq\":3252761933,\"other_financing_cash_flow_sources_fq\":0,\"preferred_dividends_fq\":0,\"cash_n_short_term_invest_estimate_fq\":53376469875,\"issuance_of_stock_net_fq\":-25105000000,\"earnings_release_next_date_fq\":1793275200,\"other_current_assets_total_fq\":17420000000,\"share_buyback_ratio_fq\":0.40036984697247696,\"pre_tax_margin_fq\":33.1456720619282,\"free_cash_flow_fq\":31914000000,\"earnings_release_date_fq\":1785443580,\"capital_expenditures_fq\":-2455000000,\"cash_f_operating_activities_estimate_fq\":35619669429,\"total_current_liabilities_fq\":149326000000,\"earnings_per_share_forecast_fq\":1.891883,\"net_income_fq\":29789000000,\"cash_n_equivalents_fq\":34617000000,\"purchase_of_stock_fq\":-25105000000,\"other_oper_expense_total_fq\":0,\"return_on_assets_fq\":36.0763947669221,\"purchase_sale_business_fq\":0,\"pretax_equity_in_earnings_fq\":0,\"return_on_capital_employed_fq\":72.99247021670222,\"ebitda_margin_fq\":35.6571647915772,\"cash_f_investing_activities_fq\":-7757000000,\"dividends_per_share_fq\":0.27,\"pretax_income_fq\":36267000000,\"dep_amort_exp_income_s_fq\":-3320000000,\"revenue_estimate_fq\":113205172516,\"sales_of_investments_fq\":11214000000,\"tobin_q_ratio_fq\":10.816851795202288,\"paid_in_capital_fq\":100702000000,\"operating_cash_flow_per_share_fq\":2.33569532893555,\"operating_expenses_fq\":-19075000000,\"long_term_debt_excl_capital_lease_fq\":71340000000,\"inventory_finished_goods_fq\":11092000000,\"supplying_of_long_term_debt_fq\":0,\"other_liabilities_total_fq\":55080000000,\"book_value_per_share_estimate_fq\":7.808211,\"retained_earnings_fq\":11326000000,\"net_income_starting_line_fq\":29789000000,\"investments_in_unconcsolidate_fq\":0,\"quick_ratio_fq\":0.929014371241445,\"current_ratio_fq\":1.00329480465559,\"earnings_release_time_fq\":1,\"diluted_shares_outstanding_fq\":14714676000,\"ebit_per_share_fq\":2.42580944357864,\"common_equity_total_fq\":107520000000,\"other_receivables_fq\":27509000000,\"non_cash_items_fq\":3081000000,\"income_tax_fq\":-6478000000,\"fiscal_period_end_fq\":1782777600,\"capex_per_share_fq\":0.16684023487843,\"minority_interest_exp_fq\":0,\"inventory_work_in_progress_fq\":0,\"book_value_per_share_fq\":7.35987,\"total_inventory_fq\":11092000000,\"enterprise_value_ebitda_fq\":24.9922645126489,\"cash_flow_deferred_taxes_fq\":0,\"dps_estimate_fq\":0.272667,\"working_capital_fq\":492000000,\"return_on_invested_capital_fq\":78.8273416483248,\"revenue_fq\":109417000000,\"net_income_estimate_fq\":28984715737,\"dividend_payout_ratio_fq\":13.3372851215175,\"capital_operating_lease_obligations_fq\":0,\"fiscal_period_fq\":\"2026-Q3\",\"other_investments_fq\":84118000000,\"total_equity_fq\":107520000000,\"capital_lease_obligations_fq\":0,\"non_oper_interest_income_fq\":0,\"other_investing_cash_flow_items_total_fq\":-196000000,\"rates_fq\":{\"time\":1782777600,\"to_aud\":1.445525,\"to_cad\":1.420455,\"to_chf\":0.808342,\"to_cny\":6.794401,\"to_eur\":0.875611,\"to_gbp\":0.754318,\"to_inr\":94.562648,\"to_jpy\":162.62807,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"enterprise_value_fq\":4197675755280,\"rates_earnings_fq\":{\"time\":1782777600,\"to_aud\":1.445525,\"to_cad\":1.420455,\"to_chf\":0.808342,\"to_cny\":6.794401,\"to_eur\":0.875611,\"to_gbp\":0.754318,\"to_inr\":94.562648,\"to_jpy\":162.62807,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"dilution_adjustment_fq\":0,\"total_debt_per_share_fq\":5.731964468670598,\"net_debt_fq\":21945000000,\"net_debt_to_ebitda_fq\":0.130656886502063,\"ebitda_per_share_fq\":2.65143452699876,\"cash_flow_deprecation_n_amortization_fq\":3320000000,\"earnings_publication_type_next_fq\":10,\"other_financing_cash_flow_items_total_fq\":-3268000000,\"price_cash_flow_fq\":28.46,\"accounts_payable_fq\":64525000000,\"rates_earnings_next_fq\":{\"time\":1790726400,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"debt_to_equity_fq\":0.784449404761905,\"common_dividends_cash_flow_fq\":-4035000000,\"unusual_expense_inc_fq\":0,\"return_on_equity_fq\":148.751081626767,\"total_assets_to_equity_fq\":3.56460193452381,\"accum_deprec_total_fq\":-76744000000,\"net_margin_fq\":27.2252026650338,\"return_on_total_capital_fq\":86.1783233906153,\"preferred_stock_carrying_value_fq\":0,\"market_cap_basic_fq\":4145731520140,\"current_port_debt_capital_leases_fq\":11007000000,\"total_cash_dividends_paid_fq\":-4035000000,\"invent_turnover_fq\":28.1718281718282,\"deferred_income_current_fq\":9538000000,\"fixed_assets_turnover_fq\":9.34215871681726,\"ncavps_ratio_fq\":-10.315532591913614,\"cash_f_investing_activities_estimate_fq\":-4468800000,\"next_earnings_fiscal_period_fq\":\"2026-Q4\",\"dividend_payout_ratio_percent_fq\":0.133372851215175,\"cost_of_goods_excl_dep_amort_fq\":-51327000000,\"research_and_dev_fq\":-11729000000,\"capital_expenditures_unchanged_fq\":2455000000,\"book_tangible_per_share_fq\":5.96743245910062,\"receivables_turnover_fq\":8.82947173308619,\"purchase_of_investments_fq\":-16320000000,\"interest_capitalized_fq\":0,\"net_income_bef_disc_oper_fq\":29789000000,\"gross_margin_fq\":50.0562069879452,\"after_tax_other_income_fq\":0,\"intangibles_net_fq\":20342000000,\"asset_turnover_fq\":1.30623523107724,\"dividends_yield_fq\":0.370004933399112,\"minority_interest_fq\":0,\"total_assets_estimate_fq\":400448094750,\"capital_expenditures_other_assets_fq\":0,\"dps_common_stock_prim_issue_fq\":0.27,\"short_term_invest_fq\":27782000000,\"total_assets_fq\":383266000000,\"tangible_assets_fq\":362924000000,\"total_debt_to_capital_fq\":0.439603052161948,\"issuance_of_long_term_debt_fq\":-232000000,\"return_on_tang_assets_fq\":37.13320056046854,\"change_in_accounts_payable_fq\":7094000000,\"basic_shares_outstanding_fq\":14656110000,\"long_term_debt_to_assets_fq\":0.1861370432023712,\"total_non_oper_income_fq\":572000000,\"change_in_other_assets_fq\":778000000,\"long_term_investments_fq\":84118000000,\"accounts_receivables_net_fq\":31398000000,\"total_debt_estimate_fq\":84344000000,\"earnings_release_calendar_date_fq\":1782777600,\"total_extra_items_fq\":0,\"eps_estimate_fq\":1.980165,\"other_intangibles_net_fq\":20342000000,\"reduction_of_long_term_debt_fq\":-232000000,\"other_income_fq\":572000000,\"non_oper_income_fq\":572000000,\"issuance_of_debt_net_fq\":-232000000,\"total_debt_fq\":84344000000,\"free_cash_flow_per_share_fq\":2.168855094057117,\"short_term_debt_excl_current_port_fq\":1997000000,\"other_financing_cash_flow_uses_fq\":-3268000000,\"common_stock_par_fq\":100702000000,\"inventory_progress_payments_fq\":0,\"total_oper_expense_fq\":-73722000000,\"price_sales_fq\":8.94499790130306,\"book_per_share_fq\":7.35987,\"sale_of_stock_fq\":0,\"long_term_debt_to_equity_fq\":0.6635044642857143,\"sell_gen_admin_exp_total_estimate_fq\":7568118235,\"treasury_stock_common_fq\":0,\"ebit_fq\":35695000000,\"total_liabilities_fq\":275746000000,\"invested_capital_fq\":178860000000,\"operating_margin_fq\":32.6229013772997,\"cost_of_goods_fq\":-54647000000,\"cash_f_operating_activities_fq\":34369000000,\"purchase_sale_investments_fq\":-5106000000,\"earnings_fiscal_period_fq\":\"2026-Q3\",\"debt_to_asset_fq\":0.220066481242792,\"long_term_debt_fq\":71340000000,\"cash_n_short_term_invest_fq\":62399000000,\"capital_expenditures_fixed_assets_fq\":-2455000000,\"change_in_accounts_receivable_fq\":-5316000000,\"total_non_current_liabilities_fq\":126420000000,\"ppe_total_gross_fq\":128175000000,\"change_in_inventories_fq\":-4377000000,\"other_proceeds_from_stock_sales_fq\":0,\"gross_profit_fq\":54770000000,\"issuance_of_short_term_debt_fq\":0,\"cash_f_financing_activities_estimate_fq\":-27530000000,\"total_revenue_fq\":109417000000,\"earnings_publication_type_fq\":22,\"working_capital_per_share_fq\":0.0336779551019467,\"earnings_release_next_calendar_date_fq\":1790726400,\"eps_diluted_growth_percent_fq\":0.291318492058429,\"price_book_fq\":38.5577,\"shrhldrs_equity_fq\":107520000000,\"other_common_equity_fq\":-4508000000,\"purchase_of_business_fq\":0,\"cost_of_goods_estimate_fq\":59567159111,\"ebitda_estimate_fq\":37725045531,\"sell_gen_admin_exp_other_fq\":-7346000000,\"earnings_per_share_diluted_fq\":2.0244,\"total_liabilities_shrhldrs_equity_fq\":383266000000,\"earnings_release_next_time_fq\":0,\"total_non_current_assets_fq\":233448000000},\"financials_annual\":{\"dps_common_stock_prim_issue_fy\":1.02,\"rates_fy\":{\"time\":1759190400,\"to_aud\":1.512814,\"to_cad\":1.392758,\"to_chf\":0.796495,\"to_cny\":7.120986,\"to_eur\":0.852195,\"to_gbp\":0.743937,\"to_inr\":88.873089,\"to_jpy\":147.928994,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"net_margin_fy\":26.9150641218182,\"ebitda_per_employee_fy\":871975.9036144578,\"goodwill_fy\":0,\"oper_income_per_employee_fy\":801506.0240963855,\"return_on_total_capital_fy\":73.4841309072432,\"capital_expenditures_estimate_fy\":10288052287,\"earnings_per_share_fy\":7.46,\"purchase_sale_investments_fy\":29390000000,\"return_on_common_equity_fy\":171.422449744802,\"reduction_of_long_term_debt_fy\":-10932000000,\"debt_to_equity_fy\":1.5241072518410999,\"other_proceeds_from_stock_sales_fy\":0,\"change_in_other_assets_fy\":-20273000000,\"sustainable_growth_rate_fy\":147.999690369089,\"ebit_fy\":133050000000,\"purchase_of_business_fy\":0,\"net_income_starting_line_fy\":112010000000,\"other_financing_cash_flow_sources_fy\":0,\"cost_of_goods_estimate_fy\":244374130182,\"zmijewski_score_fy\":-1.2261588856208425,\"working_capital_per_share_fy\":-1.19635070390692,\"free_cash_flow_fy\":98767000000,\"book_value_per_share_estimate_fy\":7.314498,\"free_cash_flow_per_employee_fy\":594981.9277108434,\"operating_margin_fy\":31.9707997625919,\"total_cash_dividends_paid_fy\":-15421000000,\"unusual_expense_inc_fy\":0,\"debt_to_revenue_fy\":0.2700325114559029,\"gross_profit_fy\":195201000000,\"piotroski_f_score_fy\":8,\"ppe_gross_buildings_fy\":27337000000,\"graham_numbers_fy\":28.95336730416689,\"earnings_publication_type_next_fy\":10,\"other_oper_expense_total_fy\":0,\"provision_f_risks_fy\":0,\"cost_of_goods_excl_dep_amort_fy\":-209262000000,\"total_non_current_liabilities_fy\":119877000000,\"common_stock_par_fy\":93568000000,\"accounts_receivables_gross_fy\":39777000000,\"fiscal_period_end_fy\":1759190400,\"interest_capitalized_fy\":0,\"dividends_yield_fy\":0.399279730681907,\"pretax_equity_in_earnings_fy\":0,\"capital_operating_lease_obligations_fy\":11603000000,\"cash_flow_deferred_taxes_fy\":0,\"change_in_inventories_fy\":1400000000,\"total_receivables_net_fy\":72957000000,\"accrued_expenses_fy\":8919000000,\"deferred_income_current_fy\":9055000000,\"cash_flow_deprecation_n_amortization_fy\":11698000000,\"total_assets_to_equity_fy\":4.8721874872852,\"cash_f_financing_activities_fy\":-120686000000,\"total_assets_fy\":359241000000,\"price_book_fy\":51.1843,\"gross_profit_estimate_fy\":232481959292,\"earnings_per_share_diluted_fy\":7.465,\"cash_f_investing_activities_estimate_fy\":-19402066667,\"net_income_estimate_fy\":129914035182,\"working_capital_fy\":-17674000000,\"total_current_liabilities_fy\":165631000000,\"invent_turnover_fy\":33.9833897262381,\"total_assets_estimate_fy\":396281515176,\"number_of_shareholders_fy\":22429,\"market_cap_basic_fy\":3773976999600,\"total_inventory_fy\":5718000000,\"sell_gen_admin_exp_total_fy\":-62151000000,\"gross_margin_fy\":46.9051641071605,\"dps_estimate_fy\":1.081467,\"return_on_equity_fy\":171.422449744802,\"cash_per_share_fy\":3.6453251938376363,\"float_shares_outstanding_fy\":14758265141.1,\"capex_per_share_fy\":0.847401317067582,\"depreciation_fy\":-8000000000,\"ppe_total_net_fy\":61039000000,\"amortization_of_deferred_charges_fy\":0,\"return_on_capital_employed_fy\":69.62359823965588,\"issuance_of_debt_net_fy\":-8483000000,\"total_assets_per_employee_fy\":2164102.40963855,\"preferred_dividends_fy\":0,\"proceeds_from_stock_options_fy\":0,\"earnings_release_next_date_fy\":1793275200,\"cash_f_financing_activities_estimate_fy\":-119208466667,\"accounts_payable_fy\":69860000000,\"pre_tax_margin_fy\":31.8936661532436,\"net_debt_fy\":57680000000,\"total_non_oper_income_fy\":-321000000,\"current_ratio_fy\":0.893292922218667,\"income_tax_current_domestic_fy\":-13167000000,\"cash_n_equivalents_fy\":33539000000,\"income_tax_deferred_fy\":1339000000,\"common_equity_total_fy\":73733000000,\"restructuring_charge_fy\":0,\"operating_expenses_fy\":-62151000000,\"income_tax_fy\":-20719000000,\"revenue_forecast_fy\":415406882375,\"minority_interest_fy\":0,\"ppe_total_gross_fy\":137053000000,\"inventory_finished_goods_fy\":5718000000,\"ebit_estimate_fy\":156532642908,\"investments_in_unconcsolidate_fy\":0,\"net_income_per_employee_fy\":674759.036144578,\"sell_gen_admin_exp_other_fy\":-27601000000,\"dividend_payout_ratio_fy\":13.6637642330877,\"ppe_gross_other_fy\":15091000000,\"long_term_other_assets_total_fy\":51745000000,\"supplying_of_long_term_debt_fy\":4481000000,\"total_equity_fy\":73733000000,\"return_on_equity_adjust_to_book_fy\":3.3491193072391447,\"cash_f_operating_activities_estimate_fy\":151854371444,\"rates_earnings_next_fy\":{\"time\":1790726400,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"next_earnings_fiscal_period_fy\":\"2026\",\"return_on_assets_fy\":30.93254683308,\"after_tax_other_income_fy\":0,\"deferred_tax_assests_fy\":20777000000,\"price_sales_fy\":9.21061775519571,\"eps_estimate_fy\":8.834303,\"sales_of_business_fy\":0,\"non_cash_items_fy\":12774000000,\"other_financing_cash_flow_items_total_fy\":-6071000000,\"income_tax_deferred_foreign_fy\":-604000000,\"tobin_q_ratio_fy\":10.505418367057214,\"earnings_release_trading_date_fy\":1761782400,\"issuance_of_short_term_debt_fy\":-2032000000,\"accum_deprec_total_fy\":-76014000000,\"net_debt_to_ebitda_fy\":0.3984856440158068,\"ppe_gross_machinery_fy\":83420000000,\"quick_ratio_fy\":0.858770399261008,\"purchase_of_investments_fy\":-24407000000,\"inventory_work_in_progress_fy\":0,\"cash_f_operating_activities_fy\":111482000000,\"non_oper_income_fy\":-321000000,\"pretax_income_fy\":132729000000,\"operating_cash_flow_per_share_fy\":7.42980681315991,\"capital_expenditures_fixed_assets_fy\":-12715000000,\"research_and_dev_estimate_fy\":45628327944,\"ebitda_margin_fy\":34.7817311088737,\"short_term_debt_excl_current_port_fy\":9558000000,\"minority_interest_exp_fy\":0,\"sale_of_stock_fy\":0,\"eps_diluted_growth_percent_fy\":0.227069498323361,\"number_of_employees_fy\":166000,\"other_current_assets_total_fy\":14585000000,\"funds_f_operations_fy\":136482000000,\"return_on_invested_capital_fy\":70.6326735233099,\"other_investments_fy\":77723000000,\"ebitda_per_share_fy\":9.64684591764832,\"ncavps_ratio_fy\":-9.310808853293045,\"revenue_estimate_fy\":477397859987,\"fixed_assets_turnover_fy\":7.116722102040991,\"long_term_investments_fy\":77723000000,\"earnings_per_share_forecast_fy\":7.381826,\"earnings_per_share_forecast_next_fy\":8.834303,\"sales_of_investments_fy\":53797000000,\"earnings_fiscal_period_fy\":\"2025\",\"price_cash_flow_fy\":34.38,\"asset_turnover_fy\":1.14926521048133,\"revenue_per_employee_fy\":2506993.97590361,\"free_cash_flow_estimate_fy\":141139773009,\"other_short_term_debt_fy\":9558000000,\"ebitda_estimate_fy\":169056360828,\"total_revenue_fy\":416161000000,\"preferred_stock_carrying_value_fy\":0,\"treasury_stock_common_fy\":0,\"ebitda_fy\":144748000000,\"amortization_fy\":3698000000,\"capital_expenditures_other_assets_fy\":0,\"short_term_debt_fy\":22446000000,\"issuance_of_long_term_debt_fy\":-6451000000,\"research_and_dev_fy\":-34550000000,\"inventory_raw_materials_fy\":0,\"total_current_assets_fy\":147957000000,\"book_tangible_per_share_fy\":4.99097694077001,\"common_dividends_cash_flow_fy\":-15421000000,\"income_tax_deferred_domestic_fy\":1943000000,\"retained_earnings_fy\":-14264000000,\"revenue_fy\":416161000000,\"purchase_of_stock_fy\":-90711000000,\"other_income_fy\":-321000000,\"accounts_receivables_net_fy\":39777000000,\"long_term_debt_to_equity_fy\":1.219684537452701,\"oper_income_fy\":133050000000,\"other_current_liabilities_fy\":51254000000,\"basic_shares_outstanding_fy\":14948500000,\"total_debt_per_share_fy\":7.489454802052983,\"earnings_release_next_trading_date_fy\":1793232000,\"total_non_current_assets_fy\":211284000000,\"discontinued_operations_fy\":0,\"capital_expenditures_unchanged_fy\":12715000000,\"operating_lease_liabilities_fy\":10911000000,\"rates_earnings_fy\":{\"time\":1759190400,\"to_aud\":1.512814,\"to_cad\":1.392758,\"to_chf\":0.796495,\"to_cny\":7.120986,\"to_eur\":0.852195,\"to_gbp\":0.743937,\"to_inr\":88.873089,\"to_jpy\":147.928994,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"total_extra_items_fy\":0,\"income_tax_current_fy\":-22058000000,\"change_in_accounts_payable_fy\":902000000,\"fiscal_period_fy\":\"2025\",\"dividends_payable_fy\":0,\"total_debt_estimate_fy\":84405166667,\"equity_in_earnings_fy\":0,\"long_term_debt_fy\":89931000000,\"inventory_progress_payments_fy\":0,\"net_income_fy\":112010000000,\"dilution_adjustment_fy\":0,\"total_liabilities_shrhldrs_equity_fy\":359241000000,\"return_on_tang_equity_fy\":171.42244974480232,\"tangible_assets_fy\":359241000000,\"total_liabilities_fy\":285508000000,\"total_debt_to_capital_fy\":0.603820321315351,\"earnings_per_share_basic_fy\":7.4931,\"long_term_debt_to_assets_fy\":0.250336125330906,\"total_shares_outstanding_fy\":14773260000,\"cash_f_investing_activities_fy\":15195000000,\"purchase_sale_business_fy\":0,\"short_term_invest_fy\":21158000000,\"other_investing_cash_flow_items_total_fy\":-1480000000,\"cash_n_short_term_invest_estimate_fy\":51797310600,\"non_oper_interest_income_fy\":0,\"other_common_equity_fy\":-5571000000,\"shrhldrs_equity_fy\":73733000000,\"return_on_tang_assets_fy\":30.93254683307996,\"earnings_release_date_fy\":1761856320,\"change_in_accounts_receivable_fy\":-7029000000,\"income_tax_payable_fy\":13016000000,\"other_liabilities_total_fy\":29946000000,\"ebit_per_share_fy\":8.86722337678662,\"issuance_of_stock_net_fy\":-90711000000,\"long_term_debt_excl_capital_lease_fy\":89239000000,\"receivables_turnover_fy\":5.97932471264368,\"diluted_shares_outstanding_fy\":15004697000,\"income_tax_current_foreign_fy\":-8891000000,\"depreciation_depletion_fy\":8000000000,\"sloan_ratio_fy\":-4.082774516271806,\"total_debt_fy\":112377000000,\"share_buyback_ratio_fy\":2.2724804068801387,\"other_investing_cash_flow_sources_fy\":0,\"changes_in_working_capital_fy\":-25000000000,\"cash_n_short_term_invest_fy\":54697000000,\"capital_expenditures_fy\":-12715000000,\"enterprise_value_fy\":3890779895620,\"price_earnings_fy\":34.2210314802411,\"invested_capital_fy\":163664000000,\"preferred_dividends_cash_flow_fy\":0,\"sell_gen_admin_exp_total_estimate_fy\":29889118235,\"current_port_debt_capital_leases_fy\":12888000000,\"paid_in_capital_fy\":93568000000,\"cash_dividend_coverage_ratio_fy\":8.85039880682187,\"debt_to_asset_fy\":0.312817857649879,\"revenue_per_share_fy\":27.7353817941142,\"enterprise_value_ebitda_fy\":26.7933919337055,\"other_financing_cash_flow_uses_fy\":-6071000000,\"total_oper_expense_fy\":-283111000000,\"revenue_forecast_next_fy\":477397859987,\"other_receivables_fy\":33180000000,\"total_debt_per_employee_fy\":676969.8795180724,\"income_tax_credits_fy\":0,\"dep_amort_exp_income_s_fy\":-11698000000,\"net_income_bef_disc_oper_fy\":112010000000,\"cost_of_goods_fy\":-220960000000,\"research_and_dev_per_employee_fy\":208132.53012048194,\"amortization_of_intangibles_fy\":-3698000000,\"dividend_payout_ratio_percent_fy\":0.136637642330877,\"earnings_publication_type_fy\":22,\"capital_lease_obligations_fy\":692000000,\"book_per_share_fy\":4.99098,\"other_investing_cash_flow_uses_fy\":-1480000000,\"free_cash_flow_per_share_fy\":6.582405496092323,\"book_value_per_share_fy\":4.99098,\"diluted_net_income_fy\":112010000000},\"history_quarterly\":{\"revenue_forecast_fq_h\":[109038899874,109457588844],\"fiscal_period_fq_h\":[\"2026-Q3\",\"2026-Q2\"],\"short_term_debt_excl_current_port_fq_h\":[1997000000,1997000000],\"inventory_progress_payments_fq_h\":[0,0],\"dps_common_stock_prim_issue_fq_h\":[0.27,0.26],\"total_revenue_fq_h\":[109417000000,111184000000],\"common_dividends_cash_flow_fq_h\":[-4035000000,-3822000000],\"earnings_per_share_fq_h\":[2.02,2.01],\"change_in_accounts_payable_fq_h\":[7094000000,-13145000000],\"ppe_total_net_fq_h\":[51431000000,50116000000],\"cash_f_operating_activities_estimates_fq_h\":[{\"Actual\":29728000000,\"Estimate\":{\"average\":41286192000,\"date\":1760918400,\"est_num\":9,\"high\":57533000000,\"low\":32987000000,\"median\":41154300000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":53925000000,\"Estimate\":{\"average\":46459056143,\"date\":1768953600,\"est_num\":7,\"high\":61059000000,\"low\":31138000000,\"median\":46207000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"amortization_fq_h\":[null,null],\"unusual_expense_inc_fq_h\":[0,0],\"total_liabilities_fq_h\":[275746000000,264591000000],\"diluted_net_income_fq_h\":[29789000000,29578000000],\"cash_f_operating_activities_fq_h\":[34369000000,28702000000],\"other_receivables_fq_h\":[27509000000,23172000000],\"income_tax_fq_h\":[-6478000000,-6255000000],\"cash_n_equivalents_fq_h\":[34617000000,36328000000],\"issuance_of_long_term_debt_fq_h\":[-232000000,-5750000000],\"capital_lease_obligations_fq_h\":[0,0],\"ncavps_ratio_fq_h\":[-10.315532591913614,-9.767315301939881],\"accrued_payroll_fq_h\":[null,null],\"price_sales_fq_h\":[8.94499790130306,8.11576504268544],\"total_assets_fq_h\":[383266000000,371082000000],\"earnings_publication_type_fq_h\":[22,22],\"total_debt_estimates_fq_h\":[{\"Actual\":98657000000,\"Estimate\":{\"average\":101698000000,\"date\":1760486400,\"est_num\":2,\"high\":101698000000,\"low\":101698000000,\"median\":101698000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":90509000000,\"Estimate\":{\"average\":98657000000,\"date\":1768348800,\"est_num\":3,\"high\":98657000000,\"low\":98657000000,\"median\":98657000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"deferred_charges_fq_h\":[null,null],\"total_extra_items_fq_h\":[0,0],\"asset_turnover_fq_h\":[1.30623523107724,1.28558268013641],\"total_shares_outstanding_fq_h\":[14608963000,14667688000],\"price_cash_flow_fq_h\":[28.46,26.13],\"cash_n_short_term_invest_estimates_fq_h\":[{\"Actual\":35934000000,\"Estimate\":{\"average\":54484698667,\"date\":1760918400,\"est_num\":9,\"high\":68983000000,\"low\":36955000000,\"median\":53329000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":45317000000,\"Estimate\":{\"average\":59654254778,\"date\":1768953600,\"est_num\":9,\"high\":110944000000,\"low\":35415000000,\"median\":54783000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"accounts_receivables_net_fq_h\":[31398000000,30339000000],\"funds_f_operations_fq_h\":[36190000000,35356000000],\"research_and_dev_estimates_fq_h\":[{\"Actual\":8866000000,\"Estimate\":{\"average\":8808312722,\"date\":1761264000,\"est_num\":18,\"high\":9047000000,\"low\":8542000000,\"median\":8805964500},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":10887000000,\"Estimate\":{\"average\":10271643316,\"date\":1768521600,\"est_num\":19,\"high\":10893000000,\"low\":9622000000,\"median\":10373000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"purchase_of_investments_fq_h\":[-16320000000,-19739000000],\"sell_gen_admin_exp_total_estimates_fq_h\":[{\"Actual\":7048000000,\"Estimate\":{\"average\":6949215526,\"date\":1761264000,\"est_num\":19,\"high\":7543000000,\"low\":6615000000,\"median\":6932000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":7492000000,\"Estimate\":{\"average\":7994360700,\"date\":1769126400,\"est_num\":20,\"high\":8591000000,\"low\":7435000000,\"median\":7907500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"diluted_shares_outstanding_fq_h\":[14714676000,14725873000],\"accum_deprec_total_fq_h\":[-76744000000,-77441000000],\"operating_lease_liabilities_fq_h\":[null,null],\"minority_interest_fq_h\":[0,0],\"net_income_starting_line_fq_h\":[29789000000,29578000000],\"long_term_debt_to_assets_fq_h\":[0.1861370432023712,0.20050554863884532],\"invent_turnover_fq_h\":[28.1718281718282,36.1664105716042],\"sales_of_business_fq_h\":[0,0],\"gross_margin_fq_h\":[50.0562069879452,49.2705785005037],\"total_cash_dividends_paid_fq_h\":[-4035000000,-3822000000],\"capital_expenditures_unchanged_fq_h\":[2455000000,1971000000],\"discontinued_operations_fq_h\":[0,0],\"other_proceeds_from_stock_sales_fq_h\":[0,0],\"enterprise_value_fq_h\":[4197675755280,3680001202400],\"total_receivables_net_fq_h\":[58907000000,53511000000],\"dep_amort_exp_income_s_fq_h\":[-3320000000,-3439000000],\"other_investing_cash_flow_sources_fq_h\":[0,0],\"long_term_note_receivable_fq_h\":[null,null],\"sales_of_investments_fq_h\":[11214000000,16972000000],\"other_intangibles_net_fq_h\":[20342000000,21334000000],\"other_common_equity_fq_h\":[-4508000000,-5375000000],\"long_term_debt_excl_capital_lease_fq_h\":[71340000000,74404000000],\"preferred_dividends_fq_h\":[0,0],\"sell_gen_admin_exp_total_fq_h\":[-19075000000,-18896000000],\"intangibles_net_fq_h\":[20342000000,21334000000],\"additional_paid_in_capital_fq_h\":[null,null],\"long_term_debt_to_equity_fq_h\":[0.6635044642857143,0.698688152050408],\"book_value_per_share_estimates_fq_h\":[{\"Actual\":4.961469,\"Estimate\":{\"average\":4.429844,\"date\":1761264000,\"est_num\":2,\"high\":4.469688,\"low\":4.39,\"median\":4.429844},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":5.951314,\"Estimate\":{\"average\":5.959833,\"date\":1768348800,\"est_num\":2,\"high\":5.999666,\"low\":5.92,\"median\":5.959833},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"supplying_of_long_term_debt_fq_h\":[0,0],\"oper_income_fq_h\":[35695000000,35885000000],\"total_assets_estimates_fq_h\":[{\"Actual\":359241000000,\"Estimate\":{\"average\":358334872000,\"date\":1760918400,\"est_num\":10,\"high\":396027000000,\"low\":338510000000,\"median\":351786260000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":379297000000,\"Estimate\":{\"average\":373656251556,\"date\":1768953600,\"est_num\":9,\"high\":403934000000,\"low\":362817000000,\"median\":370512000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"price_book_fwd_fq_h\":[7.626266677815753,7.210499279021691],\"purchase_sale_investments_fq_h\":[-5106000000,-2767000000],\"other_financing_cash_flow_uses_fq_h\":[-3268000000,-418000000],\"ebitda_per_share_fq_h\":[2.65143452699876,2.6704019517213005],\"debt_to_equity_fq_h\":[0.784449404761905,0.7954756740006199],\"deferred_tax_liabilities_fq_h\":[null,null],\"earnings_per_share_basic_fq_h\":[2.0325,2.0158],\"enterprise_value_ebitda_fq_h\":[24.9922645126489,23.0034580337051],\"minority_interest_exp_fq_h\":[0,0],\"dividend_payout_ratio_fq_h\":[13.3372851215175,12.9443393408344],\"net_margin_fq_h\":[27.2252026650338,26.6027485969204],\"interest_expense_on_debt_fq_h\":[null,null],\"cash_flow_deferred_taxes_fq_h\":[0,0],\"earnings_fq_h\":[{\"Actual\":1.4,\"Estimate\":0.986396,\"FiscalPeriod\":\"2021-Q2\",\"IsReported\":true,\"Type\":22},{\"Actual\":1.3,\"Estimate\":1.010662,\"FiscalPeriod\":\"2021-Q3\",\"IsReported\":true,\"Type\":22}],\"other_current_liabilities_fq_h\":[62259000000,57654000000],\"cost_of_goods_excl_dep_amort_fq_h\":[-51327000000,-52964000000],\"issuance_of_stock_net_fq_h\":[-25105000000,-12288000000],\"cash_f_investing_activities_estimates_fq_h\":[{\"Actual\":-2587000000,\"Estimate\":{\"average\":-3668433333,\"date\":1760918400,\"est_num\":6,\"high\":-2750000000,\"low\":-4412000000,\"median\":-3728800000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":-4886000000,\"Estimate\":{\"average\":-3675166667,\"date\":1768953600,\"est_num\":6,\"high\":-3000000000,\"low\":-4349000000,\"median\":-3561000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"price_earnings_fq_h\":[32.5312668370915,30.0973809955846],\"goodwill_fq_h\":[0,0],\"earnings_per_share_forecast_fq_h\":[1.891883,1.945766],\"gross_profit_fq_h\":[54770000000,54781000000],\"net_debt_fq_h\":[21945000000,16204000000],\"inventory_finished_goods_fq_h\":[11092000000,6747000000],\"current_port_debt_capital_leases_fq_h\":[11007000000,8310000000],\"deferred_income_current_fq_h\":[9538000000,9331000000],\"other_investments_fq_h\":[84118000000,78088000000],\"cash_per_share_fq_h\":[4.240596259136117,4.652152032005166],\"total_debt_per_share_fq_h\":[5.731964468670598,5.752528220228437],\"non_oper_interest_income_fq_h\":[0,0],\"purchase_sale_business_fq_h\":[0,0],\"purchase_of_business_fq_h\":[0,0],\"preferred_dividends_cash_flow_fq_h\":[0,0],\"working_capital_per_share_fq_h\":[0.0336779551019467,0.645841389590507],\"price_earnings_fwd_fq_h\":[30.849877265799478,27.70709943195993],\"short_term_invest_fq_h\":[27782000000,32179000000],\"treasury_stock_common_fq_h\":[0,0],\"cash_flow_deprecation_n_amortization_fq_h\":[3320000000,3439000000],\"pre_tax_margin_fq_h\":[33.1456720619282,32.2285580659088],\"debt_to_asset_fq_h\":[0.220066481242792,0.228281080731483],\"non_oper_interest_exp_fq_h\":[null,null],\"pretax_equity_in_earnings_fq_h\":[0,0],\"book_tangible_per_share_fq_h\":[5.96743245910062,5.80575479925671],\"other_oper_expense_total_fq_h\":[0,0],\"other_financing_cash_flow_items_total_fq_h\":[-3268000000,-418000000],\"quick_ratio_fq_h\":[0.929014371241445,1.0202464331073],\"provision_f_risks_fq_h\":[0,0],\"capex_per_share_fq_h\":[0.16684023487843,0.133846054491982],\"prepaid_expenses_fq_h\":[null,null],\"other_income_fq_h\":[572000000,-52000000],\"price_sales_fwd_fq_h\":[8.247129773098402,7.37171872707714],\"purchase_of_stock_fq_h\":[-25105000000,-12288000000],\"dilution_adjustment_fq_h\":[0,0],\"ebit_fq_h\":[35695000000,35885000000],\"total_current_assets_fq_h\":[149818000000,144114000000],\"operating_expenses_fq_h\":[-19075000000,-18896000000],\"issuance_of_debt_net_fq_h\":[-232000000,-5751000000],\"cash_n_short_term_invest_fq_h\":[62399000000,68507000000],\"capital_expenditures_fixed_assets_fq_h\":[-2455000000,-1971000000],\"changes_in_working_capital_fq_h\":[-1821000000,-6654000000],\"capital_expenditures_other_assets_fq_h\":[0,0],\"shrhldrs_equity_fq_h\":[107520000000,106491000000],\"cash_f_financing_activities_fq_h\":[-32640000000,-22279000000],\"ebitda_estimates_fq_h\":[{\"Actual\":35554000000,\"Estimate\":{\"average\":34670596256,\"date\":1761264000,\"est_num\":11,\"high\":35529000000,\"low\":33765240502,\"median\":34532268000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":54066000000,\"Estimate\":{\"average\":50770710266,\"date\":1769126400,\"est_num\":9,\"high\":52305000000,\"low\":49687000000,\"median\":50543005000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"cash_f_investing_activities_fq_h\":[-7757000000,-6168000000],\"retained_earnings_fq_h\":[11326000000,12359000000],\"earnings_release_date_fq_h\":[1785443580,1777581000],\"total_oper_expense_fq_h\":[-73722000000,-75299000000],\"ebit_estimates_fq_h\":[{\"Actual\":32427000000,\"Estimate\":{\"average\":31775308844,\"date\":1761264000,\"est_num\":29,\"high\":32913000000,\"low\":30056000000,\"median\":31851000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":50852000000,\"Estimate\":{\"average\":47323744095,\"date\":1769126400,\"est_num\":28,\"high\":48950000000,\"low\":43668000000,\"median\":47417000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"preferred_stock_carrying_value_fq_h\":[0,0],\"total_liabilities_shrhldrs_equity_fq_h\":[383266000000,371082000000],\"other_current_assets_total_fq_h\":[17420000000,15349000000],\"earnings_per_share_diluted_fq_h\":[2.0244,2.0086],\"common_stock_par_fq_h\":[100702000000,99507000000],\"capital_expenditures_fq_h\":[-2455000000,-1971000000],\"accounts_payable_fq_h\":[64525000000,57349000000],\"total_non_current_liabilities_fq_h\":[126420000000,129950000000],\"ebitda_fq_h\":[39015000000,39324000000],\"free_cash_flow_per_share_fq_h\":[2.168855094057117,1.8152404275114964],\"free_cash_flow_fq_h\":[31914000000,26731000000],\"inventory_raw_materials_fq_h\":[0,0],\"net_income_fq_h\":[29789000000,29578000000],\"eps_estimates_fq_h\":[{\"Actual\":1.24,\"Estimate\":{\"average\":1.238778,\"date\":1635206400,\"est_num\":32,\"high\":1.34,\"low\":1.01,\"median\":1.245},\"FiscalPeriod\":\"2021-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":2.1,\"Estimate\":{\"average\":1.899115,\"date\":1643155200,\"est_num\":34,\"high\":2.043942,\"low\":1.75,\"median\":1.903},\"FiscalPeriod\":\"2022-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"other_investing_cash_flow_items_total_fq_h\":[-196000000,-1430000000],\"gross_profit_estimates_fq_h\":[{\"Actual\":48363952000,\"Estimate\":{\"average\":47730077870,\"date\":1761264000,\"est_num\":23,\"high\":49495000000,\"low\":45856000000,\"median\":47830000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":69231000000,\"Estimate\":{\"average\":65648198317.99999,\"date\":1769126400,\"est_num\":22,\"high\":67100000000,\"low\":64325000000,\"median\":65606500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"total_equity_fq_h\":[107520000000,106491000000],\"enterprise_value_sales_fwd_fq_h\":[8.290471471468638,7.4043218772120065],\"equity_in_earnings_fq_h\":[0,0],\"non_cash_items_fq_h\":[3081000000,2339000000],\"change_in_accounts_receivable_fq_h\":[-5316000000,16675000000],\"book_value_per_share_fq_h\":[7.35987,7.26024],\"return_on_invested_capital_fq_h\":[78.8273416483248,75.1401502496498],\"other_financing_cash_flow_sources_fq_h\":[0,0],\"long_term_investments_fq_h\":[84118000000,78088000000],\"dps_estimates_fq_h\":[{\"Actual\":0.26,\"Estimate\":{\"average\":0.261111,\"date\":1761264000,\"est_num\":9,\"high\":0.27,\"low\":0.26,\"median\":0.26},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":0.26,\"Estimate\":{\"average\":0.261429,\"date\":1766620800,\"est_num\":7,\"high\":0.27,\"low\":0.26,\"median\":0.26},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"non_oper_income_fq_h\":[572000000,-52000000],\"ebitda_margin_fq_h\":[35.6571647915772,35.3683983306951],\"issuance_of_short_term_debt_fq_h\":[0,-1000000],\"issuance_of_other_debt_fq_h\":[null,null],\"sale_of_stock_fq_h\":[0,0],\"revenue_estimates_fq_h\":[{\"Actual\":83360000000,\"Estimate\":{\"average\":85054907222,\"date\":1635206400,\"est_num\":28,\"high\":90905000000,\"low\":77654000000,\"median\":84838500000},\"FiscalPeriod\":\"2021-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":123945000000,\"Estimate\":{\"average\":119002502550,\"date\":1643068800,\"est_num\":30,\"high\":130848506317,\"low\":111806000000,\"median\":118788500000},\"FiscalPeriod\":\"2022-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"short_term_debt_fq_h\":[13004000000,10307000000],\"revenue_fq_h\":[109417000000,111184000000],\"total_inventory_fq_h\":[11092000000,6747000000],\"free_cash_flow_estimates_fq_h\":[{\"Actual\":26486000000,\"Estimate\":{\"average\":37653125333,\"date\":1760918400,\"est_num\":9,\"high\":54071000000,\"low\":29178000000,\"median\":37864700000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":51552000000,\"Estimate\":{\"average\":43267049125,\"date\":1768953600,\"est_num\":8,\"high\":57817000000,\"low\":26300000000,\"median\":43171000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"estimates_fiscal_period_fq_h\":[\"2029-Q1\",\"2028-Q4\"],\"ebit_per_share_fq_h\":[2.42580944357864,2.43686741016984],\"investments_in_unconcsolidate_fq_h\":[0,0],\"depreciation_depletion_fq_h\":[null,null],\"deferred_tax_assests_fq_h\":[null,null],\"change_in_other_assets_fq_h\":[778000000,-9311000000],\"reduction_of_long_term_debt_fq_h\":[-232000000,-5750000000],\"long_term_other_assets_total_fq_h\":[77557000000,77430000000],\"total_current_liabilities_fq_h\":[149326000000,134641000000],\"net_income_bef_disc_oper_fq_h\":[29789000000,29578000000],\"operating_margin_fq_h\":[32.6229013772997,32.2753273852353],\"common_equity_total_fq_h\":[107520000000,106491000000],\"long_term_debt_fq_h\":[71340000000,74404000000],\"research_and_dev_fq_h\":[-11729000000,-11419000000],\"paid_in_capital_fq_h\":[100702000000,99507000000],\"net_income_estimates_fq_h\":[{\"Actual\":27466000000,\"Estimate\":{\"average\":26337476343,\"date\":1761696000,\"est_num\":27,\"high\":27282000000,\"low\":24731000000,\"median\":26370097493},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":42097000000,\"Estimate\":{\"average\":39418283960,\"date\":1769126400,\"est_num\":28,\"high\":40900000000,\"low\":36369000000,\"median\":39465500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"1\"}],\"cash_f_financing_activities_estimates_fq_h\":[{\"Actual\":-27476000000,\"Estimate\":{\"average\":-29134171429,\"date\":1760918400,\"est_num\":7,\"high\":-25007000000,\"low\":-34475000000,\"median\":-29010000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":-39656000000,\"Estimate\":{\"average\":-30229000000,\"date\":1768953600,\"est_num\":6,\"high\":-26121000000,\"low\":-36843000000,\"median\":-29740000000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"total_non_current_assets_fq_h\":[233448000000,226968000000],\"price_book_fq_h\":[38.5577,34.2688],\"current_ratio_fq_h\":[1.00329480465559,1.07035746912159],\"sell_gen_admin_exp_other_fq_h\":[-7346000000,-7477000000],\"return_on_assets_fq_h\":[36.0763947669221,34.905989477656],\"deferred_income_non_current_fq_h\":[null,null],\"basic_shares_outstanding_fq_h\":[14656110000,14673278000],\"total_non_oper_income_fq_h\":[572000000,-52000000],\"cost_of_goods_fq_h\":[-54647000000,-56403000000],\"capital_expenditures_estimates_fq_h\":[{\"Actual\":3242000000,\"Estimate\":{\"average\":3688304381,\"date\":1761264000,\"est_num\":10,\"high\":4412000000,\"low\":2750000000,\"median\":3738021907},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":2373000000,\"Estimate\":{\"average\":3821051696,\"date\":1769558400,\"est_num\":8,\"high\":4838000000,\"low\":3000000000,\"median\":3793500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"after_tax_other_income_fq_h\":[0,0],\"proceeds_from_stock_options_fq_h\":[0,0],\"enterprise_value_ebitda_fwd_fq_h\":[24.767515945023558,21.932677552293],\"inventory_work_in_progress_fq_h\":[0,0],\"fiscal_period_end_fq_h\":[1782777600,1774915200],\"earnings_fiscal_period_fq_h\":[\"2026-Q3\",\"2026-Q2\"],\"change_in_taxes_payable_fq_h\":[null,null],\"total_debt_fq_h\":[84344000000,84711000000],\"market_cap_basic_fq_h\":[4145731520140,3649320774400],\"revenue_per_share_fq_h\":[7.43590956402982,7.55024846404692],\"cost_of_goods_estimates_fq_h\":[{\"Actual\":54125000000,\"Estimate\":{\"average\":54811978136,\"date\":1761264000,\"est_num\":22,\"high\":58296000000,\"low\":53528000000,\"median\":54690000000},\"FiscalPeriod\":\"2025-Q4\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":74525000000,\"Estimate\":{\"average\":72501333591,\"date\":1769126400,\"est_num\":22,\"high\":73994000000,\"low\":71437000000,\"median\":72460500000},\"FiscalPeriod\":\"2026-Q1\",\"IsReported\":true,\"Type\":\"3\"}],\"other_investing_cash_flow_uses_fq_h\":[-196000000,-1430000000],\"other_liabilities_total_fq_h\":[55080000000,55546000000],\"capital_operating_lease_obligations_fq_h\":[0,0],\"operating_cash_flow_per_share_fq_h\":[2.33569532893555,1.94908648200348],\"pretax_income_fq_h\":[36267000000,35833000000],\"return_on_equity_fq_h\":[148.751081626767,141.470508462839],\"ppe_total_gross_fq_h\":[128175000000,127557000000],\"change_in_inventories_fq_h\":[-4377000000,-873000000],\"revenues_fq_h\":[{\"Actual\":89584000000,\"Estimate\":77088700724,\"FiscalPeriod\":\"2021-Q2\",\"IsReported\":true,\"Type\":22},{\"Actual\":81434000000,\"Estimate\":73334747261,\"FiscalPeriod\":\"2021-Q3\",\"IsReported\":true,\"Type\":22}],\"interest_capitalized_fq_h\":[0,0],\"change_in_accrued_expenses_fq_h\":[null,null],\"enterprise_value_ebit_fwd_fq_h\":[26.450568268985876,23.56262921166338],\"income_tax_payable_fq_h\":[null,null]},\"history_annual\":{\"inventory_raw_materials_fy_h\":[0,0],\"price_earnings_fy_h\":[34.2210314802411,37.4432901571438],\"dividends_yield_fy_h\":[0.399279730681907,0.430220817419553],\"pretax_income_fy_h\":[132729000000,123485000000],\"reduction_of_long_term_debt_fy_h\":[-10932000000,-9958000000],\"oper_income_fy_h\":[133050000000,123216000000],\"price_sales_fwd_fy_h\":[8.029151818410707,8.449089576906891],\"cost_of_goods_estimates_fy_h\":[{\"Actual\":210352000000,\"Estimate\":{\"average\":210260930933,\"date\":1729814400,\"est_num\":30,\"high\":212526000000,\"low\":209516000000,\"median\":210051000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":220960000000,\"Estimate\":{\"average\":221375483967,\"date\":1761264000,\"est_num\":30,\"high\":225131000000,\"low\":213997000000,\"median\":221557500000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"price_earnings_fwd_fy_h\":[28.916825696379195,30.8582185491774],\"proceeds_from_stock_options_fy_h\":[0,0],\"other_current_assets_total_fy_h\":[14585000000,14287000000],\"purchase_of_investments_fy_h\":[-24407000000,-48656000000],\"net_debt_fy_h\":[57680000000,53888000000],\"income_tax_deferred_domestic_fy_h\":[1943000000,3378000000],\"accum_deprec_other_intang_fy_h\":[null,null],\"cash_f_investing_activities_fy_h\":[15195000000,2935000000],\"capital_expenditures_fixed_assets_fy_h\":[-12715000000,-9447000000],\"ppe_gross_buildings_fy_h\":[27337000000,24690000000],\"long_term_debt_to_assets_fy_h\":[0.250336125330906,0.2645295632637405],\"earnings_fy_h\":[{\"Actual\":2.3025,\"Estimate\":2.248051,\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":22},{\"Actual\":2.9775,\"Estimate\":2.936966,\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":22}],\"operating_expenses_fy_h\":[-62151000000,-57467000000],\"inventory_progress_payments_fy_h\":[0,0],\"cash_flow_deprecation_n_amortization_fy_h\":[11698000000,11445000000],\"ppe_gross_leases_fy_h\":[null,null],\"ppe_total_net_fy_h\":[61039000000,55914000000],\"short_term_debt_excl_current_port_fy_h\":[9558000000,11455000000],\"dps_estimates_fy_h\":[{\"Actual\":0.99,\"Estimate\":{\"average\":0.990508,\"date\":1729814400,\"est_num\":18,\"high\":1.02,\"low\":0.97,\"median\":0.99},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":1.02,\"Estimate\":{\"average\":1.027473,\"date\":1761696000,\"est_num\":22,\"high\":1.11,\"low\":1,\"median\":1.022458},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"working_capital_per_share_fy_h\":[-1.19635070390692,-1.54827884710414],\"fiscal_period_fy_h\":[\"2025\",\"2024\"],\"short_term_debt_fy_h\":[22446000000,22511000000],\"capital_expenditures_unchanged_fy_h\":[12715000000,9447000000],\"cash_per_share_fy_h\":[3.6453251938376363,4.229659798956328],\"purchase_sale_investments_fy_h\":[29390000000,13690000000],\"estimates_fiscal_period_fy_h\":[\"2031\",\"2030\"],\"cost_of_goods_excl_dep_amort_fy_h\":[-209262000000,-198907000000],\"revenue_fy_h\":[416161000000,391035000000],\"gross_profit_estimates_fy_h\":[{\"Actual\":180683000000,\"Estimate\":{\"average\":180311887419,\"date\":1729900800,\"est_num\":31,\"high\":182597000000,\"low\":178543000000,\"median\":180185000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":195201000000,\"Estimate\":{\"average\":194699930969,\"date\":1761264000,\"est_num\":32,\"high\":202256000000,\"low\":192287000000,\"median\":194442000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"total_current_liabilities_fy_h\":[165631000000,176392000000],\"legal_claim_expense_fy_h\":[null,null],\"net_income_bef_disc_oper_fy_h\":[112010000000,93736000000],\"supplying_of_long_term_debt_fy_h\":[4481000000,0],\"income_tax_credits_fy_h\":[0,0],\"operating_margin_fy_h\":[31.9707997625919,31.5102228700756],\"non_oper_income_fy_h\":[-321000000,269000000],\"free_cash_flow_fy_h\":[98767000000,108807000000],\"minority_interest_exp_fy_h\":[0,0],\"return_on_invested_capital_fy_h\":[70.6326735233099,58.1864230024333],\"total_cash_dividends_paid_fy_h\":[-15421000000,-15234000000],\"total_debt_per_share_fy_h\":[7.489454802052983,7.727042181398804],\"ppe_gross_machinery_fy_h\":[83420000000,80205000000],\"cash_f_operating_activities_fy_h\":[111482000000,118254000000],\"income_tax_payable_fy_h\":[13016000000,26601000000],\"other_income_fy_h\":[-321000000,269000000],\"cash_f_financing_activities_fy_h\":[-120686000000,-121983000000],\"accum_deprec_trans_equip_fy_h\":[null,null],\"book_value_per_share_fy_h\":[4.99098,3.76734],\"total_non_current_liabilities_fy_h\":[119877000000,131638000000],\"revenue_estimates_fy_h\":[{\"Actual\":229234000000,\"Estimate\":{\"average\":227461939394,\"date\":1509408000,\"est_num\":33,\"high\":229750000000,\"low\":224962000000,\"median\":227320000000},\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":265595000000,\"Estimate\":{\"average\":264521756757,\"date\":1540771200,\"est_num\":37,\"high\":274232000000,\"low\":262802000000,\"median\":264254000000},\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":\"1\"}],\"accum_deprec_machinery_fy_h\":[null,null],\"ppe_gross_other_fy_h\":[15091000000,14233000000],\"ppe_gross_construction_fy_h\":[null,null],\"earnings_per_share_fy_h\":[7.46,6.75],\"earnings_publication_type_fy_h\":[22,22],\"short_term_invest_fy_h\":[21158000000,37194000000],\"sell_gen_admin_exp_total_estimates_fy_h\":[{\"Actual\":26097000000,\"Estimate\":{\"average\":25895332692,\"date\":1729814400,\"est_num\":26,\"high\":26409000000,\"low\":24010000000,\"median\":25950000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":27601000000,\"Estimate\":{\"average\":27446830217,\"date\":1761264000,\"est_num\":23,\"high\":28096000000,\"low\":26529000000,\"median\":27485000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"number_of_employees_fy_h\":[166000,164000],\"cash_f_investing_activities_estimates_fy_h\":[{\"Actual\":2935000000,\"Estimate\":{\"average\":-1941147059,\"date\":1729814400,\"est_num\":17,\"high\":28316000000,\"low\":-15519000000,\"median\":-1260000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":15195000000,\"Estimate\":{\"average\":6002423810,\"date\":1761264000,\"est_num\":21,\"high\":19635000000,\"low\":-17896000000,\"median\":13853000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"cash_n_short_term_invest_fy_h\":[54697000000,65171000000],\"amortization_of_intangibles_fy_h\":[-3698000000,-3245000000],\"goodwill_fy_h\":[0,null],\"earnings_per_share_forecast_fy_h\":[7.381826,6.708209],\"change_in_accrued_expenses_fy_h\":[null,null],\"current_ratio_fy_h\":[0.893292922218667,0.867312576534083],\"total_equity_fy_h\":[73733000000,56950000000],\"price_cash_flow_fy_h\":[34.38,29.68],\"provision_f_risks_fy_h\":[0,9254000000],\"earnings_release_date_fy_h\":[1761856320,1730406900],\"change_in_inventories_fy_h\":[1400000000,-1046000000],\"issuance_of_stock_net_fy_h\":[-90711000000,-94949000000],\"dividends_payable_fy_h\":[0,0],\"revenue_per_share_fy_h\":[27.7353817941142,25.3785429022861],\"price_book_fwd_fy_h\":[34.92513329199078,52.97087210597804],\"deferred_income_non_current_fy_h\":[null,null],\"free_cash_flow_estimates_fy_h\":[{\"Actual\":108807000000,\"Estimate\":{\"average\":107228071506,\"date\":1729814400,\"est_num\":16,\"high\":120234000000,\"low\":91531000000,\"median\":109181500000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":98767000000,\"Estimate\":{\"average\":111006549913,\"date\":1761264000,\"est_num\":20,\"high\":144859000000,\"low\":85419000000,\"median\":111205000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"net_margin_fy_h\":[26.9150641218182,23.9712557699439],\"minority_interest_fy_h\":[0,0],\"other_financing_cash_flow_uses_fy_h\":[-6071000000,-5802000000],\"earnings_per_share_basic_fy_h\":[7.4931,6.109],\"equity_in_earnings_fy_h\":[0,0],\"book_value_per_share_estimates_fy_h\":[{\"Actual\":3.705,\"Estimate\":{\"average\":4.208321,\"date\":1729814400,\"est_num\":11,\"high\":4.78,\"low\":3.76,\"median\":4.21},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":4.93,\"Estimate\":{\"average\":4.300287,\"date\":1761264000,\"est_num\":13,\"high\":5,\"low\":3.09,\"median\":4.39},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"other_short_term_debt_fy_h\":[9558000000,11455000000],\"accum_deprec_leased_prop_fy_h\":[null,null],\"change_in_accounts_receivable_fy_h\":[-7029000000,-5144000000],\"enterprise_value_ebit_fwd_fy_h\":[24.856028898117785,26.930088686410766],\"dps_common_stock_prim_issue_fy_h\":[1.02,0.98],\"long_term_other_assets_total_fy_h\":[51745000000,45101000000],\"long_term_investments_fy_h\":[77723000000,91479000000],\"net_income_starting_line_fy_h\":[112010000000,93736000000],\"non_oper_interest_income_fy_h\":[0,0],\"cash_f_financing_activities_estimates_fy_h\":[{\"Actual\":-121983000000,\"Estimate\":{\"average\":-106735750000,\"date\":1729814400,\"est_num\":20,\"high\":3670000000,\"low\":-128130000000,\"median\":-115535000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":-120686000000,\"Estimate\":{\"average\":-117784215000,\"date\":1761264000,\"est_num\":20,\"high\":-82962000000,\"low\":-140641000000,\"median\":-120342000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"deferred_tax_liabilities_fy_h\":[null,null],\"deferred_tax_assests_fy_h\":[20777000000,19499000000],\"total_extra_items_fy_h\":[0,0],\"other_financing_cash_flow_items_total_fy_h\":[-6071000000,-5802000000],\"ppe_total_gross_fy_h\":[137053000000,129362000000],\"total_liabilities_shrhldrs_equity_fy_h\":[359241000000,364980000000],\"operating_lease_liabilities_fy_h\":[10911000000,10046000000],\"total_receivables_net_fy_h\":[72957000000,66243000000],\"inventory_finished_goods_fy_h\":[5718000000,7286000000],\"long_term_debt_excl_capital_lease_fy_h\":[89239000000,95796000000],\"cost_of_goods_fy_h\":[-220960000000,-210352000000],\"issuance_of_short_term_debt_fy_h\":[-2032000000,3960000000],\"capital_lease_obligations_fy_h\":[692000000,752000000],\"depreciation_depletion_fy_h\":[8000000000,8200000000],\"accounts_payable_fy_h\":[69860000000,68960000000],\"other_intangibles_net_fy_h\":[null,null],\"accum_deprec_land_fy_h\":[null,null],\"capex_per_share_fy_h\":[0.847401317067582,0.613119272693996],\"price_sales_fy_h\":[9.21061775519571,8.97569261076374],\"accum_deprec_buildings_fy_h\":[null,null],\"asset_turnover_fy_h\":[1.14926521048133,1.08989733305647],\"retained_earnings_fy_h\":[-14264000000,-19154000000],\"income_tax_current_domestic_fy_h\":[-13167000000,-7297000000],\"enterprise_value_sales_fwd_fy_h\":[8.149973474380362,8.578812993360435],\"other_liabilities_total_fy_h\":[29946000000,25836000000],\"total_assets_estimates_fy_h\":[{\"Actual\":364980000000,\"Estimate\":{\"average\":353471461619,\"date\":1729814400,\"est_num\":21,\"high\":458924000000,\"low\":328600000000,\"median\":347125000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":359241000000,\"Estimate\":{\"average\":361890987826,\"date\":1761264000,\"est_num\":23,\"high\":424664000000,\"low\":312200000000,\"median\":356909000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"non_oper_interest_exp_fy_h\":[null,null],\"amortization_fy_h\":[3698000000,3245000000],\"revenues_fy_h\":[{\"Actual\":229234000000,\"Estimate\":227461939394,\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":22},{\"Actual\":265595000000,\"Estimate\":264521756757,\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":22}],\"sales_of_business_fy_h\":[0,0],\"diluted_shares_outstanding_fy_h\":[15004697000,15408095000],\"change_in_accounts_payable_fy_h\":[902000000,6020000000],\"capital_operating_lease_obligations_fy_h\":[11603000000,10798000000],\"ebitda_per_share_fy_h\":[9.64684591764832,8.739626800068406],\"ppe_gross_land_fy_h\":[null,null],\"investments_in_unconcsolidate_fy_h\":[0,0],\"accum_deprec_construction_fy_h\":[null,null],\"total_assets_fy_h\":[359241000000,364980000000],\"invent_turnover_fy_h\":[33.9833897262381,30.8954982742161],\"enterprise_value_ebitda_fwd_fy_h\":[23.014690938358285,24.7881765195028],\"market_cap_basic_fy_h\":[3773976999600,3443452682940],\"common_equity_total_fy_h\":[73733000000,56950000000],\"depreciation_fy_h\":[-8000000000,-8200000000],\"changes_in_working_capital_fy_h\":[-25000000000,3651000000],\"float_shares_outstanding_fy_h\":[14758265141.1,15100626155.766],\"total_oper_expense_fy_h\":[-283111000000,-267819000000],\"ebitda_margin_fy_h\":[34.7817311088737,34.4370708504354],\"diluted_net_income_fy_h\":[112010000000,93736000000],\"interest_capitalized_fy_h\":[0,0],\"change_in_taxes_payable_fy_h\":[null,null],\"return_on_equity_fy_h\":[171.422449744802,157.412507556929],\"income_tax_fy_h\":[-20719000000,-29749000000],\"intangibles_net_fy_h\":[null,null],\"ppe_gross_trans_equip_fy_h\":[null,null],\"accum_deprec_total_fy_h\":[-76014000000,-73448000000],\"capital_expenditures_estimates_fy_h\":[{\"Actual\":9447000000,\"Estimate\":{\"average\":9367027589,\"date\":1729814400,\"est_num\":22,\"high\":12000000000,\"low\":3873000000,\"median\":9107000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":12715000000,\"Estimate\":{\"average\":12081787455,\"date\":1761264000,\"est_num\":26,\"high\":15112000000,\"low\":6316000000,\"median\":12826395013},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"book_tangible_per_share_fy_h\":[4.99097694077001,3.76733519942665],\"total_liabilities_fy_h\":[285508000000,308030000000],\"income_tax_deferred_foreign_fy_h\":[-604000000,-347000000],\"other_current_liabilities_fy_h\":[51254000000,50071000000],\"total_debt_fy_h\":[112377000000,119059000000],\"accum_deprec_other_fy_h\":[null,null],\"operating_cash_flow_per_share_fy_h\":[7.42980681315991,7.67479691681548],\"non_cash_items_fy_h\":[12774000000,9422000000],\"other_financing_cash_flow_sources_fy_h\":[0,0],\"sale_of_stock_fy_h\":[0,0],\"research_and_dev_fy_h\":[-34550000000,-31370000000],\"common_stock_par_fy_h\":[93568000000,83276000000],\"number_of_shareholders_fy_h\":[22429,22429],\"total_inventory_fy_h\":[5718000000,7286000000],\"accounts_receivables_net_fy_h\":[39777000000,33410000000],\"purchase_sale_business_fy_h\":[0,0],\"sell_gen_admin_exp_total_fy_h\":[-62151000000,-57467000000],\"preferred_dividends_fy_h\":[0,0],\"ebitda_estimates_fy_h\":[{\"Actual\":134661000000,\"Estimate\":{\"average\":134262020017,\"date\":1729814400,\"est_num\":20,\"high\":135600000000,\"low\":131608000000,\"median\":134110620325},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":144748000000,\"Estimate\":{\"average\":143766039315,\"date\":1761264000,\"est_num\":23,\"high\":148459000000,\"low\":138889000000,\"median\":143934940311},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"capital_expenditures_fy_h\":[-12715000000,-9447000000],\"preferred_dividends_cash_flow_fy_h\":[0,0],\"return_on_assets_fy_h\":[30.93254683308,26.1262077336763],\"debt_to_equity_fy_h\":[1.5241072518410999,2.09058823529412],\"issuance_of_other_debt_fy_h\":[null,null],\"total_revenue_fy_h\":[416161000000,391035000000],\"prepaid_expenses_fy_h\":[null,null],\"other_investments_fy_h\":[77723000000,91479000000],\"cash_n_equivalents_fy_h\":[33539000000,27977000000],\"other_common_equity_fy_h\":[-5571000000,-7172000000],\"pre_tax_margin_fy_h\":[31.8936661532436,31.5790146662064],\"common_dividends_cash_flow_fy_h\":[-15421000000,-15234000000],\"other_receivables_fy_h\":[33180000000,32833000000],\"long_term_note_receivable_fy_h\":[null,null],\"enterprise_value_ebitda_fy_h\":[26.7933919337055,26.3785651380132],\"accum_deprec_comp_soft_fy_h\":[null,null],\"income_tax_deferred_fy_h\":[1339000000,3031000000],\"other_oper_expense_total_fy_h\":[0,0],\"accum_deprec_leases_fy_h\":[null,null],\"notes_payable_short_term_debt_fy_h\":[null,null],\"quick_ratio_fy_h\":[0.858770399261008,0.826006848383147],\"gross_margin_fy_h\":[46.9051641071605,46.2063498152339],\"income_tax_current_fy_h\":[-22058000000,-32780000000],\"total_shares_outstanding_fy_h\":[14773260000,15116786000],\"doubtful_accounts_fy_h\":[null,null],\"shrhldrs_equity_fy_h\":[73733000000,56950000000],\"ppe_gross_leased_prop_fy_h\":[null,null],\"total_debt_estimates_fy_h\":[{\"Actual\":106629000000,\"Estimate\":{\"average\":101304000000,\"date\":1729036800,\"est_num\":4,\"high\":101304000000,\"low\":101304000000,\"median\":101304000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":98657000000,\"Estimate\":{\"average\":106229833333,\"date\":1760486400,\"est_num\":6,\"high\":128889000000,\"low\":101698000000,\"median\":101698000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"unrealized_gain_loss_fy_h\":[null,null],\"ncavps_ratio_fy_h\":[-9.310808853293045,-10.256346818695455],\"cash_n_short_term_invest_estimates_fy_h\":[{\"Actual\":29943000000,\"Estimate\":{\"average\":39301930706,\"date\":1729814400,\"est_num\":17,\"high\":85673000000,\"low\":21776000000,\"median\":30424000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":35934000000,\"Estimate\":{\"average\":52530204190,\"date\":1761264000,\"est_num\":21,\"high\":93558000000,\"low\":21566000000,\"median\":49583000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"purchase_of_business_fy_h\":[0,0],\"enterprise_value_fy_h\":[3890779895620,3563697960050],\"dep_amort_exp_income_s_fy_h\":[-11698000000,-11445000000],\"ebit_estimates_fy_h\":[{\"Actual\":123216000000,\"Estimate\":{\"average\":122736974968,\"date\":1729814400,\"est_num\":40,\"high\":124200000000,\"low\":121271000000,\"median\":122674000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":133050000000,\"Estimate\":{\"average\":132331460232.00002,\"date\":1761264000,\"est_num\":42,\"high\":140224000000,\"low\":127963000000,\"median\":132353000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"debt_to_asset_fy_h\":[0.312817857649879,0.32620691544742203],\"inventory_work_in_progress_fy_h\":[0,0],\"sell_gen_admin_exp_other_fy_h\":[-27601000000,-26097000000],\"unusual_expense_inc_fy_h\":[0,0],\"gross_profit_fy_h\":[195201000000,180683000000],\"issuance_of_debt_net_fy_h\":[-8483000000,-5998000000],\"ebit_per_share_fy_h\":[8.86722337678662,7.9968354296881],\"other_investing_cash_flow_sources_fy_h\":[0,0],\"amortization_of_deferred_charges_fy_h\":[0,0],\"interest_expense_on_debt_fy_h\":[null,null],\"revenue_forecast_fy_h\":[415406882375,390480701773],\"after_tax_other_income_fy_h\":[0,0],\"net_income_fy_h\":[112010000000,93736000000],\"issuance_of_long_term_debt_fy_h\":[-6451000000,-9958000000],\"other_investing_cash_flow_items_total_fy_h\":[-1480000000,-1308000000],\"treasury_stock_common_fy_h\":[0,0],\"accrued_payroll_fy_h\":[null,null],\"price_book_fy_h\":[51.1843,60.4644],\"accrued_expenses_fy_h\":[8919000000,null],\"impairments_fy_h\":[null,null],\"other_proceeds_from_stock_sales_fy_h\":[0,0],\"deferred_charges_fy_h\":[null,null],\"other_investing_cash_flow_uses_fy_h\":[-1480000000,-1308000000],\"capital_expenditures_other_assets_fy_h\":[0,0],\"research_and_dev_estimates_fy_h\":[{\"Actual\":31370000000,\"Estimate\":{\"average\":31501049154,\"date\":1729814400,\"est_num\":26,\"high\":31834000000,\"low\":30980000000,\"median\":31539500000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":34550000000,\"Estimate\":{\"average\":34459201261,\"date\":1761264000,\"est_num\":23,\"high\":34731000000,\"low\":33982000000,\"median\":34450000000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"basic_shares_outstanding_fy_h\":[14948500000,15343783000],\"current_port_debt_capital_leases_fy_h\":[12888000000,11056000000],\"deferred_income_current_fy_h\":[9055000000,8249000000],\"restructuring_charge_fy_h\":[0,0],\"long_term_debt_fy_h\":[89931000000,96548000000],\"pretax_equity_in_earnings_fy_h\":[0,0],\"ppe_gross_comp_soft_fy_h\":[null,null],\"free_cash_flow_per_share_fy_h\":[6.582405496092323,7.061677644121483],\"additional_paid_in_capital_fy_h\":[null,null],\"total_non_oper_income_fy_h\":[-321000000,269000000],\"eps_estimates_fy_h\":[{\"Actual\":2.3025,\"Estimate\":{\"average\":2.248051,\"date\":1509580800,\"est_num\":35,\"high\":2.2975,\"low\":2.16,\"median\":2.25},\"FiscalPeriod\":\"2017\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":2.9775,\"Estimate\":{\"average\":2.936966,\"date\":1540771200,\"est_num\":41,\"high\":3.0225,\"low\":2.86,\"median\":2.94},\"FiscalPeriod\":\"2018\",\"IsReported\":true,\"Type\":\"1\"}],\"fiscal_period_end_fy_h\":[1759190400,1727654400],\"earnings_fiscal_period_fy_h\":[\"2025\",\"2024\"],\"dilution_adjustment_fy_h\":[0,0],\"paid_in_capital_fy_h\":[93568000000,83276000000],\"net_income_estimates_fy_h\":[{\"Actual\":93736000000,\"Estimate\":{\"average\":103322770481,\"date\":1729814400,\"est_num\":36,\"high\":104800000000,\"low\":102107000000,\"median\":103277500000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"1\"},{\"Actual\":112010000000,\"Estimate\":{\"average\":110823872305,\"date\":1761696000,\"est_num\":42,\"high\":112979000000,\"low\":107608000000,\"median\":110927231150},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"1\"}],\"cash_flow_deferred_taxes_fy_h\":[0,0],\"total_non_current_assets_fy_h\":[211284000000,211993000000],\"goodwill_gross_fy_h\":[null,null],\"goodwill_amortization_fy_h\":[null,null],\"preferred_stock_carrying_value_fy_h\":[0,0],\"discontinued_operations_fy_h\":[0,0],\"other_intangibles_gross_fy_h\":[null,null],\"income_tax_current_foreign_fy_h\":[-8891000000,-25483000000],\"change_in_other_assets_fy_h\":[-20273000000,3821000000],\"other_exceptional_charges_fy_h\":[null,null],\"long_term_debt_to_equity_fy_h\":[1.219684537452701,1.6953116769095697],\"dividend_payout_ratio_fy_h\":[13.6637642330877,16.1088828982839],\"sales_of_investments_fy_h\":[53797000000,62346000000],\"ebit_fy_h\":[133050000000,123216000000],\"cash_f_operating_activities_estimates_fy_h\":[{\"Actual\":118254000000,\"Estimate\":{\"average\":116917307478,\"date\":1729814400,\"est_num\":23,\"high\":141156000000,\"low\":101537000000,\"median\":114426000000},\"FiscalPeriod\":\"2024\",\"IsReported\":true,\"Type\":\"3\"},{\"Actual\":111482000000,\"Estimate\":{\"average\":125521377120,\"date\":1761264000,\"est_num\":25,\"high\":154952000000,\"low\":99305000000,\"median\":123902428000},\"FiscalPeriod\":\"2025\",\"IsReported\":true,\"Type\":\"3\"}],\"total_current_assets_fy_h\":[147957000000,152987000000],\"earnings_per_share_diluted_fy_h\":[7.465,6.0836],\"funds_f_operations_fy_h\":[136482000000,114603000000],\"ebitda_fy_h\":[144748000000,134661000000],\"purchase_of_stock_fy_h\":[-90711000000,-94949000000],\"accounts_receivables_gross_fy_h\":[39777000000,33410000000]},\"dividend\":{\"dividends_yield\":0.34331489605187876,\"last_splits\":[[1598832000,0.25],[1402272000,0.142857]],\"dividends_availability\":1,\"dividend_payment_date_recent\":1786622340,\"ex_date_recent\":1786363140,\"dividend_payment_date_h\":[1786622340,1778759940],\"dividend_record_date_h\":[1786363140,1778500740],\"continuous_dividend_growth\":13,\"dividends_paid\":-15421000000,\"dividend_ex_date_h\":[1786363140,1778500740],\"dividend_amount_recent\":0.270000011,\"dps_common_stock_prim_issue_fh\":0.53,\"continuous_dividend_payout\":14,\"dividend_ex_date_recent\":1786363140,\"payment_date_recent\":1786622340,\"total_cash_dividends_paid_fh\":-7857000000,\"ex_dividend_date_recent\":1786320000,\"dividend_type_h\":[\"Quarterly\",\"Quarterly\"],\"dividend_amount_h\":[0.270000011,0.270000011],\"rates_dividend_recent\":{\"time\":1786320000,\"to_aud\":1.417917,\"to_cad\":1.3947,\"to_chf\":0.810307,\"to_cny\":6.753106,\"to_eur\":0.866499,\"to_gbp\":0.740412,\"to_inr\":95.347063,\"to_jpy\":159.311773,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"split_last_date\":1598832000},\"analyst_recommendations\":{\"recommendation_mark\":1.554348,\"price_target_down_num\":9,\"recommendation_sell\":3,\"price_target_average_prev\":333.101667,\"price_target_date\":\"2026-08-23T00:00:00Z\",\"price_target_average\":333.101667,\"price_target_estimates_num\":36,\"recommendation_date\":\"2026-08-21T00:00:00Z\",\"recommendation_over\":8,\"price_target_median\":340,\"price_target_high\":400,\"recommendation_under\":1,\"recommendation_hold\":14,\"recommendation_mark_prev\":1.542553,\"price_target_low\":245,\"price_target_up_num\":14,\"recommendation_buy\":20,\"recommendation_total\":46},\"forecast\":{\"earnings_release_date\":1785443580,\"earnings_per_share_forecast_next_fq\":1.980165,\"recommendation_mark\":1.554348,\"earnings_release_next_date\":1793275200,\"revenue_forecast_fq_h\":[109038899874,109457588844],\"free_cash_flow_estimate_ntm\":147924888749.99997,\"earnings_release_trading_date_fq\":1785369600,\"revenue_forecast_next_fh\":265627800246,\"cost_of_goods_estimate_ntm\":266487853520,\"sell_gen_admin_exp_total_estimate_ntm\":31259785962,\"revenue_forecast_fq\":109038899874,\"price_target_down_num\":9,\"revenue_forecast_next_fq\":113205172516,\"earnings_release_next_trading_date_fq\":1793232000,\"recommendation_sell\":3,\"price_target_average_prev\":333.101667,\"net_income_estimate_ntm\":133247870342.00002,\"earnings_release_next_date_fq\":1793275200,\"price_target_date\":\"2026-08-23T00:00:00Z\",\"earnings_release_date_fq\":1785443580,\"price_target_average\":333.101667,\"price_target_estimates_num\":36,\"capital_expenditures_estimate_ntm\":12976038160,\"revenue_estimate_ntm\":506325336228,\"earnings_per_share_forecast_fq\":1.891883,\"eps_estimate_ntm\":9.198739999999999,\"recommendation_date\":\"2026-08-21T00:00:00Z\",\"earnings_per_share_forecast_fy_h\":[7.381826,6.708209],\"earnings_release_date_fy_h\":[1761856320,1730406900],\"earnings_release_next_date_fy\":1793275200,\"earnings_per_share_forecast_next_fh\":4.888204,\"earnings_release_calendar_date\":1782777600,\"revenue_forecast_fy\":415406882375,\"earnings_release_time_fq\":1,\"gross_profit_estimate_ntm\":238724009787.00003,\"earnings_per_share_forecast_fq_h\":[1.891883,1.945766],\"cash_f_operating_activities_estimate_ntm\":162291889096,\"earnings_release_trading_date_fy\":1761782400,\"earnings_per_share_forecast_fy\":7.381826,\"recommendation_over\":8,\"earnings_per_share_forecast_next_fy\":8.834303,\"forecast_availability\":1,\"ebit_estimate_ntm\":158698887396,\"price_target_median\":340,\"price_target_high\":400,\"recommendation_under\":1,\"earnings_release_date_fq_h\":[1785443580,1777581000],\"earnings_release_date_h\":[1785443580,1777581000],\"cash_f_financing_activities_estimate_ntm\":-105925500000,\"earnings_release_next_trading_date_fy\":1793232000,\"recommendation_hold\":14,\"recommendation_mark_prev\":1.542553,\"earnings_release_next_time\":0,\"research_and_dev_estimate_ntm\":49039667210,\"earnings_release_date_fy\":1761856320,\"dps_estimate_ntm\":1.1168170000000002,\"earnings_release_calendar_date_fq\":1782777600,\"revenue_forecast_fy_h\":[415406882375,390480701773],\"price_target_low\":245,\"cash_f_investing_activities_estimate_ntm\":-13746300000,\"earnings_release_time\":1,\"earnings_release_next_calendar_date\":1790726400,\"ebitda_estimate_ntm\":169483115085,\"revenue_forecast_next_fy\":477397859987,\"price_target_up_num\":14,\"recommendation_buy\":20,\"recommendation_total\":46,\"earnings_release_next_calendar_date_fq\":1790726400,\"earnings_release_next_time_fq\":0},\"overview\":{\"all_time_low\":0.049107,\"total_shares_outstanding_calculated\":14594179064.552738,\"last_annual_eps\":7.465,\"all_time_high\":344.5699,\"all_time_high_day\":1785283200,\"total_revenue\":416161000000,\"all_time_low_day\":394934400,\"days_to_maturity\":null,\"float_shares_outstanding\":14576205351.4,\"gross_profit\":195201000000,\"number_of_shareholders\":22429,\"revenue_seg_by_business_h\":[{\"date\":2025,\"segments\":[{\"label\":\"iPhone\",\"value\":209586000000},{\"label\":\"Services\",\"value\":109158000000}]},{\"date\":2024,\"segments\":[{\"label\":\"iPhone\",\"value\":201183000000},{\"label\":\"Services\",\"value\":96169000000}]}],\"revenue_seg_by_region_h\":[{\"date\":2025,\"segments\":[{\"label\":\"United States\",\"value\":151790000000},{\"label\":\"Europe\",\"value\":111032000000}]},{\"date\":2024,\"segments\":[{\"label\":\"United States\",\"value\":142196000000},{\"label\":\"Europe\",\"value\":101328000000}]}],\"goodwill\":0,\"total_shares_outstanding\":14594200000,\"net_debt\":21945000000,\"total_shares_outstanding_fundamental\":14594200000,\"all_time_open\":0.128348,\"total_revenue_h\":[416161000000,391035000000],\"total_revenue_fh\":220601000000,\"net_income\":112010000000,\"revenue_per_employee\":2506993.97590361,\"basic_eps_net_income\":7.4931,\"last_annual_revenue\":416161000000,\"ebitda\":167959000000},\"enterprise_value\":{\"sum_for_enterprise_value\":21945000000},\"credit_ratings\":{\"issuer_snp_rating_st_h\":[{\"date\":1398297600,\"outlook\":null,\"rating\":730},{\"date\":856742400,\"outlook\":null,\"rating\":500}],\"issuer_snp_rating_lt\":740,\"issuer_snp_rating_lt_h\":[{\"date\":1366675200,\"outlook\":0,\"rating\":740},{\"date\":1082073600,\"outlook\":null,\"rating\":500}],\"issuer_snp_rating_st\":730},\"cash_flow\":{\"free_cash_flow_estimate_ntm\":147924888749.99997,\"cash_f_operating_activities_fh\":63071000000,\"capital_expenditures_estimate_ntm\":12976038160,\"operating_cash_flow_per_share\":9.97126949991967,\"free_cash_flow_fh\":58645000000,\"cash_f_financing_activities_fh\":-54919000000,\"cash_f_operating_activities_estimate_ntm\":162291889096,\"cash_f_investing_activities_fh\":-13925000000,\"capital_expenditures_fh\":-4426000000,\"free_cash_flow\":136683000000,\"cash_f_financing_activities_estimate_ntm\":-105925500000,\"cash_f_investing_activities_estimate_ntm\":-13746300000},\"unclassified\":{\"metrics_loaded\":false,\"oi_loaded\":true,\"ntc\":null,\"ntc_time\":null,\"nch\":null,\"nchp\":null,\"night_loaded\":true,\"has_ipo_details_visible\":false,\"type\":\"stock\",\"fractional\":false,\"broker_names\":{\"alpaca\":\"AAPL\",\"alramz\":\"NASDAQ:US0378331005:AAPL\",\"captrader\":\"265598\",\"clearstreet\":\"AAPL\",\"cobratrading\":\"265598\",\"colmex\":\"AAPL\",\"cqg\":\"S.US.AAPL\",\"gotrade\":\"AAPL\",\"ibkr\":\"265598\",\"innovestx\":\"NASDAQ:AAPL\",\"interactiveil\":\"265598\",\"investrade\":\"AAPL\",\"ksecurities\":\"NASDAQ:AAPL\",\"liberator\":\"O_AAPL\",\"mexem\":\"265598\",\"midas\":\"AAPL\",\"moomoo\":\"US:AAPL\",\"phillipnova\":\"E.NASD.AAPL\",\"publiccom\":\"AAPL\",\"questrade\":\"AAPL\",\"ravabursatil\":\"AAPL_US\",\"robomarkets\":\"AAPL.nq\",\"saxobank\":\"AAPL:xnas\",\"tastytrade\":\"AAPL\",\"tradestation\":\"AAPL\",\"tradezero\":\"AAPL\",\"tradier\":\"AAPL\",\"webull\":\"AAPL\",\"webulljapan\":\"AAPL\",\"webulluk\":\"AAPL\"},\"symbol-primaryname\":\"NASDAQ:AAPL\",\"is_tradable\":true,\"open_time\":1787875200,\"options-info\":{\"families\":[{\"description\":\"AAPL AMERICAN OPTIONS\",\"displayFactor\":1,\"exercise\":\"american\",\"name\":\"AAPL\",\"prefix\":\"OPRA\",\"series\":[{\"exp\":20260828,\"expTime\":\"2026-08-28T15:59:59-04:00\",\"id\":\"NASDAQ:AAPL;AAPL;20260828\",\"lotSize\":100,\"root\":\"AAPL\",\"strikes\":[110,120],\"underlying\":\"NASDAQ:AAPL\"},{\"exp\":20260831,\"expTime\":\"2026-08-31T15:59:59-04:00\",\"id\":\"NASDAQ:AAPL;AAPL;20260831\",\"lotSize\":100,\"root\":\"AAPL\",\"strikes\":[205,210],\"underlying\":\"NASDAQ:AAPL\"}]}]},\"has_ipo_data\":true,\"rch\":null,\"rates_mc\":{\"time\":1787875200,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"rchp\":null,\"visible-plots-set\":\"ohlcv\",\"financials_availability\":1,\"pro_perm\":\"nasdaq\",\"trading-by\":\"bidask_after_last\",\"ebitda_fh\":78339000000,\"total_debt_h\":[84344000000,84711000000],\"total_current_assets_h\":[149818000000,144114000000],\"total_assets\":383266000000,\"has_etf_ownership\":true,\"alt-prefixes\":[\"BATS_DLY\"],\"content_version\":890,\"rates_cf\":{\"time\":1787875200,\"to_aud\":1.390105,\"to_cad\":1.386194,\"to_chf\":0.804117,\"to_cny\":6.726759,\"to_eur\":0.8582,\"to_gbp\":0.735781,\"to_inr\":95.510984,\"to_jpy\":159.438776,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"has_bonds\":true,\"variable-tick-size\":\"0.0001 1 0.01\",\"options-brokers\":[\"alpaca\",\"captrader\"],\"pro-perm\":\"nasdaq\",\"rates_pt\":{\"time\":1787443200,\"to_aud\":1.394895,\"to_cad\":1.377221,\"to_chf\":0.801603,\"to_cny\":6.727664,\"to_eur\":0.856311,\"to_gbp\":0.732923,\"to_inr\":95.748755,\"to_jpy\":158.982512,\"to_market\":1,\"to_symbol\":1,\"to_usd\":1},\"estimates_fiscal_period_fh_h\":[null,null],\"total_current_assets\":149818000000,\"rt-update-time\":\"1787924277.0\",\"total_debt\":84344000000,\"rt-lag\":\"0.725567\",\"fundamental_data\":true,\"total_assets_h\":[383266000000,371082000000],\"research_and_dev_fh\":-23148000000,\"daily-bar\":{\"close\":\"317.92\",\"data-update-time\":\"1787924277.185558\",\"high\":\"318.13\",\"low\":\"315.5\",\"open\":\"316.845\",\"time\":\"1787875200\",\"update-time\":\"1787924277.048001\",\"volume\":\"1069797\"},\"oper_income_fh\":71580000000,\"amount_recent\":0.270000011,\"symbol-fullname\":\"BATS:AAPL\",\"series-key\":\"BATS:AAPL\",\"broker-names\":{\"alpaca\":\"AAPL\",\"alramz\":\"NASDAQ:US0378331005:AAPL\",\"captrader\":\"265598\",\"clearstreet\":\"AAPL\",\"cobratrading\":\"265598\",\"colmex\":\"AAPL\",\"cqg\":\"S.US.AAPL\",\"gotrade\":\"AAPL\",\"ibkr\":\"265598\",\"innovestx\":\"NASDAQ:AAPL\",\"interactiveil\":\"265598\",\"investrade\":\"AAPL\",\"ksecurities\":\"NASDAQ:AAPL\",\"liberator\":\"O_AAPL\",\"mexem\":\"265598\",\"midas\":\"AAPL\",\"moomoo\":\"US:AAPL\",\"phillipnova\":\"E.NASD.AAPL\",\"publiccom\":\"AAPL\",\"questrade\":\"AAPL\",\"ravabursatil\":\"AAPL_US\",\"robomarkets\":\"AAPL.nq\",\"saxobank\":\"AAPL:xnas\",\"tastytrade\":\"AAPL\",\"tradestation\":\"AAPL\",\"tradezero\":\"AAPL\",\"tradier\":\"AAPL\",\"webull\":\"AAPL\",\"webulljapan\":\"AAPL\",\"webulluk\":\"AAPL\"},\"symbol-proname\":\"NASDAQ:AAPL\",\"symbol_primary_listing\":\"NASDAQ:AAPL\",\"daily-confirm-offset\":14400,\"symbol\":\"AAPL\",\"minute-bar\":{\"close\":\"317.92\",\"data-update-time\":\"1787924277.185557\",\"high\":\"317.96\",\"low\":\"317.63\",\"open\":\"317.67\",\"time\":\"1787924220\",\"update-time\":\"1787924277.013001\",\"volume\":\"20438\"},\"gross_profit_fh\":109551000000,\"net_income_fh\":59367000000,\"daily-summary-ast\":\"{\\\"type\\\": \\\"root\\\", \\\"children\\\": [{\\\"type\\\": \\\"list\\\", \\\"children\\\": [{\\\"type\\\": \\\"*\\\", \\\"children\\\": [\\\"AAPL: Tim Cook to step down as CEO on Sept 1; hardware chief John Ternus to succeed him. Traders note the fixed leadership change date and successor for stock positioning.\\\", {\\\"type\\\": \\\"story-refs\\\", \\\"params\\\": {\\\"refs\\\": [{\\\"id\\\": \\\"benzinga:71553e54d094b:0\\\", \\\"provider\\\": {\\\"id\\\": \\\"benzinga\\\", \\\"name\\\": \\\"Benzinga\\\", \\\"logo_id\\\": \\\"benzinga\\\"}}]}}]}, {\\\"type\\\": \\\"*\\\", \\\"children\\\": [\\\"AAPL traded near $311.37, about 9.7% above GF Value. Traders note new leadership, supply-chain component pressures and company AI strategy affecting near-term execution and demand.\\\", {\\\"type\\\": \\\"story-refs\\\", \\\"params\\\": {\\\"refs\\\": [{\\\"id\\\": \\\"gurufocus:d9613d966094b:0\\\", \\\"provider\\\": {\\\"id\\\": \\\"gurufocus\\\", \\\"name\\\": \\\"GuruFocus\\\", \\\"logo_id\\\": \\\"gurufocus\\\"}}]}}]}, {\\\"type\\\": \\\"*\\\", \\\"children\\\": [\\\"Apple focusing on higher-margin iPhone Pro upgrades in emerging markets\\\\u2014India, Brazil, Mexico\\\\u2014aiming to boost revenue via higher Pro mix, trade-ins, financing and rising incomes, not new-user growth.\\\", {\\\"type\\\": \\\"story-refs\\\", \\\"params\\\": {\\\"refs\\\": [{\\\"id\\\": \\\"DJN_DN20260828001826:0\\\", \\\"provider\\\": {\\\"id\\\": \\\"dow-jones\\\", \\\"name\\\": \\\"Dow Jones Newswires\\\", \\\"logo_id\\\": \\\"dow-jones\\\"}}]}}]}]}]}\"}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1421,"avg_credits":117},"198",{"endpoints":1423,"name":1571,"description":40,"ungrouped":6},[1424,1447,1479,1502,1525,1546],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1425,"description":1428,"method":83,"name":1429,"url_path":1430,"root_url":49,"parameters":1431,"responses":1438,"result_stats":18},[1426,1427],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get list of all supported languages with code and name","getLanguages","/api/metadata/languages",{"url":1432,"header":1433,"post":1435,"body":1436,"path":1437},[],[1434],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1439,1444],{"status":68,"status_code":69,"description":70,"schema":1440,"examples":1441,"example":1443},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\"},\"name\":{\"type\":\"string\"}}}},\"msg\":{\"type\":\"string\"}}}",[1442],{"name":74,"summary":40,"description":40,"example":1443},"{\"success\":true,\"data\":[{\"code\":\"en\",\"name\":\"English\"}],\"msg\":\"Success\"}",{"status":186,"status_code":187,"description":188,"schema":647,"examples":1445,"example":650},[1446],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1448,"description":1451,"method":83,"name":1452,"url_path":1453,"root_url":49,"parameters":1454,"responses":1470,"result_stats":18},[1449,1450],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get list of all available tab configurations with id, title and type. Optionally filter by asset type.","getTabs","/api/metadata/tabs",{"url":1455,"header":1465,"post":1467,"body":1468,"path":1469},[1456],{"key":1457,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":94,"enum_values":1458,"default_value":40,"required":6,"name":40,"description":1464},"type",[1459,1460,293,295,294,1461,1462,1463],"stocks","indices","bonds","corporate_bonds","etfs","Asset type filter (e.g., stocks, indices, crypto, futures, forex, bonds, corporate_bonds, etfs)",[1466],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1471,1476],{"status":68,"status_code":69,"description":70,"schema":1472,"examples":1473,"example":1475},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"Tab key identifier (use this as 'tab' parameter in leaderboard endpoints)\"},\"title\":{\"type\":\"string\"},\"type\":{\"type\":\"string\"}}}},\"msg\":{\"type\":\"string\"}}}",[1474],{"name":74,"summary":40,"description":40,"example":1475},"{\"success\":true,\"data\":[{\"id\":\"gainers\",\"title\":\"Top Gainers\",\"type\":\"stocks\"}],\"msg\":\"Success\"}",{"status":186,"status_code":187,"description":188,"schema":647,"examples":1477,"example":650},[1478],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1480,"description":1483,"method":83,"name":1484,"url_path":1485,"root_url":49,"parameters":1486,"responses":1493,"result_stats":18},[1481,1482],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get list of all available market codes from configuration","getMarkets","/api/metadata/markets",{"url":1487,"header":1488,"post":1490,"body":1491,"path":1492},[],[1489],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1494,1499],{"status":68,"status_code":69,"description":70,"schema":1495,"examples":1496,"example":1498},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}},\"msg\":{\"type\":\"string\"}}}",[1497],{"name":74,"summary":40,"description":40,"example":1498},"{\"success\":true,\"data\":[],\"msg\":\"Success\"}",{"status":186,"status_code":187,"description":188,"schema":647,"examples":1500,"example":650},[1501],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1503,"description":1506,"method":83,"name":1507,"url_path":1508,"root_url":49,"parameters":1509,"responses":1516,"result_stats":18},[1504,1505],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get column set metadata grouped by asset type","getColumnsets","/api/metadata/columnsets",{"url":1510,"header":1511,"post":1513,"body":1514,"path":1515},[],[1512],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1517,1522],{"status":68,"status_code":69,"description":70,"schema":1518,"examples":1519,"example":1521},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"columnsets\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}}},\"msg\":{\"type\":\"string\"}}}",[1520],{"name":74,"summary":40,"description":40,"example":1521},"{\"success\":true,\"data\":[{\"type\":\"stocks\",\"columnsets\":[]}],\"msg\":\"Success\"}",{"status":186,"status_code":187,"description":188,"schema":647,"examples":1523,"example":650},[1524],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1526,"description":1529,"method":83,"name":1530,"url_path":1531,"root_url":49,"parameters":1532,"responses":1539,"result_stats":1544},[1527,1528],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get list of all available exchanges (353+ exchanges) including major stock exchanges (NASDAQ, NYSE, HKEX, SSE, SZSE, TSE, LSE, Euronext, XETR) and major cryptocurrency exchanges (Binance, Coinbase, Kraken, OKX, Bybit, Gate, MEXC, Deribit). Returns totalExchanges count and exchanges array with name, value, desc, flag, group, country, and provider_id fields.","getExchanges","/api/metadata/exchanges",{"url":1533,"header":1534,"post":1536,"body":1537,"path":1538},[],[1535],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1540],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1541,"example":1543},[1542],{"name":221,"summary":40,"description":40,"example":1543},"{\"success\":true,\"data\":{\"totalExchanges\":353,\"exchanges\":[{\"name\":\"LBank\",\"value\":\"LBANK\",\"desc\":\"LBank\",\"flag\":\"bitcoin\",\"group\":\"Cryptocurrency\",\"country\":\"\",\"provider_id\":\"lbank\"},{\"name\":\"LFJ V2.2 (Avalanche)\",\"value\":\"LFJ2DOT2\",\"desc\":\"LFJ V2.2 (Avalanche)\",\"flag\":\"bitcoin\",\"group\":\"Cryptocurrency\",\"country\":\"\",\"provider_id\":\"lfj2dot2\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1545,"avg_credits":117},"99",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1547,"description":1550,"method":83,"name":1551,"url_path":1552,"root_url":49,"parameters":1553,"responses":1564,"result_stats":1569},[1548,1549],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get world economy indicator metadata. Supports filtering by category (comma-separated), e.g. gdp,lbr.","getWorldEconomyIndicators","/api/metadata/world-economy/indicators",{"url":1554,"header":1559,"post":1561,"body":1562,"path":1563},[1555],{"key":1556,"example":1557,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":1557,"required":6,"name":40,"description":1558},"category","gdp,lbr","Category filter. Multiple categories can be comma-separated, e.g. gdp,lbr",[1560],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1565],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1566,"example":1568},[1567],{"name":221,"summary":40,"description":40,"example":1568},"{\"success\":true,\"data\":{\"total\":92,\"category\":[\"gdp\",\"lbr\"],\"categories\":[{\"category\":\"bsnss\",\"label\":\"Business\"},{\"category\":\"clmt\",\"label\":\"Climate\"}],\"indicators\":[{\"slug\":\"adp-employment-change\",\"label\":\"ADP Employment Change\",\"categories\":[\"lbr\"]},{\"slug\":\"average-earnings-excluding-bonus\",\"label\":\"Average Earnings Excluding Bonus\",\"categories\":[\"lbr\"]}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1570,"avg_credits":117},"106","Metadata",{"endpoints":1573,"name":1820,"description":40,"ungrouped":6},[1574,1598,1621,1651,1675,1699,1723,1747,1771,1796],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1575,"description":1578,"method":83,"name":1579,"url_path":1580,"root_url":49,"parameters":1581,"responses":1592,"result_stats":1596},[1576,1577],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get News Detail - Get detailed content of a news article by ID","getNewsDetail","/api/news/{newsId}",{"url":1582,"header":1584,"post":1586,"body":1587,"path":1588},[1583],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":40},[1585],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1589],{"key":1590,"example":1591,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":40,"required":17},"newsId","u_today:af345c8fa094b:0",[1593],{"status":68,"status_code":69,"description":70,"schema":568,"examples":1594,"example":571},[1595],{"name":74,"summary":74,"description":40,"example":571},{"x2":117,"x3":117,"x4":116,"x5":117,"uptime":116,"avg_latency":1597,"avg_credits":117},"203",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1599,"description":1602,"method":83,"name":1603,"url_path":1604,"root_url":49,"parameters":1605,"responses":1616,"result_stats":1620},[1600,1601],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get News List - Get financial news list with optional symbol filtering","getNews","/api/news",{"url":1606,"header":1611,"post":1613,"body":1614,"path":1615},[1607,1609],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1608},"Language code (en, zh, ja, etc.)",{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1610},"Filter by symbol",[1612],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1617],{"status":68,"status_code":69,"description":70,"schema":568,"examples":1618,"example":571},[1619],{"name":74,"summary":74,"description":40,"example":571},{"x2":195,"x3":117,"x4":194,"x5":117,"uptime":116,"avg_latency":1244,"avg_credits":117},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1622,"description":1625,"method":83,"name":1626,"url_path":1627,"root_url":49,"parameters":1628,"responses":1642,"result_stats":18},[1623,1624],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get cryptocurrency market news list","getCryptoNews","/api/news/crypto",{"url":1629,"header":1637,"post":1639,"body":1640,"path":1641},[1630,1632,1635],{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},"Filter by symbol (optional)",{"key":1633,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},"market_country","Market country code filter (US, CN, etc.)",{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},"Language code (en, zh-Hans, ja, etc.)",[1638],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1643,1648],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1645,"example":1647},"{\"type\":\"object\",\"properties\":{\"success\":{\"type\":\"boolean\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"description\":\"News item in list\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"News ID\"},\"title\":{\"type\":\"string\",\"description\":\"News title\"},\"published\":{\"type\":\"integer\",\"description\":\"Published timestamp\"},\"source\":{\"type\":\"string\",\"description\":\"News source\"},\"link\":{\"type\":\"string\",\"description\":\"External link\"}}}},\"msg\":{\"type\":\"string\"}}}",[1646],{"name":74,"summary":40,"description":40,"example":1647},"{\"success\":true,\"data\":[{\"id\":\"\",\"title\":\"\",\"published\":0,\"source\":\"\",\"link\":\"\"}],\"msg\":\"Success\"}",{"status":186,"status_code":187,"description":188,"schema":647,"examples":1649,"example":650},[1650],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1652,"description":1655,"method":83,"name":1656,"url_path":1657,"root_url":49,"parameters":1658,"responses":1668,"result_stats":18},[1653,1654],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get index market news list","getIndexNews","/api/news/index",{"url":1659,"header":1663,"post":1665,"body":1666,"path":1667},[1660,1661,1662],{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},{"key":1633,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},[1664],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1669,1672],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1670,"example":1647},[1671],{"name":74,"summary":40,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1673,"example":650},[1674],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1676,"description":1679,"method":83,"name":1680,"url_path":1681,"root_url":49,"parameters":1682,"responses":1692,"result_stats":18},[1677,1678],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get futures market news list","getFuturesNews","/api/news/futures",{"url":1683,"header":1687,"post":1689,"body":1690,"path":1691},[1684,1685,1686],{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},{"key":1633,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},[1688],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1693,1696],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1694,"example":1647},[1695],{"name":74,"summary":40,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1697,"example":650},[1698],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1700,"description":1703,"method":83,"name":1704,"url_path":1705,"root_url":49,"parameters":1706,"responses":1716,"result_stats":18},[1701,1702],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get bond market news list","getBondNews","/api/news/bond",{"url":1707,"header":1711,"post":1713,"body":1714,"path":1715},[1708,1709,1710],{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},{"key":1633,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},[1712],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1717,1720],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1718,"example":1647},[1719],{"name":74,"summary":40,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1721,"example":650},[1722],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1724,"description":1727,"method":83,"name":1728,"url_path":1729,"root_url":49,"parameters":1730,"responses":1740,"result_stats":18},[1725,1726],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get forex market news list","getForexNews","/api/news/forex",{"url":1731,"header":1735,"post":1737,"body":1738,"path":1739},[1732,1733,1734],{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},{"key":1633,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},[1736],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1741,1744],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1742,"example":1647},[1743],{"name":74,"summary":40,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1745,"example":650},[1746],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1748,"description":1751,"method":83,"name":1752,"url_path":1753,"root_url":49,"parameters":1754,"responses":1764,"result_stats":18},[1749,1750],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get ETF market news list","getETFNews","/api/news/etf",{"url":1755,"header":1759,"post":1761,"body":1762,"path":1763},[1756,1757,1758],{"key":1633,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},[1760],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1765,1768],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1766,"example":1647},[1767],{"name":74,"summary":40,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1769,"example":650},[1770],{"name":74,"summary":40,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1772,"description":1775,"method":83,"name":1776,"url_path":1777,"root_url":49,"parameters":1778,"responses":1789,"result_stats":18},[1773,1774],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get stock market news list","getStockNews","/api/news/stock",{"url":1779,"header":1784,"post":1786,"body":1787,"path":1788},[1780,1782,1783],{"key":1633,"example":1781,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},"US",{"key":107,"example":215,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},[1785],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1790,1793],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1791,"example":1647},[1792],{"name":74,"summary":74,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1794,"example":650},[1795],{"name":74,"summary":74,"description":40,"example":650},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1797,"description":1800,"method":83,"name":1801,"url_path":1802,"root_url":49,"parameters":1803,"responses":1813,"result_stats":18},[1798,1799],{"name":37,"slug":38,"cost":39,"label":40,"avg":18},{"name":42,"slug":43,"cost":44,"label":40,"avg":18},"Get economic news list","getEconomicNews","/api/news/economic",{"url":1804,"header":1808,"post":1810,"body":1811,"path":1812},[1805,1806,1807],{"key":1633,"example":1781,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1634},{"key":107,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":40,"description":1631},{"key":434,"example":435,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":435,"required":6,"name":40,"description":1636},[1809],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1814,1817],{"status":68,"status_code":69,"description":70,"schema":1644,"examples":1815,"example":1647},[1816],{"name":74,"summary":74,"description":40,"example":1647},{"status":186,"status_code":187,"description":188,"schema":647,"examples":1818,"example":650},[1819],{"name":74,"summary":74,"description":40,"example":650},"News",{"endpoints":1822,"name":1852,"description":40,"ungrouped":6},[1823],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1824,"description":1827,"method":83,"name":1828,"url_path":1829,"root_url":49,"parameters":1830,"responses":1845,"result_stats":1850},[1825,1826],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get world economy indicator rankings by indicator slug and region. Data is fetched from TradingView scanner and sorted by latest value in descending order.","getWorldEconomy","/api/world-economy/indicators/{indicator}",{"url":1831,"header":1836,"post":1838,"body":1839,"path":1840},[1832],{"key":1833,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":1834,"required":6,"name":40,"description":1835},"region","g20,world,north-america,europe,middle-east-africa,latin-america,asia-pacific","Region filter (default: g20) \ng20, world, north-america, europe, middle-east-africa, latin-america, asia-pacific",[1837],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[1841],{"key":1842,"example":1843,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"name":40,"description":1844,"required":17},"indicator","gdp","Indicator slug. Use /api/metadata/world-economy/indicators to list available values.",[1846],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1847,"example":1849},[1848],{"name":221,"summary":40,"description":40,"example":1849},"{\"success\":true,\"data\":{\"indicator\":\"gdp\",\"region\":\"g20\",\"total\":20,\"rows\":[{\"symbol\":\"USGDP\",\"full_symbol\":\"ECONOMICS:USGDP\",\"name\":\"United States GDP\",\"country_code\":\"US\",\"logoid\":\"country\\/US\",\"latest\":30769700000000,\"previous\":29298010000000,\"observation\":\"2025\",\"unit\":\"USD\",\"frequency\":\"Annual\"},{\"symbol\":\"CNGDP\",\"full_symbol\":\"ECONOMICS:CNGDP\",\"name\":\"China GDP\",\"country_code\":\"CN\",\"logoid\":\"country\\/CN\",\"latest\":19498040000000,\"previous\":18729670000000,\"observation\":\"2025\",\"unit\":\"USD\",\"frequency\":\"Annual\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1851,"avg_credits":117},"595","World Economy",{"endpoints":1854,"name":2045,"description":40,"ungrouped":6},[1855,1879,1902,1925,1948,1971,1995,2021],{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1856,"description":1859,"method":46,"name":1860,"url_path":1861,"root_url":49,"parameters":1862,"responses":1872,"result_stats":1877},[1857,1858],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Scan ETF assets with custom filters and field groups","ETF Screener","/api/screener/etf/scan",{"url":1863,"header":1864,"post":1866,"body":1867,"path":1871},[],[1865],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[1868],{"key":18,"example":1869,"schema":1870,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"lang\":\"en\",\"range\":[0,30],\"preset_fields\":[\"overview\",\"classification\"],\"fields\":[\"fund_flows.1M\",\"etf_holdings_count\"],\"extra_fields\":[\"nav\",\"leverage.tr\"],\"filters\":{\"aum\":{\"operation\":\"greater_or_equal\",\"value\":500000000},\"expense_ratio\":{\"operation\":\"less_or_equal\",\"value\":0.5},\"technical_rating\":[\"Buy\",\"StrongBuy\"]},\"sort\":{\"sortBy\":\"aum\",\"sortOrder\":\"desc\"}}","{\"type\":\"object\",\"properties\":{\"lang\":{\"type\":\"string\",\"description\":\"TradingView language code used for localized field values\",\"example\":\"en\"},\"range\":{\"type\":\"array\",\"description\":\"TradingView range [start, endExclusive]\",\"items\":{\"type\":\"integer\"},\"minItems\":2,\"maxItems\":2,\"example\":[0,100]},\"preset_fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"extra_fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"filters\":{\"type\":\"object\"},\"sort\":{\"type\":\"object\"}}}",[],[1873],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1874,"example":1876},[1875],{"name":221,"summary":40,"description":40,"example":1876},"{\"success\":true,\"data\":{\"totalCount\":4358,\"data\":[{\"rank\":1,\"symbol\":\"LSE:0LO6\",\"ticker_view\":{\"description\":\"Vanguard S&P 500 ETF\",\"exchange\":\"LSE\",\"kind\":\"rt\",\"kind-delay\":0,\"logo\":{\"logoid\":\"vanguard\",\"style\":\"single\"},\"name\":\"0LO6\",\"type\":\"fund\",\"typespecs\":[\"etf\"]},\"close\":709.74,\"change\":0.2500105936692207,\"volume\":1668,\"aum\":1044707474424.79,\"expense_ratio\":0.03,\"asset_class_tr\":\"Equity\",\"focus_tr\":\"Large cap\",\"issuer_tr\":\"The Vanguard Group, Inc.\",\"index_tracked\":\"S&P 500\",\"actively_managed_tr\":\"Passive\",\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\",\"brand_tr\":\"Vanguard\",\"leverage_tr\":\"Non-leveraged\",\"fund_flows_1m\":24504636625.516933,\"etf_holdings_count\":507,\"nav\":708.98},{\"rank\":2,\"symbol\":\"AMEX:VOO\",\"ticker_view\":{\"description\":\"Vanguard S&P 500 ETF\",\"exchange\":\"AMEX\",\"kind\":\"delay\",\"kind-delay\":900,\"logo\":{\"logoid\":\"vanguard\",\"style\":\"single\"},\"name\":\"VOO\",\"type\":\"fund\",\"typespecs\":[\"etf\"]},\"close\":709.55,\"change\":0.1128747795414398,\"volume\":276561,\"aum\":1044707474424.79,\"expense_ratio\":0.03,\"asset_class_tr\":\"Equity\",\"focus_tr\":\"Large cap\",\"issuer_tr\":\"The Vanguard Group, Inc.\",\"index_tracked\":\"S&P 500\",\"actively_managed_tr\":\"Passive\",\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\",\"brand_tr\":\"Vanguard\",\"leverage_tr\":\"Non-leveraged\",\"fund_flows_1m\":24504636625.516933,\"etf_holdings_count\":507,\"nav\":708.98}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1878,"avg_credits":117},"378",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1880,"description":1883,"method":46,"name":1884,"url_path":1885,"root_url":49,"parameters":1886,"responses":1895,"result_stats":1900},[1881,1882],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Scan centralized exchange crypto pairs with custom filters and field groups","CEX Screener","/api/screener/cex/scan",{"url":1887,"header":1888,"post":1890,"body":1891,"path":1894},[],[1889],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[1892],{"key":18,"example":1893,"schema":1870,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"lang\":\"en\",\"range\":[0,25],\"preset_fields\":[\"overview\",\"market_data\"],\"fields\":[\"Perf.1W\"],\"extra_fields\":[\"RSI\",\"MACD.macd\"],\"filters\":{\"exchange\":[\"HTX\"],\"technical_rating\":[\"Buy\"]},\"sort\":{\"sortBy\":\"24h_vol_cmc\",\"sortOrder\":\"desc\"}}",[],[1896],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1897,"example":1899},[1898],{"name":221,"summary":40,"description":40,"example":1899},"{\"success\":true,\"data\":{\"totalCount\":446,\"data\":[{\"rank\":1,\"symbol\":\"HTX:SKRUSDT\",\"ticker_view\":{\"description\":\"SKR \\/ Tether USD\",\"exchange\":\"HTX\",\"logo\":{\"logoid\":\"crypto\\/XTVCSKRS\",\"style\":\"single\"},\"name\":\"SKRUSDT\",\"type\":\"spot\",\"typespecs\":[\"crypto\",\"defi\"]},\"exchange\":\"HTX\",\"close\":0.009305,\"24h_close_change_5\":5.520915995918825,\"24h_vol_cmc\":null,\"market_cap_calc\":null,\"base_currency_id\":\"XTVCSKRS\",\"currency_id\":\"XTVCUSDT\",\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\",\"perf_1w\":null,\"rsi\":68.96334469545579,\"macd_macd\":0.00024068683088234247},{\"rank\":2,\"symbol\":\"HTX:PUNDIXUSDT\",\"ticker_view\":{\"description\":\"PUNDIX \\/ Tether USD\",\"exchange\":\"HTX\",\"logo\":{\"logoid\":\"crypto\\/XTVCPUNDIX\",\"style\":\"single\"},\"name\":\"PUNDIXUSDT\",\"type\":\"spot\",\"typespecs\":[\"crypto\",\"defi\"]},\"exchange\":\"HTX\",\"close\":0.0897,\"24h_close_change_5\":-0.11135857461024817,\"24h_vol_cmc\":null,\"market_cap_calc\":null,\"base_currency_id\":\"XTVCPUNDIX\",\"currency_id\":\"XTVCUSDT\",\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\",\"perf_1w\":null,\"rsi\":64.83277083962503,\"macd_macd\":0.003063989145268356}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1901,"avg_credits":117},"258",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1903,"description":1906,"method":46,"name":1907,"url_path":1908,"root_url":49,"parameters":1909,"responses":1918,"result_stats":1923},[1904,1905],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Scan bond assets with custom filters and field groups","Bond Screener","/api/screener/bond/scan",{"url":1910,"header":1911,"post":1913,"body":1914,"path":1917},[],[1912],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[1915],{"key":18,"example":1916,"schema":1870,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"lang\":\"en\",\"range\":[0,25],\"preset_fields\":[\"overview\",\"ratings\"],\"fields\":[\"yield_to_call\",\"yield_to_worst\"],\"extra_fields\":[\"snp_rating_long_term.tr\",\"fitch_outlook.tr\"],\"filters\":{\"yield_to_maturity\":{\"operation\":\"greater_or_equal\",\"value\":4},\"days_to_maturity\":{\"operation\":\"less_or_equal\",\"value\":3650}},\"sort\":{\"sortBy\":\"yield_to_maturity\",\"sortOrder\":\"desc\"}}",[],[1919],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1920,"example":1922},[1921],{"name":221,"summary":40,"description":40,"example":1922},"{\"success\":true,\"data\":{\"totalCount\":54157,\"data\":[{\"rank\":1,\"symbol\":\"FINRA:LCPS4901469\",\"ticker_view\":{\"description\":\"LCPR Senior Secured Financing Designated Activity Company 6.75% 15-OCT-2027\",\"kind\":\"delay\",\"kind-delay\":14400,\"logo\":null,\"name\":\"LCPS4901469\",\"type\":\"bond\",\"typespecs\":[\"corporate\"]},\"close\":54.755,\"yield_to_maturity\":69.85022246625512,\"current_coupon\":6.75,\"coupon_type_general_tr\":\"Fixed\",\"maturity_type_tr\":\"Regular\",\"issue_status_tr\":\"Current\",\"bond_issuer\":\"LCPR Senior Secured Financing DAC\",\"days_to_maturity\":413,\"techrating_1d\":null,\"techrating_1d_tr\":null,\"snp_rating_long_term_tr\":null,\"fitch_rating_long_term_tr\":null,\"snp_issuer_rating_long_term_tr\":null,\"fitch_issuer_rating_long_term_tr\":null,\"snp_outlook_tr\":null,\"fitch_outlook_tr\":null,\"yield_to_call\":null,\"yield_to_worst\":69.85022246625512},{\"rank\":2,\"symbol\":\"NSENG:FGS202654\",\"ticker_view\":{\"description\":\"Government of Nigeria 13.464% 15-NOV-2026\",\"kind\":\"delay\",\"kind-delay\":1800,\"logo\":{\"logoid\":\"country\\/NG\",\"style\":\"single\"},\"name\":\"FGS202654\",\"type\":\"bond\",\"typespecs\":[\"government\"]},\"close\":90,\"yield_to_maturity\":67.29144828029465,\"current_coupon\":13.464,\"coupon_type_general_tr\":\"Fixed\",\"maturity_type_tr\":\"Regular\",\"issue_status_tr\":\"Current\",\"bond_issuer\":\"The Federal Republic of Nigeria\",\"days_to_maturity\":79,\"techrating_1d\":null,\"techrating_1d_tr\":null,\"snp_rating_long_term_tr\":null,\"fitch_rating_long_term_tr\":null,\"snp_issuer_rating_long_term_tr\":null,\"fitch_issuer_rating_long_term_tr\":null,\"snp_outlook_tr\":null,\"fitch_outlook_tr\":null,\"yield_to_call\":null,\"yield_to_worst\":67.29144828029465}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1924,"avg_credits":117},"651",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1926,"description":1929,"method":46,"name":1930,"url_path":1931,"root_url":49,"parameters":1932,"responses":1941,"result_stats":1946},[1927,1928],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Scan decentralized exchange crypto pairs with custom filters and field groups","DEX Screener","/api/screener/dex/scan",{"url":1933,"header":1934,"post":1936,"body":1937,"path":1940},[],[1935],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[1938],{"key":18,"example":1939,"schema":1870,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"lang\":\"en\",\"range\":[0,25],\"preset_fields\":[\"overview\",\"trading_activity\"],\"fields\":[\"Perf.1W\"],\"extra_fields\":[\"TechRating_1D\",\"TechRating_1D.tr\"],\"filters\":{\"exchange\":[\"UNISWAP\",\"PANCAKESWAP\"],\"dex_trading_volume_24h\":{\"operation\":\"greater_or_equal\",\"value\":1000000},\"dex_buyers_24h\":{\"operation\":\"greater_or_equal\",\"value\":200}},\"sort\":{\"sortBy\":\"dex_trading_volume_24h\",\"sortOrder\":\"desc\"}}",[],[1942],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1943,"example":1945},[1944],{"name":221,"summary":40,"description":40,"example":1945},"{\"success\":true,\"data\":{\"totalCount\":21,\"data\":[{\"rank\":1,\"symbol\":\"PANCAKESWAP:WBNBUSDT_16B9A8.USD\",\"ticker_view\":{\"description\":\"Wrapped BNB \\/ USDT\",\"exchange\":\"PANCAKESWAP\",\"logo\":{\"logoid\":\"crypto\\/XTVCBNB\",\"style\":\"single\"},\"name\":\"WBNB\",\"type\":\"spot\",\"typespecs\":[\"crypto\"]},\"exchange\":\"PANCAKESWAP\",\"close\":708.79579261,\"24h_close_change_5\":-0.6335849995371193,\"dex_trading_volume_24h\":20482039,\"dex_buyers_24h\":15905,\"dex_sellers_24h\":17589,\"dex_created_time\":1619167645,\"base_currency_id\":\"XTVCWBNB\",\"currency_id\":\"USD\",\"perf_1w\":null,\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\"},{\"rank\":2,\"symbol\":\"PANCAKESWAP:SACUSDT_462B30.USD\",\"ticker_view\":{\"description\":\"ShadowsClaw \\/ USDT\",\"exchange\":\"PANCAKESWAP\",\"logo\":null,\"name\":\"SAC\",\"type\":\"spot\",\"typespecs\":[\"crypto\"]},\"exchange\":\"PANCAKESWAP\",\"close\":5.02979433,\"24h_close_change_5\":-75.21162920468365,\"dex_trading_volume_24h\":14413152,\"dex_buyers_24h\":3977,\"dex_sellers_24h\":4662,\"dex_created_time\":1779541900,\"base_currency_id\":\"XTVCSACSH\",\"currency_id\":\"USD\",\"perf_1w\":null,\"techrating_1d\":\"StrongSell\",\"techrating_1d_tr\":\"Strong sell\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1947,"avg_credits":117},"368",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1949,"description":1952,"method":46,"name":1953,"url_path":1954,"root_url":49,"parameters":1955,"responses":1965,"result_stats":1970},[1950,1951],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Scan crypto assets with custom filters and field groups","Crypto Screener","/api/screener/crypto/scan",{"url":1956,"header":1957,"post":1959,"body":1960,"path":1964},[],[1958],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[1961],{"key":18,"example":1962,"schema":1963,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"lang\":\"us\",\"range\":[0,25],\"preset_fields\":[\"overview\",\"sentiment\"],\"fields\":[\"Perf.1W\"],\"extra_fields\":[\"RSI\",\"MACD.macd\"],\"filters\":{\"market_cap_calc\":{\"operation\":\"greater_or_equal\",\"value\":500000000},\"technical_rating\":[\"Buy\",\"StrongBuy\"]},\"sort\":{\"sortBy\":\"crypto_total_rank\",\"sortOrder\":\"asc\"}}","{\"type\":\"object\",\"properties\":{\"lang\":{\"type\":\"string\",\"description\":\"TradingView language code used for localized field values\",\"example\":\"zh\"},\"range\":{\"type\":\"array\",\"description\":\"TradingView range [start, endExclusive]\",\"items\":{\"type\":\"integer\"},\"minItems\":2,\"maxItems\":2,\"example\":[0,100]},\"preset_fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"extra_fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"filters\":{\"type\":\"object\"},\"sort\":{\"type\":\"object\"}}}",[],[1966],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1967,"example":1969},[1968],{"name":221,"summary":40,"description":40,"example":1969},"{\"success\":true,\"data\":{\"totalCount\":100,\"data\":[{\"rank\":1,\"symbol\":\"CRYPTO:BTCUSD\",\"ticker_view\":{\"description\":\"Bitcoin\",\"exchange\":\"CRYPTO\",\"logo\":{\"logoid\":\"crypto\\/XTVCBTC\",\"style\":\"single\"},\"name\":\"BTC\",\"type\":\"spot\",\"typespecs\":[\"crypto\",\"cryptoasset\"]},\"crypto_total_rank\":1,\"close\":79257.04,\"type\":\"spot\",\"typespecs\":[\"crypto\",\"cryptoasset\"],\"pricescale\":100,\"minmov\":1,\"fractional\":\"false\",\"minmove2\":0,\"currency\":\"USD\",\"24h_close_change_5\":-0.06777832364723294,\"market_cap_calc\":1591189301007.5999,\"fundamental_currency_code\":\"USD\",\"24h_vol_cmc\":37266145541.95562,\"circulating_supply\":20076315,\"24h_vol_to_market_cap\":0.02342030927329471,\"socialdominance\":28.630744959345368,\"crypto_common_categories_tr\":[\"Cryptocurrencies\",\"Layer 1\"],\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\",\"perf_1w\":null,\"rsi\":76.84892147806941,\"macd_macd\":4197.8465130185505},{\"rank\":2,\"symbol\":\"CRYPTO:ETHUSD\",\"ticker_view\":{\"description\":\"Ethereum\",\"exchange\":\"CRYPTO\",\"logo\":{\"logoid\":\"crypto\\/XTVCETH\",\"style\":\"single\"},\"name\":\"ETH\",\"type\":\"spot\",\"typespecs\":[\"crypto\",\"cryptoasset\"]},\"crypto_total_rank\":2,\"close\":2505.15,\"type\":\"spot\",\"typespecs\":[\"crypto\",\"cryptoasset\"],\"pricescale\":100,\"minmov\":1,\"fractional\":\"false\",\"minmove2\":0,\"currency\":\"USD\",\"24h_close_change_5\":0.43992444688623317,\"market_cap_calc\":302324523075.52625,\"fundamental_currency_code\":\"USD\",\"24h_vol_cmc\":17387655496.589863,\"circulating_supply\":120681205.94596182,\"24h_vol_to_market_cap\":0.05751321566542621,\"socialdominance\":10.1017666129228,\"crypto_common_categories_tr\":[\"Smart contract platforms\",\"Layer 1\"],\"techrating_1d\":\"Buy\",\"techrating_1d_tr\":\"Buy\",\"perf_1w\":null,\"rsi\":76.85907186394022,\"macd_macd\":170.3399648889049}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":371,"avg_credits":117},{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1972,"description":1975,"method":83,"name":1976,"url_path":1977,"root_url":49,"parameters":1978,"responses":1988,"result_stats":1993},[1973,1974],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get screener preset field groups","Presets Field","/api/screener/presets",{"url":1979,"header":1983,"post":1985,"body":1986,"path":1987},[1980],{"key":1981,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":1982,"required":6,"name":40,"description":40},"asset_type","stock,crypto,etf,bond,cex,dex",[1984],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[1989],{"status":68,"status_code":69,"description":218,"schema":18,"examples":1990,"example":1992},[1991],{"name":221,"summary":40,"description":40,"example":1992},"{\"success\":true,\"data\":[{\"id\":\"overview\",\"fields\":[\"ticker-view\",\"close\"]},{\"id\":\"performance\",\"fields\":[\"ticker-view\",\"close\"]}],\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":1994,"avg_credits":117},"177",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":1996,"description":1999,"method":83,"name":2000,"url_path":2001,"root_url":49,"parameters":2002,"responses":2014,"result_stats":2019},[1997,1998],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Get screener filter option metadata","Filter Option Metadata","/api/screener/filter-options",{"url":2003,"header":2009,"post":2011,"body":2012,"path":2013},[2004,2005,2007],{"key":1981,"example":40,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":1982,"required":6,"name":40,"description":40},{"key":660,"example":2006,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":2006,"required":6,"name":40,"description":40},"crypto_common_categories,technical_rating",{"key":434,"example":2008,"schema":18,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":2008,"required":6,"name":40,"description":40},"us",[2010],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[],[],[2015],{"status":68,"status_code":69,"description":218,"schema":18,"examples":2016,"example":2018},[2017],{"name":221,"summary":40,"description":40,"example":2018},"{\"success\":true,\"data\":{\"fields\":[{\"id\":\"technical_rating\",\"label\":\"Technical Rating\",\"valueType\":\"enum\",\"operations\":[\"equal\",\"not_equal\"],\"enumSource\":\"technical_rating\"}],\"enumValues\":{\"technical_rating\":[{\"value\":\"StrongSell\",\"label\":\"Strong sell\",\"meta\":{}},{\"value\":\"Sell\",\"label\":\"Sell\",\"meta\":{}}]}},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":2020,"avg_credits":117},"214",{"blocked":6,"hidden":6,"agent_price":18,"credits":18,"flexible_credits_description":18,"consumptions":2022,"description":2025,"method":46,"name":2026,"url_path":2027,"root_url":49,"parameters":2028,"responses":2038,"result_stats":2043},[2023,2024],{"name":37,"slug":38,"cost":39,"label":40,"avg":79},{"name":42,"slug":43,"cost":44,"label":40,"avg":81},"Scan stock assets with custom filters and field groups","Stock Screener","/api/screener/scan",{"url":2029,"header":2030,"post":2032,"body":2033,"path":2037},[],[2031],{"key":54,"is_auth":17,"example":55,"example_disabled":17,"example_type":56,"name":57,"description":55,"required":17,"always_error":58},[],[2034],{"key":18,"example":2035,"schema":2036,"example_disabled":6,"example_type":56,"value_type":56,"enum_values":18,"default_value":40,"required":6,"name":18,"description":64},"{\"market\":\"america\",\"range\":[0,25],\"preset_fields\":[\"overview\"],\"filters\":{\"exchange\":[\"NASDAQ\"]},\"sort\":{\"sortBy\":\"volume\",\"sortOrder\":\"desc\"}}","{\"type\":\"object\",\"properties\":{\"market\":{\"type\":\"string\",\"description\":\"TradingView scanner market path segment, e.g. china, america, or global\",\"example\":\"china\"},\"lang\":{\"type\":\"string\",\"description\":\"TradingView language code used for localized field values\",\"example\":\"zh\"},\"range\":{\"type\":\"array\",\"description\":\"TradingView range [start, endExclusive]\",\"items\":{\"type\":\"integer\"},\"minItems\":2,\"maxItems\":2,\"example\":[0,100]},\"preset_fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"description\":\"Preset field group id or ids. Get available values from GET \\/api\\/screener\\/presets\"},\"fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"description\":\"Explicit field list, either comma-separated string or string array\"},\"extra_fields\":{\"oneOf\":[{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}],\"description\":\"Additional field list appended after preset_fields or fields, either comma-separated string or string array\"},\"filters\":{\"type\":\"object\",\"description\":\"Simplified filter map. Array values become in_range filters. Scalar values become equal filters. Object values may specify operation plus value or right.\",\"example\":{\"sector\":[\"Health Services\"],\"AnalystRating\":[\"Buy\"],\"market_cap_basic\":{\"operation\":\"greater\",\"value\":1000000000}}},\"sort\":{\"type\":\"object\",\"description\":\"Optional sort definition. Defaults to market_cap_basic desc\",\"properties\":{\"sortBy\":{\"type\":\"string\",\"description\":\"Field name used for sorting\"},\"sortOrder\":{\"type\":\"string\",\"description\":\"Sort direction\",\"enum\":[\"asc\",\"desc\"]}}}}}",[],[2039],{"status":68,"status_code":69,"description":218,"schema":18,"examples":2040,"example":2042},[2041],{"name":221,"summary":40,"description":40,"example":2042},"{\"success\":true,\"data\":{\"totalCount\":3277,\"data\":[{\"rank\":1,\"symbol\":\"NASDAQ:FNGR\",\"ticker_view\":{\"description\":\"FingerMotion Inc\",\"exchange\":\"NASDAQ\",\"kind\":\"delay\",\"kind-delay\":900,\"logo\":{\"logoid\":\"fingermotion\",\"style\":\"single\"},\"name\":\"FNGR\",\"type\":\"stock\",\"typespecs\":[\"common\"]},\"close\":0.3466,\"type\":\"stock\",\"typespecs\":[\"common\"],\"pricescale\":10000,\"minmov\":1,\"fractional\":\"false\",\"minmove2\":0,\"currency\":\"USD\",\"change\":99.88465974625146,\"volume\":338882993,\"relative_volume_10d_calc\":22.934216432731223,\"market_cap_basic\":10631216,\"fundamental_currency_code\":\"USD\",\"price_earnings_ttm\":null,\"earnings_per_share_diluted_ttm\":-0.1152,\"earnings_per_share_diluted_yoy_growth_ttm\":-15.084915084915087,\"dividends_yield_current\":0,\"sector_tr\":\"\\u79d1\\u6280\\u670d\\u52a1\",\"market\":\"america\",\"sector\":\"Technology Services\",\"analystrating\":\"NoRating\",\"analystrating_tr\":\"\\u5c1a\\u65e0\\u8bc4\\u5206\"},{\"rank\":2,\"symbol\":\"NASDAQ:LGCL\",\"ticker_view\":{\"description\":\"Lucas GC Limited\",\"exchange\":\"NASDAQ\",\"kind\":\"delay\",\"kind-delay\":900,\"logo\":{\"logoid\":\"lucas-gc-limited\",\"style\":\"single\"},\"name\":\"LGCL\",\"type\":\"stock\",\"typespecs\":[\"common\"]},\"close\":0.0433,\"type\":\"stock\",\"typespecs\":[\"common\"],\"pricescale\":10000,\"minmov\":1,\"fractional\":\"false\",\"minmove2\":0,\"currency\":\"USD\",\"change\":-18.761726078799253,\"volume\":216321982,\"relative_volume_10d_calc\":1.4552106527649828,\"market_cap_basic\":1852824.060037523,\"fundamental_currency_code\":\"USD\",\"price_earnings_ttm\":0.0007519763257707322,\"earnings_per_share_diluted_ttm\":57.5816,\"earnings_per_share_diluted_yoy_growth_ttm\":1929.092959334696,\"dividends_yield_current\":0,\"sector_tr\":\"\\u5546\\u4e1a\\u670d\\u52a1\",\"market\":\"america\",\"sector\":\"Commercial Services\",\"analystrating\":\"NoRating\",\"analystrating_tr\":\"\\u5c1a\\u65e0\\u8bc4\\u5206\"}]},\"msg\":\"Success\"}",{"x2":116,"x3":117,"x4":117,"x5":117,"uptime":116,"avg_latency":2044,"avg_credits":117},"219","Custom Screener",[2047,2050],{"question":2048,"answer":2049},"What is TradingView Data API and how does it work?","TradingView Data API is a professional financial market data service that provides real-time and historical data for 160,000+ symbols across stocks, crypto, forex, and ETFs from 250+ global exchanges. It works through RESTful API endpoints and WebSocket streaming, allowing developers to integrate market data directly into their applications with simple HTTP requests.",{"question":2051,"answer":2052},"What data can I access with TradingView API?","You can access real-time quotes, historical OHLCV data, technical indicators, market depth, company fundamentals, earnings data, financial statements, analyst ratings, news feeds, and economic calendar events. The API covers stocks, cryptocurrencies, forex pairs, commodities, indices, ETFs, bonds, and futures from 250+ global exchanges.",[2054,2058,2062,2066,2070,2074,2078,2082,2086,2090,2094,2098,2102,2106,2110],{"id":2055,"name":2056,"description":2057},"n133bb6ac","🔄 Batch API","Batch Get Price Data for up to 10 symbols to retrieve candlestick data, and Batch Get Quotes for up to 10 symbols to access real-time quotes.",{"id":2059,"name":2060,"description":2061},"n78b3ac12","🔍 Market Search","Search and discover trading instruments across stocks, crypto, forex, and other asset types by keyword or symbol.",{"id":2063,"name":2064,"description":2065},"n56e104f0","📊 Price Data","Historical and real-time OHLCV (Open, High, Low, Close, Volume) candlestick data for charting and analysis.",{"id":2067,"name":2068,"description":2069},"n3c58fa57","💹 Real-time Quotes","Live market quotes with current prices, bid/ask spreads, volume, and price changes for real-time trading decisions.",{"id":2071,"name":2072,"description":2073},"n1a865335","📈 Technical Analysis","Professional technical analysis signals and indicators to identify buy/sell opportunities across multiple timeframes.",{"id":2075,"name":2076,"description":2077},"n7ffe489b","📰 Financial News","Access financial news and market updates filtered by symbol, market type, language, and region to stay informed.",{"id":2079,"name":2080,"description":2081},"n5e2ba179","🏆 Market Leaderboards","Discover top performers, gainers, losers, and trending instruments across different asset types and markets.",{"id":2083,"name":2084,"description":2085},"n43a396e0","🖼️ Logo Images","Get TradingView logo images. The path parameter should be obtained from currency-logoid, base-currency-logoid, or logoid fields returned by other endpoints.",{"id":2087,"name":2088,"description":2089},"n21d0efbe","⚡ WebSocket Real-time Data","WebSocket endpoint for real-time price updates, quotes, and market data streaming. Requires JWT authentication.",{"id":2091,"name":2092,"description":2093},"n0748e525","📅 Calendar Events","Access economic calendar, earnings calendar, dividends calendar, and IPO calendar data for tracking important market events.",{"id":2095,"name":2096,"description":2097},"n65763e02","🤖 Model Context Protocol (MCP)","Access TradingView data through the Model Context Protocol, enabling AI assistants (like Claude, Cursor) to interact with TradingView tools using a standardized protocol. The MCP endpoint acts as a proxy, forwarding requests to an independent MCP server.",{"id":2099,"name":2100,"description":2101},"n10994f21","📊 Market Data","Comprehensive market data endpoints providing categorized financial information including company details, financial statements, technical indicators, and analyst recommendations.",{"id":2103,"name":2104,"description":2105},"n6ec6a7fe","💡 Community Ideas","Access TradingView community insights, trading ideas, and market sentiment from global traders and analysts.",{"id":2107,"name":2108,"description":2109},"n543e9d65","⚡ SSE Stream (Server-Sent Events)","SSE endpoint for one-way real-time streaming with automatic browser reconnect behavior. Requires JWT authentication using the same token generation as WebSocket.",{"id":2111,"name":2112,"description":2113},"n326bf643","🌍 World Economy","Access macroeconomic indicator rankings by region, based on TradingView ECONOMICS scanner data.",[2115,2134,2146,2158],{"type":2116,"slug":2117,"blocked":6,"period":2118,"currency":2119,"pricing":2120,"rate_limit":2123,"objects":2125,"name":2132,"display_name":2132,"features":2133},"periodic","uf9cm4qs13igkg0l5dpaksgq","1 MONTH","usd",{"price":81,"credits":81,"past_due_timeout_num":2121,"past_due_timeout_type":2122},3,"DAY",{"max_requests":2124,"time_window":79},2,[2126,2129],{"id":2127,"name":37,"slug":38,"quota":2128,"tiers":18},"n0604801e",150,{"id":2130,"name":42,"slug":43,"quota":2131,"tiers":18},"n6431d8fb",50,"BASIC",[2055,2059,2063,2067,2071,2075,2079,2083,2087,2091,2095,2099,2103,2107,2111],{"type":2116,"slug":2135,"blocked":6,"period":2118,"currency":2119,"pricing":2136,"rate_limit":2138,"objects":2140,"name":2144,"display_name":2144,"features":2145},"2ystuizcxew3ilws429fs8l2",{"price":2137,"credits":81,"past_due_timeout_num":2121,"past_due_timeout_type":2122},10,{"max_requests":2139,"time_window":79},5,[2141,2143],{"id":2127,"name":37,"slug":38,"quota":2142,"tiers":18},30000,{"id":2130,"name":42,"slug":43,"quota":81,"tiers":18},"PRO",[2063,2067,2071,2075,2079,2083,2091,2111],{"type":2116,"slug":2147,"blocked":6,"period":2118,"currency":2119,"pricing":2148,"rate_limit":2150,"objects":2151,"name":2156,"display_name":2156,"features":2157},"hxipps3sthe1x1fkixfxl4kq",{"price":2149,"credits":81,"past_due_timeout_num":2121,"past_due_timeout_type":2122},30,{"max_requests":2139,"time_window":79},[2152,2154],{"id":2127,"name":37,"slug":38,"quota":2153,"tiers":18},100000,{"id":2130,"name":42,"slug":43,"quota":2155,"tiers":18},1000,"ULTRA",[2055,2059,2063,2067,2071,2075,2079,2083,2087,2091,2095,2099,2107,2111],{"type":2116,"slug":2159,"blocked":6,"period":2118,"currency":2119,"pricing":2160,"rate_limit":2162,"objects":2163,"name":2168,"display_name":2168,"features":2169},"w4z72bediqi6t5ta75wvcx87",{"price":2161,"credits":81,"past_due_timeout_num":2121,"past_due_timeout_type":2122},80,{"max_requests":2139,"time_window":79},[2164,2166],{"id":2127,"name":37,"slug":38,"quota":2165,"tiers":18},800000,{"id":2130,"name":42,"slug":43,"quota":2167,"tiers":18},200000,"MEGA",[2055,2059,2063,2067,2071,2075,2079,2083,2087,2091,2095,2099,2103,2107,2111],[],"2026-08-28",{"canonical":2173,"page_title":2174,"meta":2175},"https://jojapi.com/hub/api/tradingview-data-api","TradingView Data API Documentation & Playground - JoJ API",{"description":7,"keywords":2176},"API,API Documentation,API Playground,Plans & Pricing,TradingView Data,barry-alan",{"status":4,"discussions":2178},[]]