dynastyleaguefootball.com Open in urlscan Pro
2606:4700:20::ac43:4be4  Public Scan

URL: https://dynastyleaguefootball.com/trade-analyzer/
Submission: On December 02 via manual from US — Scanned from DE

Form analysis 8 forms found in the DOM

GET

<form action="" method="get">
  <div class="row mt-3">
    <div class="col-md-4 d-flex align-item-unset">
      <div class="text-center">
        <label class="form-check-label analyzer-option-heading">Teams</label>
      </div>
      <div class="analyzer-options-checkbox">
        <div class="form-check-inline mx-0 pl-0 pr-1">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="teams" value="10" onclick="this.form.submit();">10 </label>
        </div>
        <div class="form-check-inline mx-0 pl-0 pr-1">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="teams" value="12" checked="checked" onclick="this.form.submit();">12 </label>
        </div>
        <div class="form-check-inline mx-0 pl-0 pr-1">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="teams" value="14" onclick="this.form.submit();">14 </label>
        </div>
        <div class="form-check-inline mx-0 pl-0">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="teams" value="16" onclick="this.form.submit();">16 </label>
        </div>
      </div>
    </div>
    <div class="col-md-5 d-flex align-item-unset">
      <div class="text-center">
        <label class="form-check-label analyzer-option-heading">QB Starters</label>
      </div>
      <div class="analyzer-options-checkbox">
        <div class="form-check-inline mx-0 pl-0 pr-1">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="l" id="leagueType1qb" value="1qb" checked="checked" onclick="this.form.submit();">1 </label>
        </div>
        <div class="form-check-inline mx-0 pl-0">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="l" value="sf" onclick="this.form.submit();">2 or Superflex </label>
        </div>
      </div>
    </div>
    <div class="col-md-3 d-flex align-item-unset">
      <div class="text-center">
        <label class="form-check-label analyzer-option-heading" style="margin-top: 4px;">TE Premium</label>
      </div>
      <div class="analyzer-options-checkbox">
        <div class="form-check-inline">
          <label class="form-check-label">
            <input type="checkbox" class="form-check-input" name="tePremium" id="tePremium" value="1" onchange="this.form.submit();">
          </label>
          <i data-container="body" data-toggle="popover" title="" data-html="true" data-content="League Sync does not currently identify leagues as TE premium or not. Check or uncheck this option as appropriate for your league." data-original-title=""><img src="/wp-content/uploads/2023/02/ic_info_outline.png" alt="info icon"></i>
        </div>
      </div>
    </div>
    <input type="hidden" id="optionsTeam1Assets" name="teamA" value="">
    <input type="hidden" id="optionsTeam2Assets" name="teamB" value="">
    <input type="hidden" name="myDLF" id="myDLF" value="0">
  </div>
  <div class="row">
    <div class="col-md-7 d-flex align-item-unset">
      <label class="form-check-label analyzer-option-heading Adjust-draft-track">Adjust draft pick values <span id="sliderVal">0</span>%</label>
      <div class="analyzer-options-checkbox">
        <div class="form-check-inline mb-0">
          <label class="form-check-label">
            <input type="range" class="slider" id="formSlider" name="adj" min="-20" max="20" step="5" value="0" onchange="updateGoSubmitButton();">
            <button type="submit" id="goSubmitButton" class="analyzer-update-button">Update</button>
          </label>
        </div>
      </div>
    </div>
    <script>
      var slider = document.getElementById("formSlider");
      var output = document.getElementById("sliderVal");
      if (slider.value > 0) { // Display the default slider value
        output.innerHTML = '+' + slider.value;
      } else {
        output.innerHTML = slider.value;
      }
      // Update the current slider value (each time you drag the slider handle)
      slider.oninput = function() {
        if (this.value > 0) {
          output.innerHTML = '+' + this.value;
        } else {
          output.innerHTML = this.value;
        }
      }

      function updateGoSubmitButton() {
        $('#goSubmitButton').removeClass('badge-default');
        $('#goSubmitButton').addClass('badge-primary');
      }
    </script>
    <div class="col-md-5 d-flex align-item-unset margin-24">
      <div class="text-center">
        <label class="form-check-label analyzer-option-heading">Package Adjustment</label>
      </div>
      <div class="analyzer-options-checkbox">
        <div class="form-check-inline mx-0 pl-0 pr-1 mb-0">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="pa" id="paOn" value="1" onclick="this.form.submit();">On </label>
        </div>
        <div class="form-check-inline mx-0 pl-0 mb-0">
          <label class="form-check-label">
            <input type="radio" class="form-check-input" name="pa" value="0" checked="checked" onclick="this.form.submit();">Off </label>
        </div>
      </div>
    </div>
  </div>
</form>

Name: team1PlayerGET

<form action="" method="get" name="team1Player">
  <input type="text" class="ui-autocomplete-input" id="autocomplete1" name="teamA" value="Player Search" onfocus="if(this.value == 'Player Search') {this.value = '';}" onblur="if(this.value == '') {this.value = 'Player Search';}" autocomplete="off"
    style="width: 100%;">
</form>

Name: team1PickGET

<form action="" method="get" name="team1Pick">
  <input type="hidden" name="teams" id="numTeams" value="12">
  <input type="hidden" name="l" value="1qb">
  <input type="hidden" name="adj" value="0">
  <input type="hidden" name="pa" value="0">
  <select name="teamA" class="dpdn-analyzer" id="team1CurrentDraftPick">
    <option value="">Current Draft Pick </option>
  </select>
  <input type="hidden" name="teamB" value="">
</form>

Name: team1PickGET

<form action="" method="get" name="team1Pick">
  <input type="hidden" name="teams" value="12">
  <input type="hidden" name="l" value="1qb">
  <input type="hidden" name="adj" value="0">
  <input type="hidden" name="pa" value="0">
  <select name="teamA" class="dpdn-analyzer" id="team1FutureDraftPick">
    <option value="">Future Draft Pick </option>
    <option value="2025.1.early">2025 1st (early) [541.9] </option>
    <option value="2025.1.mid">2025 1st (mid) [384.3] </option>
    <option value="2025.1.late">2025 1st (late) [268.3] </option>
    <option value="2025.2.early">2025 2nd (early) [170.4] </option>
    <option value="2025.2.mid">2025 2nd (mid) [141.4] </option>
    <option value="2025.2.late">2025 2nd (late) [112.4] </option>
    <option value="2025.3.early">2025 3rd (early) [83.4] </option>
    <option value="2025.3.mid">2025 3rd (mid) [54.4] </option>
    <option value="2025.3.late">2025 3rd (late) [26.7] </option>
    <option value="2025.4.early">2025 4th (early) [17] </option>
    <option value="2025.4.mid">2025 4th (mid) [14.1] </option>
    <option value="2025.4.late">2025 4th (late) [11.2] </option>
    <option value="2025.5.early">2025 5th (early) [8.3] </option>
    <option value="2025.5.mid">2025 5th (mid) [5.4] </option>
    <option value="2025.5.late">2025 5th (late) [2.5] </option>
    <option value="2025.1">2025 1st [384.3] </option>
    <option value="2025.2">2025 2nd [141.4] </option>
    <option value="2025.3">2025 3rd [54.4] </option>
    <option value="2025.4">2025 4th [14.1] </option>
    <option value="2025.5">2025 5th [5.4] </option>
    <option value="2026.1">2026 1st [256.4] </option>
    <option value="2026.2">2026 2nd [81.6] </option>
    <option value="2026.3">2026 3rd [36.3] </option>
    <option value="2026.4">2026 4th [9.4] </option>
    <option value="2026.5">2026 5th [3.6] </option>
    <option value="2027.1">2027 1st [176.3] </option>
    <option value="2027.2">2027 2nd [56.1] </option>
    <option value="2027.3">2027 3rd [25] </option>
    <option value="2027.4">2027 4th [6.4] </option>
    <option value="2027.5">2027 5th [2.5] </option>
  </select>
  <input type="hidden" name="teamB" value="">
</form>

Name: team2PlayerGET

<form action="" method="get" name="team2Player">
  <input type="text" class="ui-autocomplete-input" id="autocomplete2" name="teamB" value="Player Search" onfocus="if(this.value == 'Player Search') {this.value = '';}" onblur="if(this.value == '') {this.value = 'Player Search';}" autocomplete="off"
    style="width: 100%;">
</form>

Name: team2PickGET

<form action="" method="get" name="team2Pick">
  <input type="hidden" name="teams" id="numTeams" value="12">
  <input type="hidden" name="l" value="1qb">
  <input type="hidden" name="adj" value="0">
  <input type="hidden" name="pa" value="0">
  <input type="hidden" name="teamA" value="">
  <select name="teamB" class="dpdn-analyzer" id="team2CurrentDraftPick">
    <option value="">Current Draft Pick </option>
  </select>
</form>

Name: team2PickGET

<form action="" method="get" name="team2Pick">
  <input type="hidden" name="teams" value="12">
  <input type="hidden" name="l" value="1qb">
  <input type="hidden" name="adj" value="0">
  <input type="hidden" name="pa" value="0">
  <input type="hidden" name="teamA" value="">
  <select name="teamB" class="dpdn-analyzer" id="team2FutureDraftPick">
    <option value="">Future Draft Pick </option>
    <option value="2025.1.early">2025 1st (early) [541.9] </option>
    <option value="2025.1.mid">2025 1st (mid) [384.3] </option>
    <option value="2025.1.late">2025 1st (late) [268.3] </option>
    <option value="2025.2.early">2025 2nd (early) [170.4] </option>
    <option value="2025.2.mid">2025 2nd (mid) [141.4] </option>
    <option value="2025.2.late">2025 2nd (late) [112.4] </option>
    <option value="2025.3.early">2025 3rd (early) [83.4] </option>
    <option value="2025.3.mid">2025 3rd (mid) [54.4] </option>
    <option value="2025.3.late">2025 3rd (late) [26.7] </option>
    <option value="2025.4.early">2025 4th (early) [17] </option>
    <option value="2025.4.mid">2025 4th (mid) [14.1] </option>
    <option value="2025.4.late">2025 4th (late) [11.2] </option>
    <option value="2025.5.early">2025 5th (early) [8.3] </option>
    <option value="2025.5.mid">2025 5th (mid) [5.4] </option>
    <option value="2025.5.late">2025 5th (late) [2.5] </option>
    <option value="2025.1">2025 1st [384.3] </option>
    <option value="2025.2">2025 2nd [141.4] </option>
    <option value="2025.3">2025 3rd [54.4] </option>
    <option value="2025.4">2025 4th [14.1] </option>
    <option value="2025.5">2025 5th [5.4] </option>
    <option value="2026.1">2026 1st [256.4] </option>
    <option value="2026.2">2026 2nd [81.6] </option>
    <option value="2026.3">2026 3rd [36.3] </option>
    <option value="2026.4">2026 4th [9.4] </option>
    <option value="2026.5">2026 5th [3.6] </option>
    <option value="2027.1">2027 1st [176.3] </option>
    <option value="2027.2">2027 2nd [56.1] </option>
    <option value="2027.3">2027 3rd [25] </option>
    <option value="2027.4">2027 4th [6.4] </option>
    <option value="2027.5">2027 5th [2.5] </option>
  </select>
</form>

Name: mepr_loginformPOST https://dynastyleaguefootball.com/login/

<form name="mepr_loginform" id="mepr_loginform" class="mepr-form" action="https://dynastyleaguefootball.com/login/" method="post">
  <div class="mp-form-row mepr_username">
    <div class="mp-form-label">
      <label for="user_login">Username</label>
    </div>
    <input type="text" name="log" id="user_login" value="" placeholder="Enter Your Username">
  </div>
  <div class="mp-form-row mepr_password">
    <div class="mp-form-label">
      <label for="user_pass">Password</label>
      <div class="mp-hide-pw">
        <input type="password" name="pwd" id="user_pass" value="" placeholder="Choose Your Password">
        <button type="button" class="button mp-hide-pw hide-if-no-js" data-toggle="0" aria-label="Show password">
          <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
        </button>
      </div>
    </div>
  </div>
  <div>
    <label><input name="rememberme" type="checkbox" id="rememberme" value="forever"> Remember Me</label>
  </div>
  <div class="mp-spacer">&nbsp;</div>
  <div class="submit">
    <input type="submit" name="wp-submit" id="wp-submit" class="button-primary mepr-share-button " value="Log In">
    <input type="hidden" name="redirect_to" value="/trade-analyzer/">
    <input type="hidden" name="mepr_process_login_form" value="true">
    <input type="hidden" name="mepr_is_login_page" value="false">
  </div>
  <input type="hidden" name="pum_form_popup_id" value="1426036">
</form>

Text Content

MENUMENU


 * Dynasty
   * * * Dynasty Resources
         * What Is A Dynasty League
         * Dynasty Player News
         * Dynasty Mock Draft Simulator
         * NFL Draft Prospect Videos
         * Premium Membership
         * DLF Premium For Free
     * * Draft Guides
         * 2024 Dynasty Draft Guide
         * 2024 Startup Draft Resources
         * 2024 Rookie Draft Resources
         * 2024 Rookie Draft Profiles
     * * Devy Resources
         * What Is A Devy League
         * Recent Devy Content
         * Devy Age Table
         * Devy Rankings
         * Cornerstone Rankings
     * * IDP Resources
         * What Is A Dynasty IDP League
         * Recent IDP Content
         * Dynasty IDP Rankings
         * 2024 Rookie IDP Rankings
 * Rankings
   * * * Dynasty Rankings
         * Dynasty Fantasy Football Rankings
         * Dynasty QB Rankings
         * Dynasty RB Rankings
         * Dynasty WR Rankings
         * Dynasty TE Rankings
         * Dynasty Superflex Rankings
         * Dynasty Cornerstone Rankings
     * * Rookie Rankings
         * Dynasty Rookie Rankings
         * 2024 Rookie QB Rankings
         * 2024 Rookie RB Rankings
         * 2024 Rookie WR Rankings
         * 2024 Rookie TE Rankings
         * 2024 Rookie Superflex Rankings
         * 2024 Rookie IDP Rankings
     * * IDP Rankings
         * Dynasty IDP Rankings
         * Dynasty IDP DL Rankings
         * Dynasty IDP LB Rankings
         * Dynasty IDP DB Rankings
         * 2024 Rookie IDP Rankings
     * * Devy Rankings
         * Devy Rankings
         * Devy QB Rankings
         * Devy RB Rankings
         * Devy WR Rankings
         * Devy TE Rankings
         * Cornerstone Rankings
 * Tools
   * * * Player Value Tools
         * ADP Comparison Tool
         * ADP Over Time App
         * ADP Rankings History App
         * Air Yards App
         * Change in Player Value App
         * Draft Pick Probability App
         * Dynasty Score App
     * * More Player Value Tools
         * Player Gamelog App
         * Player Scoring History App
         * Player Splits App
         * Rankings Comparison Tool
         * Rankings History App
         * Startup Auction App
     * * Prospect Tools
         * College Market Share App
         * Historical Combine Data App
         * Prospect Analytics App
         * NFL Draft Prospect Videos
     * * Featured Tools
         * Dynasty Trade Analyzer
         * Dynasty League Analyzer
         * Dynasty Trade Finder
         * Dynasty Mock Draft Simulator
         * Fantasy Football News Finder
         * League Sync
         * myDLF
 * Resources
   * * * DLF Content
         * 2025 Rookie Draft Info
         * Article Archive
         * DLF Newsletter
         * Fantasy Football News Finder
         * Best Fantasy Football Websites
         * Best Fantasy Football Podcasts
         * Premium Membership
         * DLF Premium For Free
     * * Player Valuation
         * Dynasty ADP
         * Superflex ADP
         * Rookie ADP
         * MFL Rookie ADP
         * 2024 Dynasty Fantasy Football Rankings
         * Dynasty Rookie Rankings
         * Dynasty Devy Rankings
         * Dynasty Cornerstone Rankings
     * * Dynasty Series
         * Dynasty Aftermath
         * 2025 Rookie Drafts
         * Targets Acquired
         * Dynasty Blueprint
         * Tomorrow's Dynasty Star Today
         * Tactical Transactions
         * GAAP Memos
         * Traversing the Trade Finder
     * * Evergreen Content
         * Rookie Draft Strategy
         * Startup Draft Strategy
         * Trade Strategy
         * Rebuilding Strategy
         * Dynasty Mind Series
         * Salary Cap Strategy
         * General Dynasty Info
     * * About DLF
         * Contact Us
         * DLF Mailbag
         * Trusted Partners
         * DLF Store
         * Our Contributors
 * Media
   * * * Podcasts
         * DLF Podcast Pages
           * DLF Dynasty Podcast
           * Dynasty Crossroads Podcast
           * Dynasty Game Night Podcast
           * Superflex Supershow Podcast
           * Best Fantasy Football Podcasts
     * * Video
         * DLF YouTube Channel
         * Dynasty Fantasy Football Videos
         * NFL Draft Prospect Videos
 * Community
   * * * Join our Communities!
         * DLF Forum
         * DLF Discord
 * Deals
   * * * DLF Promos
         * Free DLF Premium Subscription
         * Rebet Promotion (Free Sub)
         * Betr Promotion (Free Sub)
         * Vivid Picks Promotion (Free Sub)
         * Free Fantasy Bundle (DLF, 4for4, BNF+)
         * Fantasy Bundle (DLF, 4for4, BNF+)
     * * Sports Betting / Casino
         * Online Sports Betting Guide
         * High 5 Casino Promo Codes
         * North Carolina Sports Betting
         * North Carolina Promo Codes
     * * Sportsbook Promo Codes
         * Sportsbook Promo Codes and Bonuses
         * Bet365 Promo Codes
         * FanDuel Promo Codes
         * BetMGM Promo Codes
         * Caesars Promo Codes
         * DraftKings Promo Codes
         * Betfred Promo Codes
         * Tipico Promo Codes
         * Unibet Promo Codes
 * MY DLF

MENUMENU


 * Dynasty
   * * * Dynasty Resources
         * What Is A Dynasty League
         * Dynasty Player News
         * Dynasty Mock Draft Simulator
         * NFL Draft Prospect Videos
         * Premium Membership
         * DLF Premium For Free
     * * Draft Guides
         * 2024 Dynasty Draft Guide
         * 2024 Startup Draft Resources
         * 2024 Rookie Draft Resources
         * 2024 Rookie Draft Profiles
     * * Devy Resources
         * What Is A Devy League
         * Recent Devy Content
         * Devy Age Table
         * Devy Rankings
         * Cornerstone Rankings
     * * IDP Resources
         * What Is A Dynasty IDP League
         * Recent IDP Content
         * Dynasty IDP Rankings
         * 2024 Rookie IDP Rankings
 * Rankings
   * * * Dynasty Rankings
         * Dynasty Fantasy Football Rankings
         * Dynasty QB Rankings
         * Dynasty RB Rankings
         * Dynasty WR Rankings
         * Dynasty TE Rankings
         * Dynasty Superflex Rankings
         * Dynasty Cornerstone Rankings
     * * Rookie Rankings
         * Dynasty Rookie Rankings
         * 2024 Rookie QB Rankings
         * 2024 Rookie RB Rankings
         * 2024 Rookie WR Rankings
         * 2024 Rookie TE Rankings
         * 2024 Rookie Superflex Rankings
         * 2024 Rookie IDP Rankings
     * * IDP Rankings
         * Dynasty IDP Rankings
         * Dynasty IDP DL Rankings
         * Dynasty IDP LB Rankings
         * Dynasty IDP DB Rankings
         * 2024 Rookie IDP Rankings
     * * Devy Rankings
         * Devy Rankings
         * Devy QB Rankings
         * Devy RB Rankings
         * Devy WR Rankings
         * Devy TE Rankings
         * Cornerstone Rankings
 * Tools
   * * * Player Value Tools
         * ADP Comparison Tool
         * ADP Over Time App
         * ADP Rankings History App
         * Air Yards App
         * Change in Player Value App
         * Draft Pick Probability App
         * Dynasty Score App
     * * More Player Value Tools
         * Player Gamelog App
         * Player Scoring History App
         * Player Splits App
         * Rankings Comparison Tool
         * Rankings History App
         * Startup Auction App
     * * Prospect Tools
         * College Market Share App
         * Historical Combine Data App
         * Prospect Analytics App
         * NFL Draft Prospect Videos
     * * Featured Tools
         * Dynasty Trade Analyzer
         * Dynasty League Analyzer
         * Dynasty Trade Finder
         * Dynasty Mock Draft Simulator
         * Fantasy Football News Finder
         * League Sync
         * myDLF
 * Resources
   * * * DLF Content
         * 2025 Rookie Draft Info
         * Article Archive
         * DLF Newsletter
         * Fantasy Football News Finder
         * Best Fantasy Football Websites
         * Best Fantasy Football Podcasts
         * Premium Membership
         * DLF Premium For Free
     * * Player Valuation
         * Dynasty ADP
         * Superflex ADP
         * Rookie ADP
         * MFL Rookie ADP
         * 2024 Dynasty Fantasy Football Rankings
         * Dynasty Rookie Rankings
         * Dynasty Devy Rankings
         * Dynasty Cornerstone Rankings
     * * Dynasty Series
         * Dynasty Aftermath
         * 2025 Rookie Drafts
         * Targets Acquired
         * Dynasty Blueprint
         * Tomorrow's Dynasty Star Today
         * Tactical Transactions
         * GAAP Memos
         * Traversing the Trade Finder
     * * Evergreen Content
         * Rookie Draft Strategy
         * Startup Draft Strategy
         * Trade Strategy
         * Rebuilding Strategy
         * Dynasty Mind Series
         * Salary Cap Strategy
         * General Dynasty Info
     * * About DLF
         * Contact Us
         * DLF Mailbag
         * Trusted Partners
         * DLF Store
         * Our Contributors
 * Media
   * * * Podcasts
         * DLF Podcast Pages
           * DLF Dynasty Podcast
           * Dynasty Crossroads Podcast
           * Dynasty Game Night Podcast
           * Superflex Supershow Podcast
           * Best Fantasy Football Podcasts
     * * Video
         * DLF YouTube Channel
         * Dynasty Fantasy Football Videos
         * NFL Draft Prospect Videos
 * Community
   * * * Join our Communities!
         * DLF Forum
         * DLF Discord
 * Deals
   * * * DLF Promos
         * Free DLF Premium Subscription
         * Rebet Promotion (Free Sub)
         * Betr Promotion (Free Sub)
         * Vivid Picks Promotion (Free Sub)
         * Free Fantasy Bundle (DLF, 4for4, BNF+)
         * Fantasy Bundle (DLF, 4for4, BNF+)
     * * Sports Betting / Casino
         * Online Sports Betting Guide
         * High 5 Casino Promo Codes
         * North Carolina Sports Betting
         * North Carolina Promo Codes
     * * Sportsbook Promo Codes
         * Sportsbook Promo Codes and Bonuses
         * Bet365 Promo Codes
         * FanDuel Promo Codes
         * BetMGM Promo Codes
         * Caesars Promo Codes
         * DraftKings Promo Codes
         * Betfred Promo Codes
         * Tipico Promo Codes
         * Unibet Promo Codes
 * MY DLF

MENUMENU


 * * * * Custom Search Options
         * Search
         * Article Archive
         * Player Search

Login

SUBSCRIBE



DYNASTY TRADE ANALYZER

Add To Favorites

Start New Trade Copy Link To Trade Values FAQs About

Trade Analyzer Options
Teams
10
12
14
16
QB Starters
1
2 or Superflex
TE Premium

Adjust draft pick values 0%
Update
Package Adjustment
On
Off
League Sync
No leagues found
Manage Leagues


TEAM A TRADES

Current Draft Pick
Future Draft Pick 2025 1st (early) [541.9] 2025 1st (mid) [384.3] 2025 1st
(late) [268.3] 2025 2nd (early) [170.4] 2025 2nd (mid) [141.4] 2025 2nd (late)
[112.4] 2025 3rd (early) [83.4] 2025 3rd (mid) [54.4] 2025 3rd (late) [26.7]
2025 4th (early) [17] 2025 4th (mid) [14.1] 2025 4th (late) [11.2] 2025 5th
(early) [8.3] 2025 5th (mid) [5.4] 2025 5th (late) [2.5] 2025 1st [384.3] 2025
2nd [141.4] 2025 3rd [54.4] 2025 4th [14.1] 2025 5th [5.4] 2026 1st [256.4] 2026
2nd [81.6] 2026 3rd [36.3] 2026 4th [9.4] 2026 5th [3.6] 2027 1st [176.3] 2027
2nd [56.1] 2027 3rd [25] 2027 4th [6.4] 2027 5th [2.5]

 * * TOTAL VALUE
   
   * 0.0

Clear This Side


TEAM B TRADES

Current Draft Pick
Future Draft Pick 2025 1st (early) [541.9] 2025 1st (mid) [384.3] 2025 1st
(late) [268.3] 2025 2nd (early) [170.4] 2025 2nd (mid) [141.4] 2025 2nd (late)
[112.4] 2025 3rd (early) [83.4] 2025 3rd (mid) [54.4] 2025 3rd (late) [26.7]
2025 4th (early) [17] 2025 4th (mid) [14.1] 2025 4th (late) [11.2] 2025 5th
(early) [8.3] 2025 5th (mid) [5.4] 2025 5th (late) [2.5] 2025 1st [384.3] 2025
2nd [141.4] 2025 3rd [54.4] 2025 4th [14.1] 2025 5th [5.4] 2026 1st [256.4] 2026
2nd [81.6] 2026 3rd [36.3] 2026 4th [9.4] 2026 5th [3.6] 2027 1st [176.3] 2027
2nd [56.1] 2027 3rd [25] 2027 4th [6.4] 2027 5th [2.5]

 * * TOTAL VALUE
   
   * 0.0

Clear This Side

SUGGESTED ADDITIONS



ADP FOR PLAYERS IN TRADE



TRADE VALUE CONTRIBUTIONS



RELATED DYNASTY TRADES



FANTASY NEWS AND ANALYSIS



LOADING DYNASTY TRADE ANALYZER

SUBSCRIBE TO DLF PREMIUM!

Gain Instant Access to this resource and so much more!.


Premium membership provides access to all of our industry-leading dynasty
fantasy football content.

You can also get a DLF Premium Membership for FREE! Find out how.

Want more info about DLF Premium?Find out more

Have questions or need some help?Contact Us

Join DLF Today!

Already a DLF Premium Member?Log in now!




DYNASTY RANKINGS

 * Dynasty Top 250 Rankings
 * Dynasty QB Rankings
 * Dynasty RB Rankings
 * Dynasty WR Rankings
 * Dynasty TE Rankings
 * Dynasty Superflex Rankings
 * Cornerstone Rankings


2024 ROOKIE RANKINGS

 * Overall Rookie Rankings
 * Rookie QB Rankings
 * Rookie RB Rankings
 * Rookie WR Rankings
 * Rookie TE Rankings
 * Rookie Superflex Rankings
 * Rookie IDP Rankings


IDP RANKINGS

 * Dynasty IDP Rankings
 * Dynasty DL Rankings
 * Dynasty LB Rankings
 * Dynasty DB Rankings
 * Rookie IDP Rankings


DEVY RANKINGS

 * Devy Rankings
 * Devy QB Rankings
 * Devy RB Rankings
 * Devy WR Rankings
 * Devy TE Rankings
 * Cornerstone Rankings


PODCASTS

 * DLF Dynasty Podcast
 * Dynasty Crossroads Podcast
 * Dynasty Game Night Podcast
 * Dynasty Theory Podcast
 * Superflex Supershow Podcast
 * Best Fantasy Football Podcasts


VIDEOS

 * DLF YouTube Channel
 * Dynasty Fantasy Football Videos
 * Draft Prospects Videos


DEVY RESOURCES

 * What is a Devy League
 * Devy Age Table
 * Recent Devy Content
 * Devy Rankings
 * Cornerstone Rankings


PLAYER VALUE TOOLS

 * ADP Over Time App
 * ADP Rankings History App
 * Air Yards App
 * Change In Player Value App
 * Draft Pick Probability App
 * Dynasty Score App
 * Player Gamelog App
 * Player Scoring History App
 * Player Splits App
 * Rankings Comparison Tool
 * Rankings History App
 * Startup Auction App


PROSPECT TOOLS

 * College Market Share App
 * Historical Combine Data App
 * Prospect Analytics App


FEATURED TOOLS

 * Dynasty Trade Analyzer
 * Dynasty League Analyzer
 * Dynasty Trade Finder
 * Mock Draft Simulator
 * Rankings Comparison Tool
 * ADP Comparison Tool
 * League Sync
 * My DLF


NEWS & RESEARCH

 * Player News
 * Fantasy Football News Finder

Part of the Betsperts Media and Technology Group


 * Subscribe to DLF
 * Contact Us
 * Dynasty Rankings
 * Players
 * Players News

 * DLF Newsletter
 * DLF Forum
 * Shop for Swag
 * Terms & Conditions
 * Privacy Policy
 * Accessibility Statement

Copyright 2024 Betsperts. All rights are reserved.


FIND US HERE


Log In


WELCOME BACK!

Sign in to access all premium DLF content.

Username
Password

Remember Me
 

 
Forgot Password

Don’t have an account? Sign Up


CLOSE





previousnextslideshow






Opens in new window
PDF Download
Word Download
Excel Download
PowerPoint Download
Document Download

close carousel