← ClaudeAtlas

google-finance-apilisted

Google Finance data toolkit via ScraperSocial — live quotes, historical price candles and instrument search.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Google Finance API skill Read public Google Finance data as clean JSON. This Google Finance API skill returns a current quote for an instrument, historical price candles, and search across tickers — at 1 credit per call, which makes it practical to poll a watchlist. This skill wraps **3 live Google Finance endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - A user asks what a stock, index or currency pair is trading at. - You need historical candles to chart or compute a return. - You need to resolve a company name to a ticker symbol. ### Do not use this skill when - **You are making trading or investment decisions on this data.** It is a convenience read of a public page, not an exchange feed. It is not licensed market data, may be delayed, and may be served from cache. - **You need tick-level or real-time data.** Use a market data vendor. - **You need fundamentals, filings or analyst estimates.** Not covered here. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required. ## Scripts | Script | What it does | Input | Credits | |---|---|---|---| | `get_history.js` | List Google Finance history. | handle | 1 credit per candle | | `get_quote.js` | Get Google Finance quote. | handle | 1 credit | | `search.js` | List Google Fi