/getOptionsPrice

Google Sheets function for getting options price

Primary LanguageJavaScriptMIT LicenseMIT

getOptionsPrice

Google Sheets function for getting options price with finnhub API.

Example

=getOptionsPrice(A2,B2)

Example on Sheets

Getting Started

  1. Create account at: https://finnhub.io
  2. Follow these steps for creating a custom function
  3. Copy the getOptionsPrice.gs code and paste it into Google Scripts.
  4. Add your API token in the api_key varaible.
  5. Save your function and it should now work.