API-ready market data

Practical data APIs for products that need market context.

Return Data delivers focused APIs for income, wealth, treasury rates, and real estate context so developers can ship data-backed products without owning every source pipeline.

return-data.node

Example Node call

Household Income

GET

Return median household income for a ZIP code.

/v1/Census/HouseholdIncomeByZip/90210
const response = await fetch(
  'https://YOUR_RAPIDAPI_HOST/v1/Census/HouseholdIncomeByZip/90210',
  {
    headers: {
      'x-rapidapi-key': process.env.RAPIDAPI_KEY,
      'x-rapidapi-host': 'YOUR_RAPIDAPI_HOST',
    },
  },
);

const data = await response.json();
console.log(data.medianIncome);

API catalog

Focused data endpoints for U.S. economic context.

Start with the API you need, connect through RapidAPI, and add neighborhood or market context to your product without building a data acquisition stack from scratch.

Neighborhood income

Household Income by Zip Code

01

Median U.S. household income for a ZIP code, packaged for targeting, segmentation, and location-aware workflows.

Focus marketing and analysis on the neighborhoods that matter most with income data built for API-first products.

ZIP-level incomeMedian household dataMarketing segments
rapidapi / household-income-by-zip-codeView API

Wealth estimate

Estimated Net Worth

02

Estimated net worth for a U.S. individual living in a particular ZIP code.

Add a practical wealth proxy to fintech, sales, underwriting, and consumer intelligence tools.

ZIP-based estimateIndividual contextWealth proxy
rapidapi / estimated-net-worthView API

Market rates

Current Treasury Rates

03

Current rates for U.S. Treasury bonds, ready for dashboards, underwriting models, and market monitors.

Keep rate-sensitive workflows current without building and maintaining a treasury-rate collection pipeline.

Treasury ratesCurrent market dataRate-aware workflows
rapidapi / current-treasury-ratesView API

Housing market

Real Estate Market Data by Zip Code

04

Median U.S. real estate stats for a ZIP code, including home values, rent, ownership, occupancy, and vacancy data.

Bring neighborhood-level housing context into real estate analytics, local market tools, and location intelligence products.

Median home valuesMedian rentOccupancy and vacancy
rapidapi / real-estate-market-data-by-zip-codeView API

Developer experience

Built for teams that need the data, not another data project.

Return Data focuses on practical APIs delivered through RapidAPI so engineering teams can prototype quickly and move cleanly into production workflows.

return-data.workflow

01

Pick an API

Choose an income, wealth, treasury, or real estate API based on the context your product needs.

02

Connect on RapidAPI

Subscribe, test, and manage access through the RapidAPI workflow your team already understands.

03

Ship the context

Use the response in scoring, segmentation, dashboards, pricing logic, or local market analysis.

available_apis = [

"household_income_by_zip",

"estimated_net_worth",

"current_treasury_rates",

"real_estate_market_by_zip",

]

Use cases

Add the right dataset at the moment your product needs it.

Use Return Data when a workflow needs one specific piece of market context: neighborhood income, estimated wealth, current rates, or ZIP-level housing data.

Household Income by Zip Code

Target ZIP codes by household income

Help marketers, sales teams, and location-based products prioritize neighborhoods where income levels match the audience they want to reach.

  • Campaign targeting
  • Territory planning
  • Neighborhood segmentation

Estimated Net Worth

Add wealth context to customer workflows

Support enrichment, prioritization, and qualification flows where an estimated net worth field can help rank or personalize an experience.

  • Lead scoring
  • Audience qualification
  • Financial product routing

Current Treasury Rates

Keep rate-aware products current

Power dashboards, pricing references, and finance tools that need current U.S. Treasury rates without a custom collection job.

  • Fintech dashboards
  • Pricing references
  • Market monitors

Real Estate Market Data by Zip Code

Compare real estate markets by ZIP code

Give real estate, proptech, and research tools ZIP-level housing context such as home values, rents, ownership, and occupancy.

  • Property research
  • Market comparison
  • Housing analytics

Start with one API

Choose the Return Data API that fits your next workflow.

Explore the catalog, test the endpoint you need in RapidAPI, and bring the right income, wealth, treasury, or real estate data into your application.