The best app for tracking the TSP
funds and your account performance

  • Daily charts with official TSP fund share prices
  • Live estimated share prices during market hours
  • Historical TSP fund performance, data, and charts
  • Ability to track your own TSP account balance/performance

Disclaimer: We are not affiliated with the TSP, Thrift Savings Plan, tsp.gov, frtib.gov, or any U.S. government agency or uniformed military services.

  • Get it from App Store
  • Get it from Google Play

Support Daily TSP Development

One-time, lifetime, upgrade
that is valid on all of your mobile/tablet devices

Basic

Free
Version

  • Daily TSP fund closing share prices
  • Historical fund performance data
  • Ability to create a My TSP account
  • Balance ledger account tracking
  • Create custom fund allocation
Download Daily TSP

Pro

$25
Lifetime

  • All basic features
  • Live TSP share price estimates
  • Create multiple My TSP accounts
  • Unlock all Pro features within app
  • Access to Daily TSP API
Upgrade Directly in App
Popular

API

API Usage

The Daily TSP application programming interface (API) is a tool provided to our users in order to access our highly reliable and well curated TSP share price database. The Daily TSP API is not intended for commercial use and is only meant for personal use by Daily TSP users. Any abuse of the API may result in the revoking of your API token. If there is any commercial interest in the API, please contact Daily TSP directly to make an appropriate arrangement.

API Token

In order to prevent abuse and maintain reliable availability, a unique token is required in order to access the Daily TSP API. In some of the examples below, TOKEN refers to your unique access token and can be provided to the API as a query parameter: token=TOKEN.



API Version Endpoint

Endpoint:
https://api.dailytsp.com/

{
	"name": "Daily TSP API", 
	"reference": "https://dailytsp.com", 
	"version": "2.0"
}

Official Closing Share Prices (Latest)

Endpoint: (No Token Required)
https://api.dailytsp.com/close

{
  "2023-01-13": {
    "C Fund": 61.3899,
    "F Fund": 18.7406,
    "G Fund": 17.2595,
    "I Fund": 36.2888,
    "L 2025": 11.6926,
    "L 2030": 40.4536,
    "L 2035": 12.0424,
    "L 2040": 45.1947,
    "L 2045": 12.2814,
    "L 2050": 26.719,
    "L 2055": 12.9383,
    "L 2060": 12.9371,
    "L 2065": 12.9357,
    "L Income": 23.2152,
    "S Fund": 65.8056
  }
}

Official Closing Share Prices (Latest CSV)

Endpoint: (No Token Required)
https://api.dailytsp.com/close?csv=true

Date,C Fund,F Fund,G Fund,I Fund,L 2025,L 2030,L 2035,L 2040,L 2045,L 2050,L 2055,L 2060,L 2065,L Income,S Fund
2023-01-13,61.3899,18.7406,17.2595,36.2888,11.6926,40.4536,12.0424,45.1947,12.2814,26.719,12.9383,12.9371,12.9357,23.2152,65.8056

Official Closing Share Prices (Specific)

Endpoint:
https://api.dailytsp.com/close/2023-01-10?token=TOKEN

{
  "2023-01-10": {
    "C Fund": 60.1532,
    "F Fund": 18.5559,
    "G Fund": 17.2539,
    "I Fund": 35.328,
    "L 2025": 11.5733,
    "L 2030": 39.831,
    "L 2035": 11.8393,
    "L 2040": 44.3685,
    "L 2045": 12.0414,
    "L 2050": 26.1654,
    "L 2055": 12.6261,
    "L 2060": 12.6249,
    "L 2065": 12.6234,
    "L Income": 23.0574,
    "S Fund": 63.593
  }
}

Official Closing Share Prices (Specific CSV)

Endpoint:
https://api.dailytsp.com/close/2023-01-10?csv=true&token=TOKEN

Date,C Fund,F Fund,G Fund,I Fund,L 2025,L 2030,L 2035,L 2040,L 2045,L 2050,L 2055,L 2060,L 2065,L Income,S Fund
2023-01-10,60.1532,18.5559,17.2539,35.328,11.5733,39.831,11.8393,44.3685,12.0414,26.1654,12.6261,12.6249,12.6234,23.0574,63.593

Official Closing Share Prices (History)

Endpoint:
https://api.dailytsp.com/close-history/?start=2023-01-05&end=2023-01-10&token=TOKEN

{
  "2023-01-05": {
    "C Fund": 58.437,
    "F Fund": 18.3808,
    "G Fund": 17.2444,
    "I Fund": 34.2187,
    "L 2025": 11.4252,
    "L 2030": 39.0603,
    "L 2035": 11.5886,
    "L 2040": 43.3501,
    "L 2045": 11.7463,
    "L 2050": 25.4852,
    "L 2055": 12.2407,
    "L 2060": 12.2395,
    "L 2065": 12.2379,
    "L Income": 22.8607,
    "S Fund": 61.2283
  },
	.
	.
	.
  "2023-01-10": {
    "C Fund": 60.1532,
    "F Fund": 18.5559,
    "G Fund": 17.2539,
    "I Fund": 35.328,
    "L 2025": 11.5733,
    "L 2030": 39.831,
    "L 2035": 11.8393,
    "L 2040": 44.3685,
    "L 2045": 12.0414,
    "L 2050": 26.1654,
    "L 2055": 12.6261,
    "L 2060": 12.6249,
    "L 2065": 12.6234,
    "L Income": 23.0574,
    "S Fund": 63.593
  }
}

Official Closing Share Prices (History CSV)

Endpoint:
https://api.dailytsp.com/close-history/?start=2023-01-05&end=2023-01-10&csv=true&token=TOKEN

Date,C Fund,F Fund,G Fund,I Fund,L 2025,L 2030,L 2035,L 2040,L 2045,L 2050,L 2055,L 2060,L 2065,L Income,S Fund
2023-01-05,58.437,18.3808,17.2444,34.2187,11.4252,39.0603,11.5886,43.3501,11.7463,25.4852,12.2407,12.2395,12.2379,22.8607,61.2283
2023-01-06,59.7718,18.5763,17.2463,35.0441,11.5339,39.6266,11.7731,44.0996,11.9635,25.9853,12.5205,12.5193,12.5178,23.0043,62.5154
2023-01-09,59.7362,18.6338,17.252,35.3242,11.5521,39.7134,11.8012,44.2125,11.9961,26.0597,12.56,12.5588,12.5574,23.0314,62.8115
2023-01-10,60.1532,18.5559,17.2539,35.328,11.5733,39.831,11.8393,44.3685,12.0414,26.1654,12.6261,12.6249,12.6234,23.0574,63.593

Development Team Contact

Question? Comment? Compliment? Concern?
Whatever it is, please do not hesitate to shoot us a line.
We always enjoy hearing from our users!


support@dailytsp.com


You may also contact us through the in-app feedback form in the Settings menu of the Daily TSP mobile application.