marketsurge-client 0.2.1

Unofficial HTTP client library for the MarketSurge platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "operationName": "ChartMarketData",
  "variables": {
    "symbols": ["AAPL"],
    "symbolDialectType": "CHARTING",
    "where": {
      "startDateTime": { "eq": "2024-05-01T00:00:00.000Z" },
      "endDateTime": { "eq": "2025-05-02T23:59:59.000Z" },
      "timeSeriesType": { "eq": "ONE_WEEK" },
      "includeIntradayData": true
    }
  },
  "query": "query ChartMarketData..."
}