On-Demand Financial Market Data API

Programmatic access to your customized market data set - a single HTTPS call returns the values you need, when you need it.

Request API Access
Simple HTTPS calls - no SDK required
1,000s of symbols available
Fast & Personalized Support
Current and historical data
Add to any data feed for $25/mo

How It Works

  1. 1

    Choose your data

    Select from 1,000s of symbols in our data catalog: Treasuries, SOFR, CMB, CORRA, Forex, Energy, Ag, and more.

  2. 2

    Choose the update frequency that works for you

    Starting at once daily updates for just $75/month. See pricing.

  3. 3

    Decide whether you need rolling or one-time data history.

    Choose from 1 - 3 years of data history.

  4. 4

    Submit your request

    Fill out our data & API request form with your preferences.

  5. 5

    We build and deliver

    We configure your data feed and API and send you your secure endpoint, typically within 1-2 business days.

Pricing

Add on-demand API access to any data feed subscription for +$25/mo.
Update FrequencyData FeedWith API
1x Daily$50$75
2x Daily$60$85
3x Daily$70$95
Hourly$100$125
Every 30 min$145$170
Every 15 min$195$220
Every 8 min$265$290

* Pricing is for up to 10 symbols. Quantity discounts available for more than 10 symbols.

Historical Data Add-on:

1 Year rolling+$50/mo
2 Years rolling+$75/mo
3 Years rolling+$100/mo

Also available as a one-time download.

Premium Symbol Surcharge:

SOFR Term rates, SOFR Swaps, CORRA Term Rates, CMB rates and SONIA Swaps carry the following surcharge:

  • Any one rate - $20/mo
  • Two rates - $30/mo
  • Three rates - $40/mo
  • Four or more - $80/mo

Billing Options:

  • Annual billing with no setup fee.
  • Every 6 months - First bill will be for the first month of service plus setup fee. Subsequent billing for 6-month billing cycle. (Only available for monthly subscriptions > $15/mo)

** No refunds for early cancellations

See It in Action

Every API call is a plain HTTPS request. Your unique PID authenticates access to your configured symbol set.

Get all symbols in your subscription

https://thefinancials.com/API/GetQuotes.aspx?pid={your-pid}&type=symbols

 "CMB_Y10","CMB_Y5","CRUDE_NYMEX","EURUSD","GBPUSD","PRIME RATE","SOFR","SOFRSWAP Y1","SOFRSWAP Y10","SOFRSWAP Y15","SOFRSWAP Y2","SOFRSWAP Y3","SOFRSWAP Y30","SOFRSWAP Y5","SOFRSWAP Y7","SOFRTERM_M1","SOFRTERM_M3","SOFRTERM_M6","TREASURY Y1","TREASURY Y10","TREASURY Y2","TREASURY Y20","TREASURY Y3","TREASURY Y30","TREASURY Y5","TREASURY Y7","USDCAD","USDJPY"

Get the latest values for all symbols in your subscription

https://thefinancials.com/API/GetQuotes.aspx?pid={your-pid}&s=*

 {
  "CMB_Y10":    {"date":"8/16/2021","value":"0.0164"},
  "CMB_Y5":     {"date":"8/16/2021","value":"0.0112"},
  "CRUDE_NYMEX":{"date":"1/3/2022","value":"76.03"},
  "EURUSD":     {"date":"1/3/2022","value":"1.12892"},
  ...
}

Get the current value for a specific symbol

e.g., What is the current SOFR rate?

https://thefinancials.com/API/GetQuotes.aspx?pid={your-pid}&s=SOFR

 0.0535

Get the value for a specific symbol on a specific date **

e.g., What was the SOFR rate on March 9, 2024?

https://thefinancials.com/API/GetQuotes.aspx?pid={your-pid}&s=SOFR&dt=3/9/2024

 0.0530

Get values for a specific symbol across a date range **

e.g., What were the SOFR rates between March 1, 2024 and March 15, 2024?

https://thefinancials.com/API/GetQuotes.aspx?pid={your-pid}&s=SOFR&dtFrom=3/1/2024&dtTo=3/15/2024

 0.0530, 0.0530, 0.0530 ...

** Date-based calls require a data history add-on.

Responses are plain text values - no parsing library required. Integrate directly into spreadsheets, scripts, or any application that can make an HTTP request.

Ready to Get Started?

Tell us what data you need and how you want it delivered. We configure and deliver your API endpoint within 1-2 business days.