Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Become a customer
  • Contact Us
English (US)
US English (US)
FR French
ES Spanish
JP Japanese
BR Portuguese (Brazil)
CN Chinese
  • Home
  • Platform
  • APIs
  • Power BI integration
  • Power BI Connection & Authentication

Fastmarkets API Authentication overview

Learn how to navigate and implement Fastmarkets API authentication for secure and efficient data access.

Written by Eleonora Lebedeva

Updated at April 29th, 2026

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Platform
    Dashboard Excel Add-In Mobile apps APIs
  • Log in
  • Training
  • Events
  • Prices and methodology
    Glossaries
  • MyDesk
    Getting Started with MyDesk Using MyDesk MyDesk advanced widgets Data available in MyDesk Troubleshooting
  • Administration
    Manage users Billing and invoices Banking and vendor registration
  • Contact us
+ More

Table of Contents

Authentication endpoint Required authentication parameters Authentication Limits & Token Lifecycle

Fastmarkets APIs use OAuth2.0 with  client credentials-style flow. Authentication performed against the Fastmarkets Authentication API to obtain an access token, which is then passed in data API requests as an HTTP header.

The same authentication model and credentials are used across Physical Prices, Marked Data, News and Analytics API. Once authenticated, the access token can be reused across all supported APIs.

Authentication endpoint

https://auth.fastmarkets.com/connect/token

Required authentication parameters

Parameter Value Description
grant_type servicekey Access grant type - servicekey for API use
client_id service_client Access client type - service_client for API use
scope <string>

Space-separated string of concatenated scopes for combined access:
fastmarkets.physicalprices.api for Physical Prices API

fastmarkets.news.api fastmarkets.search.api for News API
fastmarkets.marketdata.api for Market Data API

fastmarkets.analytics.api for Analytics API

serviceName <string> Provided by Fastmarkets
serviceKey <string> Provided by Fastmarkets

The same credentials and token can be used for Physical Prices, Marked Data, News and Analytics API.

Example Authentication request (cURL):

curl --location "https://auth.fastmarkets.com/connect/token" --data-urlencode "grant_type=servicekey" --data-urlencode "client_id=service_client" --data-urlencode "scope=fastmarkets.physicalprices.api" --data-urlencode "serviceName=yourServiceName" --data-urlencode “serviceKey=AskdjcORI2309/Cl...ajni”

The response includes an access token that must be passed in subsequent API requests:

Authorization: Bearer <access_token>

Authentication Limits & Token Lifecycle

Authentication request limits: 

  • Maximum: 10 authentication requests per 5 minutes
  • Excessive token requests may be rejected

Because of this limit, token reuse is essential when working with Power BI.

Token lifecycle considerations:

  • Access tokens are time‑limited (2 hours)
  • Tokens expire and must be refreshed
  • Power BI does not maintain long‑running sessions between refreshes

Power BI solutions must avoid requesting a new token on every query execution.

fastmarkets api security

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Fastmarkets Authentication API
  • API technical information and FAQ
  • What security protocols does the Add-in utilize?

Copyright 2026 – Fastmarkets.

Knowledge Base Software powered by Helpjuice

Expand