{"openapi":"3.2.0","info":{"title":"Finance API","description":"Finance API provides real-time market quotes, international exchanges, up-to-date financial news, analytics and more.","version":"1.0.0"},"servers":[{"url":"https://finance.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Finance"}],"paths":{"/search/":{"get":{"operationId":"get_search","summary":"Search","description":"Search for indexes, stocks, ETFs, cryptocurrencies, currencies and more","tags":["Finance"],"parameters":[{"name":"q","in":"query","description":"Search query.","required":false,"schema":{"type":"string","title":"q","example":"Airbnb"}},{"name":"hl","in":"query","required":false,"schema":{"type":"string","title":"hl","example":"en"}},{"name":"gl","in":"query","required":false,"schema":{"type":"string","title":"gl","example":"US"}}]}},"/ticker/":{"get":{"operationId":"get_ticker","summary":"Ticker","description":"Get stats, price, charts, news and information about indexes, stocks, ETFs, cryptocurrencies, currencies and more","tags":["Finance"],"parameters":[{"name":"t","in":"query","description":"Ticker symbol. For example:\n\n- `ABNB:NASDAQ`\n- `.DJI:INDEXDJX`\n- `EUR-USD`\n- `BTC-USD`","required":false,"schema":{"type":"string","title":"t","example":"ABNB:NASDAQ"}},{"name":"hl","in":"query","required":false,"schema":{"type":"string","title":"hl","example":"en"}},{"name":"gl","in":"query","required":false,"schema":{"type":"string","title":"gl","example":"US"}}]}},"/market-trends/":{"get":{"operationId":"get_market_trends","summary":"Market Trends","description":"Explore market trends","tags":["Finance"],"parameters":[{"name":"t","in":"query","description":"Tab name. One of these:\n\n- `indexes`\n- `most-active`\n- `gainers`\n- `losers`\n- `climate-leaders`\n- `cryptocurrencies`\n- `currencies`","required":false,"schema":{"type":"string","title":"t","example":"indexes"}},{"name":"s","in":"query","description":"Subtab name. If you selected the `indexes` tab, you can choose one of the following, leave empty to get all.\n\n- `americas`\n- `europe-middle-east-africa`\n- `asia-pacific`","required":false,"schema":{"type":"string","title":"s"}},{"name":"hl","in":"query","required":false,"schema":{"type":"string","title":"hl","example":"en"}},{"name":"gl","in":"query","required":false,"schema":{"type":"string","title":"gl","example":"US"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}