# Google Finance adapter reference Use this as compact context for the Google Finance adapter in bluedoor. Primary URLs: - Landing page: https://bluedoor.sh/adapters/google-finance - Docs: https://bluedoor.sh/adapters/google-finance/docs - OpenAPI JSON: https://bluedoor.sh/adapters/google-finance/docs/openapi.json - bluedoor adapter API base URL: https://api.bluedoor.sh/adapters/google-finance/v1 - Current source API host: https://api.gfin.dev - Source health: https://api.gfin.dev/v1/health - Source catalog: https://api.gfin.dev/v1/endpoints Role: - Adapter ID: gfin - Upstream: google.com/finance - Summary: Source-native Google Finance-backed routes for symbol search, quotes, market summaries, news, and research. - Fit: Use this adapter when you need Google Finance-specific discovery or research behavior. Use Financial Data for normalized company and market workflows. - Adapters are not standalone bluedoor products. They are source-native connectors that power larger APIs, especially Financial Data. Coverage: - Symbol search - Google Finance quotes - Market summary and movers - News and research Representative routes: - /v1/symbols/search: symbol and instrument lookup - /v1/research: natural-language finance research - /v1/markets/summary: market narrative and summary Examples: ```bash curl "https://api.bluedoor.sh/adapters/google-finance/v1/health" curl "https://api.bluedoor.sh/adapters/google-finance/v1/symbols/search" curl "https://bluedoor.sh/adapters/google-finance/docs/openapi.json" ```