79363456

Date: 2025-01-17 02:00:50
Score: 2
Natty:
Report link

Thanks for @Brooke information.

Got it working with

Host="https://app-money.tmx.com/graphql"
Payload = {
        "operationName": "getQuoteBySymbol",
        "variables": 
        {
            "symbol": "BNS",
            "locale": "en"
        },
        "query": "query getQuoteBySymbol($symbol: String, $locale: String) {\n getQuoteBySymbol(symbol: $symbol, locale: $locale) {\n symbol\n name\n price\n priceChange\n percentChange\n }\n}"
    }

    response = requests.post(Host, json=Payload)
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • User mentioned (1): @Brooke
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dilbert