Skip to main content

An unofficial Python Client for the PRYCD API for Real Estate Analysis.

Project description

PyPRYCD

This module provides a simple unofficial wrapper for working with the PRYCD APIs for real estate analysis.

Getting Started

To install, simply execute the following command in the command line:

pip install pyprycd

Obtaining API Keys

Once you have installed the module, you can now make API calls, however you will have to purchase API keys from PRYCD at (www.prycd.com) Pyrcd has two separate API keys for the pricing and comps API which must be purchased separately. When you initialize the constructor, you can set either of them, or set the keys later using one of the setter methods.

Methods

  • get_comps(): Returns PRYCD comparables in a requested region.
  • get_counties_in_state(<state>): Returns a list of counties in a state. Accepts either a state name or code.
  • get_fips_code(<county>): Returns the FIPS code for a county. Note that you must spell out the full county name and state. IE: Maricopa County AZ
  • get_pricing(): Returns PRYCD estimated values for a requested property. Supports all options for the PRYCD API.
  • set_pricing_api_key(<api_key>): Sets or resets the pricing API key.
  • set_comp_api_key(<api_key>) Sets or resets the comp API key. Supports all options for the PRYCD API.

Example Usage

from pyprycd import PyPrycd

PRICING_API_KEY = '1234'
COMPS_API_KEY = '5678'

# Initialize the PyPrycd Object
pyrcd = PyPrycd(pricing_api_key=PRICING_API_KEY, comp_api_key=COMPS_API_KEY)

# Get a FIPS code
fips = PyPrycd.get_fips_code('Autauga County AL')

# Get pricing data about a property
pricing_data = pyrcd.get_pricing()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyprycd-0.1.14b1.tar.gz (60.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyprycd-0.1.14b1-py3-none-any.whl (58.5 kB view details)

Uploaded Python 3

File details

Details for the file pyprycd-0.1.14b1.tar.gz.

File metadata

  • Download URL: pyprycd-0.1.14b1.tar.gz
  • Upload date:
  • Size: 60.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for pyprycd-0.1.14b1.tar.gz
Algorithm Hash digest
SHA256 ca110e822ed082e1b20819b83e74bcdbbae4dddf10b7ab4a6dfff9897d357947
MD5 48dc5be87adf9817827226b0fe0cb146
BLAKE2b-256 32ae2a95986da2bb2a50005cc1c3fe0bffe90fcd4eb95ad5f2feee880abfec5f

See more details on using hashes here.

File details

Details for the file pyprycd-0.1.14b1-py3-none-any.whl.

File metadata

  • Download URL: pyprycd-0.1.14b1-py3-none-any.whl
  • Upload date:
  • Size: 58.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for pyprycd-0.1.14b1-py3-none-any.whl
Algorithm Hash digest
SHA256 66faf5f08c95c0684a87205bbb428546c9689367c226ccee46a7640dbba094f4
MD5 c2e205a01b4b0871f4c71df48caada2c
BLAKE2b-256 f6ea3d0ca917c24a8c418b1e2852f589e30d221db2ec96bfc43436c760e3ae38

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page